|
||||||||||
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
public class Callout
Title: Callout class
Description: Mark Callout pointer characteristics
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 | |
---|---|
Callout()
|
|
Callout(ISeries s)
|
Method Summary | |
---|---|
void |
draw(Color c,
Point pFrom,
Point pTo,
int z)
|
ChartPen |
getArrow()
Arrow line between a Series Mark and a Series point. |
ArrowHeadStyle |
getArrowHead()
Determines if callout line will display an "arrow" head at the end or not. |
int |
getArrowHeadSize()
The size in pixels to display the arrow head at the end of the callout line. |
int |
getDistance()
The length in pixels between a series point and the line connecting the series mark or annotation. |
void |
setArrow(ChartPen value)
Sets the Arrow line between a Series Mark and a Series point. |
void |
setArrowHead(ArrowHeadStyle value)
Determines if callout line will display an "arrow" head at the end or not. |
void |
setArrowHeadSize(int value)
Sets the size in pixels of the arrow head at the end of the callout line. |
void |
setDistance(int value)
The length in pixels between a series point and the line connecting the series mark or annotation. |
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 Callout()
public Callout(ISeries s)
Method Detail |
---|
public void draw(Color c, Point pFrom, Point pTo, int z)
public ChartPen getArrow()
public void setArrow(ChartPen value)
value
- ChartPenpublic ArrowHeadStyle getArrowHead()
public void setArrowHead(ArrowHeadStyle value)
value
- ArrowHeadStylepublic int getArrowHeadSize()
public void setArrowHeadSize(int value)
value
- intpublic int getDistance()
public void setDistance(int value)
value
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |