|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SurfacesChart
This is the common super-interface for charts that support one or more surfaces consisting of 2 dimensional datapoints.
| Method Summary | |
|---|---|
int |
getDataCountX()
Gets the number of data elements in x-direction. |
int |
getDataCountZ()
Gets the number of data elements in z-direction. |
String |
getXDescription(int index)
Gets the x-description for the given index |
String |
getZDescription(int index)
Gets the z-description for the given index |
void |
setXDescription(int index,
String desc)
Sets a description for a x-line of a datapoint. |
void |
setZDescription(int index,
String desc)
Sets a description for a z-line of a datapoint. |
| Methods inherited from interface org.askalon.graph.chart.Chart |
|---|
getChartConfiguration, getChartMenu, getChartName, getLegend, getUnit, getXAxisText, getYAxisText, isDisableUpdate, isEdgesVisible, refreshConfiguration, resetConfiguration, setChartConfiguration, setDisableUpdate, setEdgesVisible, setUnit, setXAxisText, setYAxisText |
| Methods inherited from interface org.askalon.graph.chart.base.Cleanable |
|---|
cleanUp |
| Methods inherited from interface org.askalon.graph.chart.DescriptionModeChart |
|---|
getDescriptionMode, setDescriptionMode |
| Methods inherited from interface org.askalon.graph.chart.UnalignedChart |
|---|
getXLinesVisible, getZLinesVisible, setXLinesVisible, setZLinesVisible |
| Method Detail |
|---|
int getDataCountX()
getDataCountZ()int getDataCountZ()
getDataCountX()
void setXDescription(int index,
String desc)
index - the index of the datapoint linedesc - the new desription text for this datapoint linesetZDescription(int, String)
void setZDescription(int index,
String desc)
index - the index of the datapoint linedesc - the new desription text for this datapoint linesetXDescription(int, String)String getXDescription(int index)
index -
String getZDescription(int index)
index -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Part of:![]() |
ASKALON Visualisation Diagrams |