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) double
getX()
double
getY()
double
getZoom()
boolean
isXNull()
boolean
isYNull()
boolean
void
setRefCorner
(String refCorner) void
setX
(double x) void
setY
(double y) void
setZoom
(double zoom) static com.levigo.jadice.document.internal.instruction.ComplexPanAndZoomInstruction
Methods 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)
-