|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart3d.Chart3dDataHandler | +--com.klg.jclass.chart3d.Chart3dGridDataHandler
Data interpretation class (this class is used internally by JClass Chart 3D and should not be used by applications). Ambitious users could attempt to create and plug in their own data handlers for specific handling, but this is not common use.
Field Summary |
Fields inherited from class com.klg.jclass.chart3d.Chart3dDataHandler |
data |
Constructor Summary | |
Chart3dGridDataHandler(com.klg.jclass.chart3d.Chart3dGridData data)
Constructor that sets the containing grid data object for this handler |
Method Summary | |
boolean |
editZValue(com.klg.jclass.chart3d.JCData3dIndex index,
double value)
Modifies z value of data point in an EditableChart3dDataModel
instance. |
boolean |
handleEvent(com.klg.jclass.chart3d.Chart3dDataModel source,
com.klg.jclass.chart3d.event.Chart3dDataEvent event)
Given an input source and an data event, updates the parent internal data object appropriately. |
boolean |
reload(com.klg.jclass.chart3d.Chart3dDataModel source)
Implements Chart3dDataEvent.RELOAD . |
boolean |
reloadAllXLabels(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Implements Chart3dGridDataEvent.RELOAD_ALL_XLABELS . |
boolean |
reloadAllYLabels(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Implements Chart3dGridDataEvent.RELOAD_ALL_YLABELS . |
boolean |
reloadXGrid(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Implements Chart3dGridDataEvent.RELOAD_XGRID . |
boolean |
reloadXLabel(com.klg.jclass.chart3d.Chart3dGridDataModel source,
int xIndex)
Implements Chart3dGridDataEvent.RELOAD_XLABEL . |
boolean |
reloadXValue(com.klg.jclass.chart3d.Chart3dGridDataModel source,
int xIndex)
Implements Chart3dGridDataEvent.RELOAD_XVALUE . |
boolean |
reloadYGrid(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Implements Chart3dGridDataEvent.RELOAD_YGRID . |
boolean |
reloadYLabel(com.klg.jclass.chart3d.Chart3dGridDataModel source,
int yIndex)
Implements Chart3dGridDataEvent.RELOAD_YLABEL
. |
boolean |
reloadYValue(com.klg.jclass.chart3d.Chart3dGridDataModel source,
int yIndex)
Implements Chart3dGridDataEvent.RELOAD_YVALUE . |
boolean |
reloadZAll(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Implements Chart3dGridDataEvent.RELOAD_ZALL . |
boolean |
reloadZArray(com.klg.jclass.chart3d.Chart3dGridDataModel source,
int xIndex)
Implements Chart3dDataEvent.RELOAD_ZARRAY
. |
boolean |
reloadZValue(com.klg.jclass.chart3d.Chart3dGridDataModel source,
int xIndex,
int yIndex)
Implements Chart3dGridDataEvent.RELOAD_ZVALUE . |
boolean |
reset(com.klg.jclass.chart3d.Chart3dDataModel source)
Implements Chart3dDataEvent.RESET . |
Methods inherited from class com.klg.jclass.chart3d.Chart3dDataHandler |
getData, reloadDataSourceName, reloadHoleValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Chart3dGridDataHandler(com.klg.jclass.chart3d.Chart3dGridData data)
data
- The containing grid data objectMethod Detail |
public boolean handleEvent(com.klg.jclass.chart3d.Chart3dDataModel source, com.klg.jclass.chart3d.event.Chart3dDataEvent event)
handleEvent
in class Chart3dDataHandler
source
- The data sourceevent
- The event to be handledpublic boolean reset(com.klg.jclass.chart3d.Chart3dDataModel source)
Chart3dDataEvent.RESET
.
reset
in class Chart3dDataHandler
source
- The data source from which the data is to be resetChart3dDataEvent
public boolean reload(com.klg.jclass.chart3d.Chart3dDataModel source)
Chart3dDataEvent.RELOAD
.
reload
in class Chart3dDataHandler
source
- The data source from which the data is to be reloadedChart3dDataEvent
public boolean reloadXValue(com.klg.jclass.chart3d.Chart3dGridDataModel source, int xIndex)
Chart3dGridDataEvent.RELOAD_XVALUE
.
source
- The data source from which the x value is to be reloadedxIndex
- The index of the x valueChart3dGridDataEvent
public boolean reloadXGrid(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Chart3dGridDataEvent.RELOAD_XGRID
.
source
- The data source from which the x grid is to be reloadedChart3dGridDataEvent
public boolean reloadYValue(com.klg.jclass.chart3d.Chart3dGridDataModel source, int yIndex)
Chart3dGridDataEvent.RELOAD_YVALUE
.
source
- The data source from which the y value is to be reloadedyIndex
- The index of the y valueChart3dGridDataEvent
public boolean reloadYGrid(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Chart3dGridDataEvent.RELOAD_YGRID
.
source
- The data source from which the y grid is to be reloadedChart3dGridDataEvent
public boolean reloadZValue(com.klg.jclass.chart3d.Chart3dGridDataModel source, int xIndex, int yIndex)
Chart3dGridDataEvent.RELOAD_ZVALUE
.
source
- The data source from which the z value is to be reloadedxIndex
- The x index of the z valueyIndex
- The y index of the z valueChart3dGridDataEvent
public boolean reloadZArray(com.klg.jclass.chart3d.Chart3dGridDataModel source, int xIndex)
Chart3dDataEvent.RELOAD_ZARRAY
.
source
- The data source from which the z array is to be reloadedxIndex
- The index of the z arrayChart3dGridDataEvent
public boolean reloadZAll(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Chart3dGridDataEvent.RELOAD_ZALL
.
source
- The data source from which all the z data is to be reloadedChart3dGridDataEvent
public boolean reloadXLabel(com.klg.jclass.chart3d.Chart3dGridDataModel source, int xIndex)
Chart3dGridDataEvent.RELOAD_XLABEL
.
source
- The data source from which the x label is to be reloadedxIndex
- The index of the x labelChart3dGridDataEvent
public boolean reloadAllXLabels(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Chart3dGridDataEvent.RELOAD_ALL_XLABELS
.
source
- The data source from which the x labels are to be reloadedChart3dGridDataEvent
public boolean reloadYLabel(com.klg.jclass.chart3d.Chart3dGridDataModel source, int yIndex)
Chart3dGridDataEvent.RELOAD_YLABEL
.
source
- The data source from which the y label is to be reloadedyIndex
- The y index of the labelChart3dGridDataEvent
public boolean reloadAllYLabels(com.klg.jclass.chart3d.Chart3dGridDataModel source)
Chart3dGridDataEvent.RELOAD_ALL_YLABELS
.
source
- The data source from which the y labels are to be reloadedChart3dGridDataEvent
public boolean editZValue(com.klg.jclass.chart3d.JCData3dIndex index, double value)
EditableChart3dDataModel
instance.
editZValue
in class Chart3dDataHandler
index
- A JCData3dGridIndex which indcates the index of the point
being edited.value
- The new z value
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |