Uses of Class
net.comrom.chart.gc.ChartColor

Packages that use ChartColor
net.comrom.chart   
net.comrom.chart.gc   
net.comrom.chart.gc.awt   
net.comrom.chart.gc.swt   
 

Uses of ChartColor in net.comrom.chart
 

Fields in net.comrom.chart declared as ChartColor
 ChartColor Title.color
          color used for the title
 ChartColor[] RadarPlotter.factorColors
          color of the factor labels
 ChartColor RadarPlotter.factorColor
          color used to paint the factors
 ChartColor RadarPlotter.gridFontColor
          grid's font color
 ChartColor[] RadarPlotter.pointColors
          color of the points.
 ChartColor PieDataSerie.valueColor
           
 ChartColor MaxMinDataSerie.positiveValueColor
           
 ChartColor MaxMinDataSerie.negativeValueColor
           
 ChartColor LineDataSerie.valueColor
           
 ChartColor LineDataSerie.pointColor
           
 ChartColor Legend.color
           
 ChartColor FillStyle.colorFrom
          Initial color used for the gradient
 ChartColor FillStyle.colorUntil
          Final color used for the gradient.
 ChartColor BarDataSerie.valueColor
           
 ChartColor AxisLabel.color
           
 ChartColor Axis.DescColor
          Color of the text used to display the labels.
 

Methods in net.comrom.chart that return ChartColor
 ChartColor LineStyle.getColor()
           
 ChartColor FillStyle.getColor()
           
static ChartColor ChartLoader.convertColor(java.lang.String s)
           
 

Methods in net.comrom.chart with parameters of type ChartColor
 void LineStyle.setColor(ChartColor c)
           
 

Constructors in net.comrom.chart with parameters of type ChartColor
VAxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
LineStyle(float w, ChartColor c, int t)
           
LineStyle(float w, ChartColor c, int t, float alpha)
           
HAxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
FillStyle(ChartColor c)
           
FillStyle(ChartColor c, float f)
           
AxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
 

Uses of ChartColor in net.comrom.chart.gc
 

Methods in net.comrom.chart.gc that return ChartColor
static ChartColor GraphicsProvider.getColor(java.lang.String c)
           
static ChartColor GraphicsProvider.getColor(int red, int green, int blue)
           
static ChartColor GraphicsProvider.getColorFromObject(java.lang.Object o)
           
 ChartColor ChartGraphics.getColor()
           
 ChartColor ChartColor.darker()
           
 ChartColor ChartColor.brighter()
           
 

Methods in net.comrom.chart.gc with parameters of type ChartColor
static ChartImage GraphicsProvider.createTransparentImage(int w, int h, ChartColor transparent)
           
 void ChartGraphics.setColor(ChartColor chartcolor)
           
 boolean ChartGraphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int i, int j, int k, boolean flag)
           
 void ChartGraphics.createFadeArea(ChartColor chartcolor, ChartColor chartcolor1, int i, int j, int k, int l, boolean flag, boolean flag1)
           
 

Uses of ChartColor in net.comrom.chart.gc.awt
 

Subclasses of ChartColor in net.comrom.chart.gc.awt
 class ChartAwtColor
           
 

Methods in net.comrom.chart.gc.awt that return ChartColor
 ChartColor ChartAwtGraphics.getColor()
           
 ChartColor ChartAwtColor.darker()
           
 ChartColor ChartAwtColor.brighter()
           
 ChartColor ChartAwt1Graphics.getColor()
           
 

Methods in net.comrom.chart.gc.awt with parameters of type ChartColor
 void ChartAwtGraphics.setColor(ChartColor color)
           
 boolean ChartAwtGraphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int angle, int x, int y, boolean b)
           
 void ChartAwtGraphics.createFadeArea(ChartColor colorFrom, ChartColor colorUntil, int x, int y, int w, int h, boolean vertical, boolean cyclic)
           
 void ChartAwt1Graphics.setColor(ChartColor color)
           
 boolean ChartAwt1Graphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int angle, int x, int y, boolean b)
           
 void ChartAwt1Graphics.createFadeArea(ChartColor colorFrom, ChartColor colorUntil, int x, int y, int w, int h, boolean vertical, boolean cyclic)
           
 

Constructors in net.comrom.chart.gc.awt with parameters of type ChartColor
ChartAwtImage(int w, int h, ChartColor transparent)
           
ChartAwt1Image(int w, int h, ChartColor transparent)
           
 

Uses of ChartColor in net.comrom.chart.gc.swt
 

Subclasses of ChartColor in net.comrom.chart.gc.swt
 class ChartSwtColor
           
 

Methods in net.comrom.chart.gc.swt that return ChartColor
 ChartColor ChartSwtGraphics.getColor()
           
 ChartColor ChartSwtColor.darker()
           
 ChartColor ChartSwtColor.brighter()
           
 

Methods in net.comrom.chart.gc.swt with parameters of type ChartColor
 void ChartSwtGraphics.setColor(ChartColor color)
           
 boolean ChartSwtGraphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int angle, int x, int y, boolean b)
           
 void ChartSwtGraphics.createFadeArea(ChartColor colorFrom, ChartColor colorUntil, int x, int y, int w, int h, boolean vertical, boolean cyclic)
           
 

Constructors in net.comrom.chart.gc.swt with parameters of type ChartColor
ChartSwtImage(int w, int h, ChartColor transparent)