public abstract class ChartConfigManager extends Object
Abstract ChartConfigManager class.
| Constructor and Description | 
|---|
ChartConfigManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
ChartConfiguration | 
getConfiguration()
getConfiguration 
 | 
static void | 
parseXml(InputStream stream)
parseXml 
 | 
void | 
saveCurrent()
saveCurrent 
 | 
protected abstract void | 
saveXml(String xml)
saveXml 
 | 
void | 
setConfiguration(ChartConfiguration configuration)
setConfiguration 
 | 
protected abstract void | 
update()
update 
 | 
public static void parseXml(InputStream stream) throws IOException
parseXml
stream - a InputStream object.IOException - if any.protected abstract void saveXml(String xml) throws IOException
saveXml
xml - a String object.IOException - if any.public void saveCurrent()
                 throws IOException
saveCurrent
IOException - if any.public ChartConfiguration getConfiguration() throws IOException
getConfiguration
ChartConfiguration object.IOException - if any.public void setConfiguration(ChartConfiguration configuration)
setConfiguration
configuration - a ChartConfiguration object.protected abstract void update()
                        throws IOException
update
IOException - if any.Copyright © 2020. All rights reserved.