Class BasicPageSegmentDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.BasicPageSegmentDTO
Direct Known Subclasses:
AnnotationPageSegmentDTO

public class BasicPageSegmentDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Details

    • BasicPageSegmentDTO

      protected BasicPageSegmentDTO()
  • Method Details

    • getId

      public final String getId()
    • setId

      public final void setId(String id)
    • getWidth

      public final double getWidth()
    • setWidth

      public final void setWidth(double width)
    • getHeight

      public final double getHeight()
    • setHeight

      public final void setHeight(double height)
    • getHandle

      public final PageSegmentHandleDTO getHandle()
    • setHandle

      public final void setHandle(PageSegmentHandleDTO handle)
    • getFnResolution

      public final ResolutionDTO getFnResolution()
    • setFnResolution

      public final void setFnResolution(ResolutionDTO fnResolution)
    • getCmResolution

      public final ResolutionDTO getCmResolution()
    • setCmResolution

      public final void setCmResolution(ResolutionDTO cmResolution)
    • getFormat

      public final String getFormat()
    • setFormat

      public final void setFormat(String format)
    • getUserProperties

      public final UserPropertiesDTO getUserProperties()
    • setUserProperties

      public final void setUserProperties(UserPropertiesDTO userProperties)
    • applyValuesToSegment

      public final void applyValuesToSegment(com.levigo.jadice.web.shared.model.internal.document.BasicPageSegment segment)
    • to

      public static com.levigo.jadice.web.shared.model.internal.document.BasicPageSegment to(BasicPageSegmentDTO dto)
    • create

      public static BasicPageSegmentDTO create(String id, double width, double height, PageSegmentHandleDTO handle, ResolutionDTO fnResolution, ResolutionDTO cmResolution, String format, UserPropertiesDTO userProperties)
    • from

      public static BasicPageSegmentDTO from(com.levigo.jadice.web.shared.model.internal.document.BasicPageSegment segment)