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 -
Method Summary
Modifier and TypeMethodDescriptionstatic PositionedBlockDTO
create
(com.google.gwt.core.client.JsArrayNumber matrix, com.google.gwt.core.client.JsArray<LineDTO> lines) Replacement constructor.static PositionedBlockDTO
from
(com.levigo.jadice.document.internal.text.PositionedBlock block) com.google.gwt.core.client.JsArray
<LineDTO> getLines()
com.google.gwt.core.client.JsArrayNumber
void
void
setMatrix
(com.google.gwt.core.client.JsArrayNumber matrix) static com.levigo.jadice.document.internal.text.PositionedBlock
to
(PositionedBlockDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
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
-
setLines
-
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 nativePositionedBlockDTO
.- Returns:
- The new instance.
-
from
public static PositionedBlockDTO from(com.levigo.jadice.document.internal.text.PositionedBlock block) -
to
-