Class ComplexPanAndZoomInstructionDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.instructions.ComplexPanAndZoomInstructionDTO
public final class ComplexPanAndZoomInstructionDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReplacement constructor.from(com.levigo.jadice.document.internal.instruction.ComplexPanAndZoomInstruction instruction) doublegetX()doublegetY()doublegetZoom()booleanisXNull()booleanisYNull()booleanvoidsetRefCorner(String refCorner) voidsetX(double x) voidsetY(double y) voidsetZoom(double zoom) static com.levigo.jadice.document.internal.instruction.ComplexPanAndZoomInstructionMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ComplexPanAndZoomInstructionDTO
protected ComplexPanAndZoomInstructionDTO()
-
-
Method Details
-
getX
public double getX() -
isXNull
public boolean isXNull() -
setX
public void setX(double x) -
getY
public double getY() -
isYNull
public boolean isYNull() -
setY
public void setY(double y) -
getZoom
public double getZoom() -
isZoomNull
public boolean isZoomNull() -
setZoom
public void setZoom(double zoom) -
getRefCorner
-
setRefCorner
-
create
Replacement constructor. Creates a new nativeComplexPanAndZoomInstructionDTO.- Returns:
- The new instance.
-
from
public static ComplexPanAndZoomInstructionDTO from(com.levigo.jadice.document.internal.instruction.ComplexPanAndZoomInstruction instruction) -
to
public static com.levigo.jadice.document.internal.instruction.ComplexPanAndZoomInstruction to(ComplexPanAndZoomInstructionDTO dto)
-