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 StampAnnotationDTOfrom(StampAnnotation anno) intgetGap()booleanbooleanbooleanvoidsetCenterAsOrigin(boolean centerAsOrigin) voidsetGap(int gap) voidsetIgnoreLineWidth(boolean ignoreLineWidth) voidsetMultiLine(boolean multiLine) static StampAnnotationto(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, toMethods 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, setStrokeResolutionMethods 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
-