Ontimize 5.2072EN

com.ontimize.chart
Class ChartRepository

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.ontimize.chart.ChartRepository
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ChartRepository
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
ChartRepository()
           
 
Method Summary
 void addChart(JFreeChart chart, java.lang.String description)
           
 JFreeChart getChart(java.lang.String description)
           
 void removeAllCharts()
           
 void removeChart(java.lang.String descr)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartRepository

public ChartRepository()
Method Detail

addChart

public void addChart(JFreeChart chart,
                     java.lang.String description)

getChart

public JFreeChart getChart(java.lang.String description)

removeChart

public void removeChart(java.lang.String descr)

removeAllCharts

public void removeAllCharts()

Ontimize