Class CalloutAnnotationDTO
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.CalloutAnnotationDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CalloutAnnotationDTO
from
(CalloutAnnotation anno) int
int
void
setArrowHeight
(int arrowHeight) void
setArrowWidth
(int arrowWidth) void
setCallout
(PathDTO callout) void
setRectangleTextbox
(RectangularShapeDTO rectangleTextbox) static CalloutAnnotation
to
(CalloutAnnotationDTO 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
-
CalloutAnnotationDTO
protected CalloutAnnotationDTO()
-
-
Method Details
-
getRectangleTextbox
-
setRectangleTextbox
-
getCallout
-
setCallout
-
getArrowWidth
public int getArrowWidth() -
setArrowWidth
public void setArrowWidth(int arrowWidth) -
getArrowHeight
public int getArrowHeight() -
setArrowHeight
public void setArrowHeight(int arrowHeight) -
from
-
to
-