|
||||||||||
| 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-2006 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 |
| Fields inherited from class com.steema.teechart.TeeBase |
|---|
chart |
| Constructor Summary | |
|---|---|
AnnotationCallout(ISeries s)
|
|
| Method Summary | |
|---|---|
protected java.awt.Point |
closerPoint(Rectangle r,
java.awt.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, 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 java.awt.Point closerPoint(Rectangle r,
java.awt.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 | |||||||||