Uses of Class
com.linksoft.chart.gc.ChartColor

Packages that use ChartColor
com.linksoft.chart   
com.linksoft.chart.gc   
com.linksoft.chart.gc.awt   
com.linksoft.chart.gc.swt   
 

Uses of ChartColor in com.linksoft.chart
 

Fields in com.linksoft.chart declared as ChartColor
 ChartColor Title.color
           
 ChartColor[] RadarPlotter.factorColors
           
 ChartColor RadarPlotter.factorColor
           
 ChartColor RadarPlotter.gridFontColor
           
 ChartColor[] RadarPlotter.pointColors
           
 ChartColor PieDataSerie.valueColor
           
 ChartColor MaxMinDataSerie.positiveValueColor
           
 ChartColor MaxMinDataSerie.negativeValueColor
           
 ChartColor LineDataSerie.valueColor
           
 ChartColor LineDataSerie.pointColor
           
 ChartColor Legend.color
           
 ChartColor FillStyle.colorFrom
           
 ChartColor FillStyle.colorUntil
           
 ChartColor BarDataSerie.valueColor
           
 ChartColor AxisLabel.color
           
 ChartColor Axis.DescColor
           
 

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

Methods in com.linksoft.chart with parameters of type ChartColor
 void LineStyle.setColor(ChartColor c)
           
 

Constructors in com.linksoft.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 com.linksoft.chart.gc
 

Methods in com.linksoft.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 com.linksoft.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 com.linksoft.chart.gc.awt
 

Subclasses of ChartColor in com.linksoft.chart.gc.awt
 class ChartAwtColor
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 

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

Methods in com.linksoft.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 com.linksoft.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 com.linksoft.chart.gc.swt
 

Subclasses of ChartColor in com.linksoft.chart.gc.swt
 class ChartSwtColor
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 

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

Methods in com.linksoft.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 com.linksoft.chart.gc.swt with parameters of type ChartColor
ChartSwtImage(int w, int h, ChartColor transparent)