Ontimize 5.2072EN

com.ontimize.chart
Class ChartRepository_1_0

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

public class ChartRepository_1_0
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
ChartRepository_1_0()
           
 
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_1_0

public ChartRepository_1_0()
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