com.linksoft.chart
Class GaugePlotter
java.lang.Object
com.linksoft.chart.ChartComponent
com.linksoft.chart.Plotter
com.linksoft.chart.GaugePlotter
- public class GaugePlotter
- extends Plotter
Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved
| Methods inherited from class com.linksoft.chart.Plotter |
addSerie, getActiveXScale, getActiveYScale, getCombinable, getNeedsAxis, getSerie, getSeriesCount, inSameSubChart, plot, plotBackground, replaceSerie, setSerie |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
needleBase
public int needleBase
radiusModifier
public double radiusModifier
border
public LineStyle border
axis1LabelMargin
public int axis1LabelMargin
axis2LabelMargin
public int axis2LabelMargin
axis2Margin
public int axis2Margin
axis1Margin
public int axis1Margin
axis1
public Axis axis1
axis2
public Axis axis2
maxZoneColor
public FillStyle maxZoneColor
maxminZoneWidth
public int maxminZoneWidth
maxminZoneMargin
public int maxminZoneMargin
maxZone
public double maxZone
minZoneColor
public FillStyle minZoneColor
minZone
public double minZone
startAngle
public int startAngle
endAngle
public int endAngle
gaugeback
public FillStyle gaugeback
subGauge1
public GaugePlotter subGauge1
subGauge2
public GaugePlotter subGauge2
parentGauge
protected GaugePlotter parentGauge
subGaugeSize
public int subGaugeSize
GaugePlotter
public GaugePlotter()
plotSerie
protected void plotSerie(ChartGraphics g,
DataSerie s,
int serieSec)
- Overrides:
plotSerie in class Plotter
plotGauge
protected void plotGauge(ChartGraphics g,
DataSerie s,
int serieSec,
int toCenterX,
int toCenterY,
int radi,
boolean isSubGauge)