com.linksoft.chart
Class FillStyle
java.lang.Object
com.linksoft.chart.FillStyle
- public class FillStyle
- extends java.lang.Object
Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved
|
Method Summary |
static FillStyle |
createFromString(java.lang.String f)
|
protected void |
draw(ChartGraphics g,
int x1,
int y1,
int x2,
int y2)
|
protected void |
drawArc(ChartGraphics g,
int x,
int y,
int w,
int h,
int a1,
int a2)
|
protected void |
drawPolygon(ChartGraphics g,
int[] x1,
int[] y1,
int num)
|
void |
drawRoundRect(ChartGraphics g,
int x1,
int y1,
int x2,
int y2)
|
ChartColor |
getColor()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_GRADIENT
public static int NO_GRADIENT
GRADIENT_HORIZONTAL
public static int GRADIENT_HORIZONTAL
GRADIENT_VERTICAL
public static int GRADIENT_VERTICAL
fillPatern
public java.lang.Object fillPatern
alphaValue
public float alphaValue
colorFrom
public ChartColor colorFrom
colorUntil
public ChartColor colorUntil
gradientType
public int gradientType
gradientCyclic
public boolean gradientCyclic
textureImage
public ChartImage textureImage
FillStyle
public FillStyle(ChartColor c)
FillStyle
public FillStyle(ChartImage i)
FillStyle
public FillStyle(ChartColor c,
float f)
toString
public java.lang.String toString()
createFromString
public static FillStyle createFromString(java.lang.String f)
getColor
public ChartColor getColor()
drawArc
protected void drawArc(ChartGraphics g,
int x,
int y,
int w,
int h,
int a1,
int a2)
drawPolygon
protected void drawPolygon(ChartGraphics g,
int[] x1,
int[] y1,
int num)
draw
protected void draw(ChartGraphics g,
int x1,
int y1,
int x2,
int y2)
drawRoundRect
public void drawRoundRect(ChartGraphics g,
int x1,
int y1,
int x2,
int y2)