com.linksoft.chart.gc
Class ChartImage

java.lang.Object
  extended bycom.linksoft.chart.gc.ChartImage
Direct Known Subclasses:
ChartAwt1Image, ChartAwtImage, ChartSwtImage

public abstract class ChartImage
extends java.lang.Object

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


Constructor Summary
ChartImage()
           
 
Method Summary
 void dispose()
           
 ChartGraphics getGraphics()
           
 int getHeight()
           
 int getWidth()
           
 boolean saveToFile(java.lang.String sFormat, java.lang.String file)
           
 boolean saveToStream(java.lang.String sFormat, java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartImage

public ChartImage()
Method Detail

getGraphics

public ChartGraphics getGraphics()

getWidth

public int getWidth()

getHeight

public int getHeight()

saveToFile

public boolean saveToFile(java.lang.String sFormat,
                          java.lang.String file)
                   throws java.lang.Exception
Throws:
java.lang.Exception

saveToStream

public boolean saveToStream(java.lang.String sFormat,
                            java.io.OutputStream os)

dispose

public void dispose()