com.steema.teechart.tools
Class AnnotationCallout

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.styles.SeriesPointer
          extended by com.steema.teechart.styles.Callout
              extended by com.steema.teechart.tools.AnnotationCallout

public class AnnotationCallout
extends Callout

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

AnnotationCallout

public AnnotationCallout(ISeries s)
Method Detail

closerPoint

protected Point closerPoint(Rectangle r,
                            Point p)

getXPosition

public int getXPosition()
The X pixel coordinate of the ending point of the annotation callout line.

Returns:
int

setXPosition

public void setXPosition(int value)
Sets the X pixel coordinate of the ending point of the annotation callout line.

Parameters:
value - int

getYPosition

public int getYPosition()
The Y pixel coordinate of the ending point of the annotation callout line.

Returns:
int

setYPosition

public void setYPosition(int value)
Sets the Y pixel coordinate of the ending point of the annotation callout line.

Parameters:
value - int

getZPosition

public int getZPosition()
The Z pixel coordinate of the ending point of the annotation callout line.

Returns:
int

setZPosition

public void setZPosition(int value)
Sets the Z pixel coordinate of the ending point of the annotation callout line.

Parameters:
value - int