OFC Charts 3.1


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)


Field Summary
static int GRADIENT_COLOR_LEFT_TO_RIGHT
           
static int GRADIENT_COLOR_RIGHT_TO_LEFT
           
static int GRADIENT_COLORE_NONE
           
 
Fields inherited from class com.oxymel.ofc.charts.Chart
ROTATE_180_DEGREE, ROTATE_270_DEGREE, ROTATE_90_DEGREE, ROTATE_NONE
 
Constructor Summary
DialChart(int chartWidth, int chartHeight, RangeValueSeriesContainer rangeValueSeriesContainer, double startValue, double endValue, double stepValue, double arrowValue)
          Constructor
 
Method Summary
 void setGradientColorMode(int gradientColorMode)
          Sets gradient color mode
 void setRangeValueSeriesContainer(RangeValueSeriesContainer rangeValueSeriesContainer)
          Sets data used to draw chart
 
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
 

Field Detail

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
Constructor Detail

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 chart
chartHeight - Height of vertical bar chart
rangeValueSeriesContainer - data indicatator series
startValue - dial start value
endValue - dial end value
stepValue - dial step value
arrowValue - value to indicate
Throws:
OFCChartsException -  
Method Detail

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

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.