com.oxymel.ofc.charts
Class DialChart
java.lang.Object
|
+--com.oxymel.ofc.charts.Chart
|
+--com.oxymel.ofc.charts.DialChart
- public class DialChart
- extends Chart
This class provides a dial chart management.
It is an indicator which looks like a dial.
It indicates a value and all colored zone (ie: all range value)
Constructor Summary |
DialChart(int chartWidth,
int chartHeight,
RangeValueSeriesContainer rangeValueSeriesContainer,
double startValue,
double endValue,
double stepValue,
double arrowValue)
Constructor |
Methods inherited from class com.oxymel.ofc.charts.Chart |
drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawJPEG, drawJPEG, drawPNG, drawPNG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, get3dEffectValue, getAllSeriesOrderByDisplayNumber, getBufferedImage, set3dEffectValue, setBackgroundColorVisible, setColorPalette, setGraphicBackgroundColor, setImageBackgroundColor, setLegendAlignMode, setLegendDisplayMode, setLegendFontSize, setNbPixelFreeArroundImageForPresentation, setRotateValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GRADIENT_COLOR_LEFT_TO_RIGHT
public static final int GRADIENT_COLOR_LEFT_TO_RIGHT
GRADIENT_COLOR_RIGHT_TO_LEFT
public static final int GRADIENT_COLOR_RIGHT_TO_LEFT
GRADIENT_COLORE_NONE
public static final int GRADIENT_COLORE_NONE
DialChart
public DialChart(int chartWidth,
int chartHeight,
RangeValueSeriesContainer rangeValueSeriesContainer,
double startValue,
double endValue,
double stepValue,
double arrowValue)
throws OFCChartsException
- Constructor
- Parameters:
chartWidth
- Width of vertical bar chartchartHeight
- Height of vertical bar chartrangeValueSeriesContainer
- data indicatator seriesstartValue
- dial start valueendValue
- dial end valuestepValue
- dial step valuearrowValue
- value to indicate- Throws:
OFCChartsException
-
setGradientColorMode
public void setGradientColorMode(int gradientColorMode)
- Sets gradient color mode
- Parameters:
gradientColorMode
- gradient color mode to set
setRangeValueSeriesContainer
public void setRangeValueSeriesContainer(RangeValueSeriesContainer rangeValueSeriesContainer)
- Sets data used to draw chart
- Parameters:
rangeValueSeriesContainer
- All series of range value indicator
Copyright © 2005 Oxymel SA All Rights Reserved.