Uses of Class
com.java4less.rchart.FillStyle

Packages that use FillStyle
com.java4less.rchart   
 

Uses of FillStyle in com.java4less.rchart
 

Fields in com.java4less.rchart declared as FillStyle
 FillStyle Plotter.back
          background of the plotter area.
 FillStyle Chart.back
          background of the chart.
 FillStyle Legend.background
          background of the legend.
 FillStyle RadarPlotter.backStyle
          back style to fill the chart
 FillStyle Axis.barFilling
          filling of the axis if its barstyle is not NONE
 FillStyle[] BarDataSerie.barStyles
           
 FillStyle TargetZone.fillStyle
          fill style of the zone
 FillStyle LineDataSerie.fillStyle
          fill style used for area charts.
 FillStyle AxisTargetZone.fillStyle
          fill style of the zone
 FillStyle GaugePlotter.gaugeback
          Gauge background
 FillStyle Axis.gridFillStyle
          Style of the grid (filling).
 FillStyle GaugePlotter.maxZoneColor
          color of the ticks of the scale near to the maximum value
 FillStyle GaugePlotter.minZoneColor
          color of the ticks of the scale near to the minimum value
 FillStyle BarDataSerie.negativeStyle
          Fill styled used to fill the bar if negative.
 FillStyle BarDataSerie.style
          Fill styled used to fill the bar.
 

Methods in com.java4less.rchart that return FillStyle
static FillStyle FillStyle.createFromString(java.lang.String f)
          create style form string
 

Methods in com.java4less.rchart with parameters of type FillStyle
 void PieDataSerie.addPieData(double y, FillStyle s)
          Adds a new value to the set.
 void PieDataSerie.addPieData(double y, FillStyle s, boolean keepTogether, java.lang.String label)
          Adds a new value to the set.
 

Constructors in com.java4less.rchart with parameters of type FillStyle
BarDataSerie(double[] x, double[] y, FillStyle s)
          Creates a serie with the specified values (points x,y) and style.
BarDataSerie(double[] y, FillStyle s)
          Creates a serie with the specified values and style.
BarDataSerie(FillStyle s)
          Creates an empty serie with the specifed style.
GaugeDataSerie(double[] y, FillStyle[] s)
          creates a GaugeDataSerie
PieDataSerie(double[] y, FillStyle[] s)
          creates a PieDataSerie to display a list of values on a pie chart.
PieDataSerie(double[] y, FillStyle[] s, boolean[] keepTogether, java.lang.String[] labels)
          creates a PieDataSerie to display a list of values on a pie chart.