com.linksoft.chart.gc.awt
Class ChartAwt1Image

java.lang.Object
  extended bycom.linksoft.chart.gc.ChartImage
      extended bycom.linksoft.chart.gc.awt.ChartAwt1Image

public class ChartAwt1Image
extends ChartImage

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
protected  java.awt.Color transparentBackground
           
static java.awt.Component visibleComponent
           
 
Constructor Summary
ChartAwt1Image(int w, int h)
           
ChartAwt1Image(int w, int h, ChartColor transparent)
           
ChartAwt1Image(java.lang.Object o)
           
 
Method Summary
 ChartGraphics getGraphics()
           
 int getHeight()
           
 java.awt.Image getImage()
           
 int getWidth()
           
 boolean saveToStream(java.lang.String sFormat, java.io.OutputStream os)
           
 
Methods inherited from class com.linksoft.chart.gc.ChartImage
dispose, saveToFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visibleComponent

public static java.awt.Component visibleComponent

transparentBackground

protected java.awt.Color transparentBackground
Constructor Detail

ChartAwt1Image

public ChartAwt1Image(java.lang.Object o)

ChartAwt1Image

public ChartAwt1Image(int w,
                      int h,
                      ChartColor transparent)

ChartAwt1Image

public ChartAwt1Image(int w,
                      int h)
Method Detail

getGraphics

public ChartGraphics getGraphics()
Overrides:
getGraphics in class ChartImage

getWidth

public int getWidth()
Overrides:
getWidth in class ChartImage

getHeight

public int getHeight()
Overrides:
getHeight in class ChartImage

getImage

public java.awt.Image getImage()

saveToStream

public boolean saveToStream(java.lang.String sFormat,
                            java.io.OutputStream os)
Overrides:
saveToStream in class ChartImage