@Configurable public class MeterGraphSection extends java.lang.Object implements MeterGraphSectionInfo, java.io.Serializable
Constructor and Description |
---|
MeterGraphSection() |
Modifier and Type | Method and Description |
---|---|
void |
add(MeterGraph graph) |
void |
addGraph(MeterGraph graph) |
MeterGraph |
createGraph() |
MeterGraph[] |
getMeterGraphs()
Returns the graphs in the section.
|
java.lang.String |
getName()
Returns the section title.
|
void |
init() |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public java.lang.String getName()
MeterGraphSectionInfo
getName
in interface MeterGraphSectionInfo
@Configurable public void setName(java.lang.String name)
public MeterGraph createGraph()
@Configurable public void addGraph(MeterGraph graph)
@Configurable public void add(MeterGraph graph)
public MeterGraph[] getMeterGraphs()
MeterGraphSectionInfo
getMeterGraphs
in interface MeterGraphSectionInfo
@PostConstruct public void init() throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object