Ontimize 5.2072EN

com.ontimize.chart
Class ChartInfoRepository

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

public class ChartInfoRepository
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
ChartInfoRepository()
           
 
Method Summary
 void addChartInfo(ChartInfo chart, java.lang.String description)
           
 ChartInfo getChartInfo(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

ChartInfoRepository

public ChartInfoRepository()
Method Detail

addChartInfo

public void addChartInfo(ChartInfo chart,
                         java.lang.String description)

getChartInfo

public ChartInfo getChartInfo(java.lang.String description)

removeChart

public void removeChart(java.lang.String descr)

removeAllCharts

public void removeAllCharts()

Ontimize