Uses of Class
com.java4less.rchart.LineStyle

Packages that use LineStyle
com.java4less.rchart   
 

Uses of LineStyle in com.java4less.rchart
 

Fields in com.java4less.rchart declared as LineStyle
 LineStyle PiePlotter.border
          style of the border
 LineStyle LinePlotter3D.border
          style of the lines' border.
 LineStyle Legend.border
          border of the legend.
 LineStyle GaugePlotter.border
          style of the border
 LineStyle Chart.border
          border of the chart.
 LineStyle BarDataSerie.border
          If borderType is BORDER_NORMAL, this style will be used to draw the border.
 LineStyle BarDataSerie.border2
          see border.
 LineStyle Axis.ceroAxisStyle
          style of the cero axis.
 LineStyle RadarPlotter.gridStyle
          grid's line style
 LineStyle Axis.gridStyle
          Style of the grid (line).
 LineStyle PiePlotter.labelLine
          style of the line used to connect pie and labels
 LineStyle MaxMinDataSerie.maxminStyle
          Style of the line used to display the min/max interval.
 LineStyle GaugeDataSerie.needleStyle
          style of the needle
 LineStyle BarDataSerie.negativeborder
          Like "border" for negatives values.
 LineStyle BarDataSerie.negativeborder2
          Like "border2" for negatives values.
 LineStyle TargetZone.style
          style of the line
 LineStyle LineDataSerie.style
          style of the line for this serie.
 LineStyle AxisTargetZone.style
          style of the line
 LineStyle Axis.style
          Style of the axis.
 LineStyle LineDataSerie.vstyle
          style of the vertical line from the point to the x axis,
 

Methods in com.java4less.rchart that return LineStyle
static LineStyle LineStyle.createFromString(java.lang.String s)
          create a new lineStyle form a string
 

Constructors in com.java4less.rchart with parameters of type LineStyle
LineDataSerie(double[] x, double[] y, LineStyle s)
           
LineDataSerie(java.lang.Double[] x, java.lang.Double[] y, LineStyle s)
           
LineDataSerie(double[] y, LineStyle s)
           
LineDataSerie(java.lang.Double[] y, LineStyle s)
           
LineDataSerie(LineStyle s)
           
MaxMinDataSerie(double[] op, double[] cl, double[] hi, double[] lo, LineStyle s)
          Creates a data serie with open values, close values, high (maximum) value and low (minimum) value.
MaxMinDataSerie(java.lang.Double[] op, double[] cl, double[] hi, double[] lo, LineStyle s)
           
MaxMinDataSerie(double[] x, double[] y, LineStyle s)
           
MaxMinDataSerie(double[] y, LineStyle s)
           
MaxMinDataSerie(java.lang.Double[] y, LineStyle s)
           
MaxMinDataSerie(LineStyle s)