|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.styles.SeriesPointer
com.steema.teechart.styles.Callout
com.steema.teechart.tools.AnnotationCallout
public class AnnotationCallout
Title: AnnotationCallout class
Description:
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.styles.SeriesPointer |
---|
allowChangeSize, bVisible, defaultVisible, draw3D, xMinus, xPlus, yMinus, yPlus |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
AnnotationCallout(ISeries s)
|
Method Summary | |
---|---|
protected Point |
closerPoint(Rectangle r,
Point p)
|
int |
getXPosition()
The X pixel coordinate of the ending point of the annotation callout line. |
int |
getYPosition()
The Y pixel coordinate of the ending point of the annotation callout line. |
int |
getZPosition()
The Z pixel coordinate of the ending point of the annotation callout line. |
void |
setXPosition(int value)
Sets the X pixel coordinate of the ending point of the annotation callout line. |
void |
setYPosition(int value)
Sets the Y pixel coordinate of the ending point of the annotation callout line. |
void |
setZPosition(int value)
Sets the Z pixel coordinate of the ending point of the annotation callout line. |
Methods inherited from class com.steema.teechart.styles.Callout |
---|
draw, getArrow, getArrowHead, getArrowHeadSize, getDistance, setArrow, setArrowHead, setArrowHeadSize, setDistance |
Methods inherited from class com.steema.teechart.styles.SeriesPointer |
---|
assign, calcHorizMargins, calcVerticalMargins, draw, draw, draw, draw, draw, drawLegendShape, drawLegendShape, getBrush, getColor, getDark3D, getDraw3D, getEndZ, getGradient, getHorizSize, getInflateMargins, getMiddleZ, getPen, getSeries, getStartZ, getStyle, getTransparency, getVertSize, getVisible, prepareCanvas, readResolve, setChart, setColor, setDark3D, setDraw3D, setHorizSize, setInflateMargins, setStyle, setTransparency, setVertSize, setVisible |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationCallout(ISeries s)
Method Detail |
---|
protected Point closerPoint(Rectangle r, Point p)
public int getXPosition()
public void setXPosition(int value)
value
- intpublic int getYPosition()
public void setYPosition(int value)
value
- intpublic int getZPosition()
public void setZPosition(int value)
value
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |