|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ibisph.dao.chart.AbstractDAO
org.ibisph.dao.chart.xml.IndicatorView
public class IndicatorView
Reads the indicator view XML file and loads into Chart Data object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ibisph.dao.chart.AbstractDAO |
|---|
AbstractDAO.DataValueParser |
| Field Summary |
|---|
| Fields inherited from class org.ibisph.dao.chart.AbstractDAO |
|---|
valueFormatPattern |
| Constructor Summary | |
|---|---|
IndicatorView()
|
|
| Method Summary | |
|---|---|
void |
load(java.lang.Object object,
ChartData chartData)
Reads Indicator View XML document data and puts into the chart data object. |
| Methods inherited from class org.ibisph.dao.chart.AbstractDAO |
|---|
setNumberFormatPattern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndicatorView()
| Method Detail |
|---|
public void load(java.lang.Object object,
ChartData chartData)
throws java.lang.Exception
object - Source Indicator View XML document or XML System ID string.chartData - Destination object for the XML document to loaded into.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||