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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
applyValuesToSegment
(com.levigo.jadice.web.shared.model.internal.document.BasicPageSegment segment) static BasicPageSegmentDTO
create
(String id, double width, double height, PageSegmentHandleDTO handle, ResolutionDTO fnResolution, ResolutionDTO cmResolution, String format, UserPropertiesDTO userProperties) static BasicPageSegmentDTO
from
(com.levigo.jadice.web.shared.model.internal.document.BasicPageSegment segment) final ResolutionDTO
final ResolutionDTO
final String
final PageSegmentHandleDTO
final double
final String
getId()
final UserPropertiesDTO
final double
getWidth()
final void
setCmResolution
(ResolutionDTO cmResolution) final void
setFnResolution
(ResolutionDTO fnResolution) final void
final void
setHandle
(PageSegmentHandleDTO handle) final void
setHeight
(double height) final void
final void
setUserProperties
(UserPropertiesDTO userProperties) final void
setWidth
(double width) static com.levigo.jadice.web.shared.model.internal.document.BasicPageSegment
to
(BasicPageSegmentDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
BasicPageSegmentDTO
protected BasicPageSegmentDTO()
-
-
Method Details
-
getId
-
setId
-
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
-
setHandle
-
getFnResolution
-
setFnResolution
-
getCmResolution
-
setCmResolution
-
getFormat
-
setFormat
-
getUserProperties
-
setUserProperties
-
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)
-