public final class AnnotationArrow extends AnnotationObject
Provides access to the AnnotationArrow object.
The AnnotationArrow
class allows you to create line and arrow annotation objects in your charts. The supported members allow you to selected arrow head and tail size, style and width to create a variety of different arrow shapes. Also, by configuring the arrow style as 'None', you can create line objects in your charts.
Constructor and Description |
---|
AnnotationArrow()
Constructs a newly allocated AnnotationArrow object
|
Modifier and Type | Method and Description |
---|---|
AdjustableArrowCap |
getEndCap()
Allows you to control the ending arrow head height, width and style of a selected annotation arrow object.
|
AdjustableArrowCap |
getStartCap()
Allows you to control the starting arrow head height, width and style of a selected annotation arrow object.
|
void |
setEndCap(AdjustableArrowCap value)
Allows you to control the ending arrow head height, width and style of a selected annotation arrow object.
|
void |
setStartCap(AdjustableArrowCap value)
Allows you to control the starting arrow head height, width and style of a selected annotation arrow object.
|
attach, attach, attach, attach, attach, attach, attach, detach, flip, getAnchor, getBorder, getColor, getHeight, getLeft, getLink, getObjectBounds, getPattern, getTag, getTop, getWidth, isAllowModify, isAllowMove, isPaintBefore, isPlotAreaOnly, isVisible, refresh, resetAllowModify, resetAllowMove, resetAnchor, resetBoundsNormalized, resetColor, resetPaintBefore, resetPattern, resetPlotAreaOnly, resetVisible, rotate, setAllowModify, setAllowMove, setAnchor, setBorder, setColor, setHeight, setLeft, setObjectBounds, setPaintBefore, setPattern, setPlotAreaOnly, setTag, setTop, setVisible, setWidth
public AnnotationArrow()
public AdjustableArrowCap getEndCap()
Allows you to control the ending arrow head height, width and style of a selected annotation arrow object.
The starting arrow head attributes may be assigned using the setStartCap
method.
For more information regarding the AdjustableArrowCap type, please refer to the Documentation.
To set the height for the ending arrow of an annotation arrow object:
public void setEndCap(AdjustableArrowCap value)
Allows you to control the ending arrow head height, width and style of a selected annotation arrow object.
The starting arrow head attributes may be assigned using the setStartCap
method.
For more information regarding the AdjustableArrowCap type, please refer to the Documentation.
To set the height for the ending arrow of an annotation arrow object:
value
- public AdjustableArrowCap getStartCap()
Allows you to control the starting arrow head height, width and style of a selected annotation arrow object.
By default the arrow object only has a configured setEndCap
, therefore, you must create the StartCap object before you can assign any attributes to the object.
The ending arrow head attributes may be assigned using the setEndCap
method.
For more information regarding the AdjustableArrowCap type, please refer to the Documentation.
To set the height for the starting arrow of an annotation arrow object:
public void setStartCap(AdjustableArrowCap value)
Allows you to control the starting arrow head height, width and style of a selected annotation arrow object.
By default the arrow object only has a configured setEndCap
, therefore, you must create the StartCap object before you can assign any attributes to the object.
The ending arrow head attributes may be assigned using the setEndCap
method.
For more information regarding the AdjustableArrowCap type, please refer to the Documentation.
To set the height for the starting arrow of an annotation arrow object:
value
- 2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.