net.comrom.chart
Class GaugeDataSerie

java.lang.Object
  extended bynet.comrom.chart.DataSerie
      extended bynet.comrom.chart.PieDataSerie
          extended bynet.comrom.chart.GaugeDataSerie

public class GaugeDataSerie
extends PieDataSerie


Field Summary
 int needleLength
           
 LineStyle needleStyle
           
 
Fields inherited from class net.comrom.chart.PieDataSerie
drawPercentages, textDistanceToCenter, valueColor, valueFont
 
Fields inherited from class net.comrom.chart.DataSerie
dataLabels, hotAreas, htmlLinks, labelTemplate, name, nullValue, secondaryXAxis, secondaryYAxis, secondYAxis, tips, valueFormat
 
Constructor Summary
GaugeDataSerie(double[] y, FillStyle[] s)
           
 
Methods inherited from class net.comrom.chart.PieDataSerie
addPieData, addPieData
 
Methods inherited from class net.comrom.chart.DataSerie
addData, getElementX, getElementY, getSize, replaceXValueAt, replaceXYValueAt, replaceYValueAt, setDatax
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

needleStyle

public LineStyle needleStyle

needleLength

public int needleLength
Constructor Detail

GaugeDataSerie

public GaugeDataSerie(double[] y,
                      FillStyle[] s)