com.steema.teechart.styles
Class GaugeSeriesPointer

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.styles.SeriesPointer
          extended by com.steema.teechart.styles.GaugeSeriesPointer

public class GaugeSeriesPointer
extends SeriesPointer


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
GaugeSeriesPointer(IBaseChart c, Series s)
           
 
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 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

GaugeSeriesPointer

public GaugeSeriesPointer(IBaseChart c,
                          Series s)
Method Detail

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)