org.pentaho.chart.model
Class Theme

java.lang.Object
  extended by org.pentaho.chart.model.Theme
All Implemented Interfaces:
Serializable

public class Theme
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class Theme.ChartTheme
           
 
Constructor Summary
Theme()
           
 
Method Summary
 void applyTo(ChartModel chartModel)
           
 List<Integer> getColors()
           
 String getId()
           
 void setId(String file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Theme

public Theme()
Method Detail

applyTo

public void applyTo(ChartModel chartModel)

getId

public String getId()

setId

public void setId(String file)

getColors

public List<Integer> getColors()