com.linksoft.chart.gc.awt
Class ChartAwt1Graphics
java.lang.Object
com.linksoft.chart.gc.ChartGraphics
com.linksoft.chart.gc.awt.ChartAwt1Graphics
- public class ChartAwt1Graphics
- extends ChartGraphics
Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved
|
Method Summary |
void |
createFadeArea(ChartColor colorFrom,
ChartColor colorUntil,
int x,
int y,
int w,
int h,
boolean vertical,
boolean cyclic)
|
void |
drawArc(int x,
int y,
int w,
int h,
int a1,
int a2)
|
void |
drawImage(ChartImage image,
int x,
int y)
|
void |
drawImage(ChartImage image,
int x1Dest,
int y1Dest,
int x2Dest,
int y2Dest,
int x1Source,
int y1Source,
int x2Source,
int y2Source)
|
void |
drawLine(int x1,
int y1,
int x2,
int y2)
|
void |
drawPolygon(int[] x1,
int[] y1,
int count)
|
void |
drawRect(int x1,
int y1,
int w,
int h)
|
boolean |
drawRotatedText(ChartFont descFont,
ChartColor descColor,
java.lang.String txt,
int angle,
int x,
int y,
boolean b)
|
void |
drawString(java.lang.String s,
int x,
int y)
|
void |
fillArc(int x,
int y,
int w,
int h,
int a1,
int a2)
|
void |
fillPolygon(int[] x1,
int[] y1,
int count)
|
void |
fillRect(int x1,
int y1,
int w,
int h)
|
java.lang.Object |
getAlphaComposite()
|
ChartColor |
getColor()
|
ChartFont |
getFont()
|
int |
getFontHeight(ChartFont font)
|
int |
getFontWidth(ChartFont font,
java.lang.String s)
|
void |
paintRotatedImage(ChartImage srcImage,
int angle,
int x,
int y,
int alignment)
|
void |
setAlpha(float f)
|
void |
setAlphaComposite(java.lang.Object obj)
|
void |
setColor(ChartColor color)
|
void |
setFont(ChartFont font)
|
void |
setLineStyle(int style)
|
void |
setLineWidth(int w)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartAwt1Graphics
public ChartAwt1Graphics(java.lang.Object g)
setColor
public void setColor(ChartColor color)
- Overrides:
setColor in class ChartGraphics
setFont
public void setFont(ChartFont font)
- Overrides:
setFont in class ChartGraphics
getColor
public ChartColor getColor()
- Overrides:
getColor in class ChartGraphics
getFont
public ChartFont getFont()
- Overrides:
getFont in class ChartGraphics
drawArc
public void drawArc(int x,
int y,
int w,
int h,
int a1,
int a2)
- Overrides:
drawArc in class ChartGraphics
drawLine
public void drawLine(int x1,
int y1,
int x2,
int y2)
- Overrides:
drawLine in class ChartGraphics
getFontHeight
public int getFontHeight(ChartFont font)
- Overrides:
getFontHeight in class ChartGraphics
getFontWidth
public int getFontWidth(ChartFont font,
java.lang.String s)
- Overrides:
getFontWidth in class ChartGraphics
drawRotatedText
public boolean drawRotatedText(ChartFont descFont,
ChartColor descColor,
java.lang.String txt,
int angle,
int x,
int y,
boolean b)
- Overrides:
drawRotatedText in class ChartGraphics
paintRotatedImage
public void paintRotatedImage(ChartImage srcImage,
int angle,
int x,
int y,
int alignment)
- Overrides:
paintRotatedImage in class ChartGraphics
drawString
public void drawString(java.lang.String s,
int x,
int y)
- Overrides:
drawString in class ChartGraphics
drawImage
public void drawImage(ChartImage image,
int x,
int y)
- Overrides:
drawImage in class ChartGraphics
drawImage
public void drawImage(ChartImage image,
int x1Dest,
int y1Dest,
int x2Dest,
int y2Dest,
int x1Source,
int y1Source,
int x2Source,
int y2Source)
- Overrides:
drawImage in class ChartGraphics
fillPolygon
public void fillPolygon(int[] x1,
int[] y1,
int count)
- Overrides:
fillPolygon in class ChartGraphics
fillRect
public void fillRect(int x1,
int y1,
int w,
int h)
- Overrides:
fillRect in class ChartGraphics
drawPolygon
public void drawPolygon(int[] x1,
int[] y1,
int count)
- Overrides:
drawPolygon in class ChartGraphics
drawRect
public void drawRect(int x1,
int y1,
int w,
int h)
- Overrides:
drawRect in class ChartGraphics
createFadeArea
public void createFadeArea(ChartColor colorFrom,
ChartColor colorUntil,
int x,
int y,
int w,
int h,
boolean vertical,
boolean cyclic)
- Overrides:
createFadeArea in class ChartGraphics
fillArc
public void fillArc(int x,
int y,
int w,
int h,
int a1,
int a2)
- Overrides:
fillArc in class ChartGraphics
setAlpha
public void setAlpha(float f)
- Overrides:
setAlpha in class ChartGraphics
setAlphaComposite
public void setAlphaComposite(java.lang.Object obj)
- Overrides:
setAlphaComposite in class ChartGraphics
getAlphaComposite
public java.lang.Object getAlphaComposite()
- Overrides:
getAlphaComposite in class ChartGraphics
setLineStyle
public void setLineStyle(int style)
- Overrides:
setLineStyle in class ChartGraphics
setLineWidth
public void setLineWidth(int w)
- Overrides:
setLineWidth in class ChartGraphics