Class StampAnnotationDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.ShapeBasedAnnotationDTO
com.levigo.jadice.web.client.messaging.TextAnnotationDTO
com.levigo.jadice.web.client.messaging.StampAnnotationDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StampAnnotationDTO
from
(StampAnnotation anno) int
getGap()
boolean
boolean
boolean
void
setCenterAsOrigin
(boolean centerAsOrigin) void
setGap
(int gap) void
setIgnoreLineWidth
(boolean ignoreLineWidth) void
setMultiLine
(boolean multiLine) static StampAnnotation
to
(StampAnnotationDTO dto) Methods inherited from class com.levigo.jadice.web.client.messaging.TextAnnotationDTO
applyToAnnotation, from, getDefaultText, getFontFace, getFontSize, getHorizontalAlignment, getMaxChars, getRotation, getShape, getText, getTextColor, isBold, isEditable, isItalic, isScaleText, isStrikethrough, isUnderscored, setBold, setDefaultText, setEditable, setFontFace, setFontSize, setHorizontalAlignment, setItalic, setMaxChars, setRotation, setScaleText, setShape, setStrikethrough, setText, setTextColor, setUnderscored, to
Methods inherited from class com.levigo.jadice.web.client.messaging.ShapeBasedAnnotationDTO
applyToAnnotation, create, from, getFillColor, getLineWidth, getStrokeColor, getStrokeResolution, isAllowResize, isFilled, isIconified, isLinePainted, setAllowResize, setFillColor, setFilled, setIconified, setLinePainted, setLineWidth, setStrokeColor, setStrokeResolution
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
StampAnnotationDTO
protected StampAnnotationDTO()
-
-
Method Details
-
getGap
public int getGap() -
setGap
public void setGap(int gap) -
isMultiLine
public boolean isMultiLine() -
setMultiLine
public void setMultiLine(boolean multiLine) -
isCenterAsOrigin
public boolean isCenterAsOrigin() -
setCenterAsOrigin
public void setCenterAsOrigin(boolean centerAsOrigin) -
isIgnoreLineWidth
public boolean isIgnoreLineWidth() -
setIgnoreLineWidth
public void setIgnoreLineWidth(boolean ignoreLineWidth) -
from
-
to
-