Uses of Class
com.java4less.rchart.gc.ChartColor

Packages that use ChartColor
com.java4less.rchart   
com.java4less.rchart.gc   
com.java4less.rchart.gc.android   
 

Uses of ChartColor in com.java4less.rchart
 

Fields in com.java4less.rchart declared as ChartColor
 ChartColor Title.color
          color used for the title
 ChartColor Legend.color
           
 ChartColor AxisLabel.color
          color of the text.
 ChartColor FillStyle.colorFrom
          Initial color used for the gradient.
 ChartColor FillStyle.colorUntil
          Final color used for the gradient.
 ChartColor Axis.DescColor
          Color of the text used to display the labels.
 ChartColor RadarPlotter.factorColor
          color used to paint the factors
 ChartColor[] RadarPlotter.factorColors
          color of the factor labels
 ChartColor RadarPlotter.gridFontColor
          grid's font color
 ChartColor MaxMinDataSerie.negativeValueColor
          only CANDLESTICK) Color of when close value < open value.
 ChartColor LineDataSerie.pointColor
          color of the point
 ChartColor[] RadarPlotter.pointColors
          color of the points.
 ChartColor MaxMinDataSerie.positiveValueColor
          (only CANDLESTICK) Color of when close value > open value.
 ChartColor PieDataSerie.valueColor
          color of the font used to display the values/percentages.
 ChartColor LineDataSerie.valueColor
          color used to draw the values of the serie.
 ChartColor BarDataSerie.valueColor
          color used to display the values of the bars.
 

Methods in com.java4less.rchart that return ChartColor
static ChartColor ChartLoader.convertColor(java.lang.String s)
           
 ChartColor LineStyle.getColor()
          returns the color of the line.
 ChartColor FillStyle.getColor()
          get color used for filling the area.
 

Methods in com.java4less.rchart with parameters of type ChartColor
 void LineStyle.setColor(ChartColor c)
          sets the color of the line.
 

Constructors in com.java4less.rchart with parameters of type ChartColor
AxisLabel(java.lang.String t, ChartColor c, ChartFont f)
          creates a label with the specified text, color and font.
FillStyle(ChartColor c)
          Creates a fill style for the color c.
FillStyle(ChartColor c, float f)
          Creates a fill style.
HAxisLabel(java.lang.String t, ChartColor c, ChartFont f)
          creates the horizontal label.
LineStyle(float w, ChartColor c, int t)
          Creates a line style with the given width, color and style(line, dashed...).
LineStyle(float w, ChartColor c, int t, float alpha)
          Creates a line style with the given width, color and style(line, dashed...) and transparency (alpha value)
VAxisLabel(java.lang.String t, ChartColor c, ChartFont f)
          creates the vertical label.
 

Uses of ChartColor in com.java4less.rchart.gc
 

Methods in com.java4less.rchart.gc that return ChartColor
 ChartColor ChartColor.brighter()
          get brighter color
 ChartColor ChartColor.darker()
          get darker color
 ChartColor ChartGraphics.getColor()
          get current color in context
static ChartColor GraphicsProvider.getColor(int red, int green, int blue)
           
static ChartColor GraphicsProvider.getColor(java.lang.String c)
           
static ChartColor GraphicsProvider.getColorFromObject(java.lang.Object o)
           
 

Methods in com.java4less.rchart.gc with parameters of type ChartColor
 void ChartGraphics.createFadeArea(ChartColor colorFrom, ChartColor colorUntil, int x, int y, int w, int h, boolean vertical, boolean cyclic)
          creates a gradient filling
static ChartImage GraphicsProvider.createTransparentImage(int w, int h, ChartColor transparent)
          create a new transparent image of the given size
 boolean ChartGraphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int angle, int x, int y, boolean b)
          paint rotated text
 void ChartGraphics.setColor(ChartColor color)
          set current color in context
 

Uses of ChartColor in com.java4less.rchart.gc.android
 

Subclasses of ChartColor in com.java4less.rchart.gc.android
 class ChartAndroidColor
           
 

Methods in com.java4less.rchart.gc.android that return ChartColor
 ChartColor ChartAndroidColor.brighter()
          get brighter color
 ChartColor ChartAndroidColor.darker()
          get darker color
 ChartColor ChartAndroidGraphics.getColor()
          get current color in context
 

Methods in com.java4less.rchart.gc.android with parameters of type ChartColor
 void ChartAndroidGraphics.createFadeArea(ChartColor colorFrom, ChartColor colorUntil, int x, int y, int w, int h, boolean vertical, boolean cyclic)
           
 boolean ChartAndroidGraphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int angle, int x, int y, boolean b)
          paint vertical text
 void ChartAndroidGraphics.setColor(ChartColor color)
          set current color in context
 

Constructors in com.java4less.rchart.gc.android with parameters of type ChartColor
ChartAndroidImage(int w, int h, ChartColor transparent)
          create a new transparent image of a given size