com.steema.teechart.styles
Class GaugeSeriesPointer
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.styles.SeriesPointer
com.steema.teechart.styles.GaugeSeriesPointer
public class GaugeSeriesPointer
- extends SeriesPointer
Method Summary |
void |
draw(IGraphics3D g,
boolean is3D,
int px,
int py,
int tmpHoriz,
int tmpVert,
Color colorValue,
GaugePointerStyles aStyle)
|
void |
draw(IGraphics3D g,
Point inner,
Point innerPlus,
Point innerMinus,
Point outer,
Point outerPlus,
Point outerMinus)
|
void |
drawColorLine(IGraphics3D g,
int startAngle,
int endAngle,
Rectangle container)
|
void |
drawColorLine(IGraphics3D g,
int startAngle,
int endAngle,
Rectangle container,
boolean spiralled)
|
void |
drawShadow(IGraphics3D g,
float angle,
int px,
int py,
int tmpHoriz,
int tmpVert,
GaugePointerStyles aStyle)
|
GaugePointerStyles |
getGaugePointerStyle()
|
Shadow |
getShadow()
|
void |
setGaugePointerStyle(GaugePointerStyles value)
|
void |
setShadow(Shadow value)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GaugeSeriesPointer
public GaugeSeriesPointer(IBaseChart c,
Series s)
getGaugePointerStyle
public GaugePointerStyles getGaugePointerStyle()
setGaugePointerStyle
public void setGaugePointerStyle(GaugePointerStyles value)
getShadow
public Shadow getShadow()
setShadow
public void setShadow(Shadow value)
drawShadow
public void drawShadow(IGraphics3D g,
float angle,
int px,
int py,
int tmpHoriz,
int tmpVert,
GaugePointerStyles aStyle)
drawColorLine
public void drawColorLine(IGraphics3D g,
int startAngle,
int endAngle,
Rectangle container)
drawColorLine
public void drawColorLine(IGraphics3D g,
int startAngle,
int endAngle,
Rectangle container,
boolean spiralled)
draw
public void draw(IGraphics3D g,
Point inner,
Point innerPlus,
Point innerMinus,
Point outer,
Point outerPlus,
Point outerMinus)
draw
public void draw(IGraphics3D g,
boolean is3D,
int px,
int py,
int tmpHoriz,
int tmpVert,
Color colorValue,
GaugePointerStyles aStyle)