Class PositionedBlockDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.text.PositionedBlockDTO

public final class PositionedBlockDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(com.google.gwt.core.client.JsArrayNumber matrix, com.google.gwt.core.client.JsArray<LineDTO> lines)
    Replacement constructor.
    from(com.levigo.jadice.document.internal.text.PositionedBlock block)
     
    com.google.gwt.core.client.JsArray<LineDTO>
     
    com.google.gwt.core.client.JsArrayNumber
     
    void
    setLines(com.google.gwt.core.client.JsArray<LineDTO> lines)
     
    void
    setMatrix(com.google.gwt.core.client.JsArrayNumber matrix)
     
    static com.levigo.jadice.document.internal.text.PositionedBlock
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PositionedBlockDTO

      protected PositionedBlockDTO()
  • Method Details

    • getMatrix

      public com.google.gwt.core.client.JsArrayNumber getMatrix()
    • setMatrix

      public void setMatrix(com.google.gwt.core.client.JsArrayNumber matrix)
    • getLines

      public com.google.gwt.core.client.JsArray<LineDTO> getLines()
    • setLines

      public void setLines(com.google.gwt.core.client.JsArray<LineDTO> lines)
    • create

      public static PositionedBlockDTO create(com.google.gwt.core.client.JsArrayNumber matrix, com.google.gwt.core.client.JsArray<LineDTO> lines)
      Replacement constructor. Creates a new native PositionedBlockDTO.
      Returns:
      The new instance.
    • from

      public static PositionedBlockDTO from(com.levigo.jadice.document.internal.text.PositionedBlock block)
    • to

      public static com.levigo.jadice.document.internal.text.PositionedBlock to(PositionedBlockDTO dto)