|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rchart.DataSerie | +--com.java4less.rchart.PieDataSerie | +--com.java4less.rchart.GaugeDataSerie
Subclass of PieDataSerie for gaugeCharts.
Field Summary | |
int |
needleLength
length of the needle (in %). |
LineStyle |
needleStyle
style of the needle |
Fields inherited from class com.java4less.rchart.PieDataSerie |
drawPercentages, textDistanceToCenter, valueColor, valueFont |
Fields inherited from class com.java4less.rchart.DataSerie |
dataLabels, hotAreas, name, nullValue, secondYAxis, valueFormat |
Constructor Summary | |
GaugeDataSerie(double[] y,
FillStyle[] s)
creates a GaugeDataSerie |
Methods inherited from class com.java4less.rchart.PieDataSerie |
addPieData, addPieData |
Methods inherited from class com.java4less.rchart.DataSerie |
addData, doubleToString, getElementX, getElementY, getSize, setDatax |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public LineStyle needleStyle
public int needleLength
Constructor Detail |
public GaugeDataSerie(double[] y, FillStyle[] s)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |