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 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

      public String getRefCorner()
    • setRefCorner

      public void setRefCorner(String refCorner)
    • create

      public static ComplexPanAndZoomInstructionDTO create(String refCorner)
      Replacement constructor. Creates a new native ComplexPanAndZoomInstructionDTO.
      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)