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 CalloutAnnotationDTOfrom(CalloutAnnotation anno) intintvoidsetArrowHeight(int arrowHeight) voidsetArrowWidth(int arrowWidth) voidsetCallout(PathDTO callout) voidsetRectangleTextbox(RectangularShapeDTO rectangleTextbox) static CalloutAnnotationto(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, 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
-
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
-