Uses of Class
net.comrom.chart.FillStyle

Packages that use FillStyle
net.comrom.chart   
 

Uses of FillStyle in net.comrom.chart
 

Fields in net.comrom.chart declared as FillStyle
 FillStyle TargetZone.fillStyle
          fill style of the zone
 FillStyle RadarPlotter.backStyle
          back style to fill the chart
 FillStyle Plotter.back
          background of the plotter area.
 FillStyle LineDataSerie.fillStyle
           
 FillStyle Legend.background
          background of the legend
 FillStyle GaugePlotter.maxZoneColor
           
 FillStyle GaugePlotter.minZoneColor
           
 FillStyle GaugePlotter.gaugeback
           
 FillStyle Chart.back
          background of the chart.
 FillStyle BarDataSerie.style
           
 FillStyle BarDataSerie.negativeStyle
           
 FillStyle[] BarDataSerie.barStyles
           
 FillStyle AxisTargetZone.fillStyle
          fill style of the zone
 FillStyle Axis.barFilling
          filling of the axis if its barstyle is not NONE
 FillStyle Axis.gridFillStyle
           
 

Methods in net.comrom.chart that return FillStyle
static FillStyle FillStyle.createFromString(java.lang.String f)
           
 

Methods in net.comrom.chart with parameters of type FillStyle
 void PieDataSerie.addPieData(double y, FillStyle s)
           
 void PieDataSerie.addPieData(double y, FillStyle s, boolean keepTogether, java.lang.String label)
           
 

Constructors in net.comrom.chart with parameters of type FillStyle
PieDataSerie(double[] y, FillStyle[] s, boolean[] keepTogether, java.lang.String[] labels)
           
PieDataSerie(double[] y, FillStyle[] s)
           
GaugeDataSerie(double[] y, FillStyle[] s)
           
BarDataSerie(FillStyle s)
           
BarDataSerie(double[] x, double[] y, FillStyle s)
           
BarDataSerie(double[] y, FillStyle s)