Class ArrowAnnotationDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.ShapeBasedAnnotationDTO
com.levigo.jadice.web.client.messaging.ArrowAnnotationDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrowAnnotationDTO
from
(ArrowAnnotation anno) int
int
double
getX1()
double
getX2()
double
getY1()
double
getY2()
boolean
void
setHeadAngle
(double headAngle) void
setHeadLength
(double headLength) void
setHeadLengthInPercent
(boolean headLengthInPercent) void
setX1
(double x1) void
setX2
(double x2) void
setY1
(double y1) void
setY2
(double y2) static ArrowAnnotation
to
(ArrowAnnotationDTO dto) 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
-
ArrowAnnotationDTO
protected ArrowAnnotationDTO()
-
-
Method Details
-
getX1
public double getX1() -
setX1
public void setX1(double x1) -
getX2
public double getX2() -
setX2
public void setX2(double x2) -
getY1
public double getY1() -
setY1
public void setY1(double y1) -
getY2
public double getY2() -
setY2
public void setY2(double y2) -
getHeadAngle
public int getHeadAngle() -
setHeadAngle
public void setHeadAngle(double headAngle) -
getHeadLength
public int getHeadLength() -
setHeadLength
public void setHeadLength(double headLength) -
isHeadLengthInPercent
public boolean isHeadLengthInPercent() -
setHeadLengthInPercent
public void setHeadLengthInPercent(boolean headLengthInPercent) -
from
-
to
-