|
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.JCData3dIndex | +--com.klg.jclass.chart3d.JCData3dLabelIndex
JCData3dLabelIndex
contains a unique index to a label
in Chart3d consisting of a JCValueLabel
and its index. It is used by the
chart pick()
methods, and also contains information relating to
these operations.
Field Summary | |
protected int |
labelIndex
The index of the selected label. |
protected com.klg.jclass.chart3d.JCValueLabel |
valueLabel
The selected label. |
Fields inherited from class com.klg.jclass.chart3d.JCData3dIndex |
ALL, dataView, distance, obj, parent |
Constructor Summary | |
JCData3dLabelIndex()
Simple constructor for JCData3dLabelIndex . |
|
JCData3dLabelIndex(com.klg.jclass.chart3d.JCValueLabel valueLabel)
Constructor that creates a label data index from a JCValueLabel . |
Method Summary | |
boolean |
equals(Object o)
Determines if the specified object refers to the same label as this JCData3dLabelIndex instance. |
int |
getLabelIndex()
Gets the value of the labelIndex property. |
com.klg.jclass.chart3d.JCValueLabel |
getValueLabel()
Gets the selected label (stored as a JCValueLabel ). |
void |
setLabelIndex(int labelIndex)
Sets the value of the labelIndex property. |
void |
setValueLabel(com.klg.jclass.chart3d.JCValueLabel valueLabel)
Sets the selected label (stored as a JCValueLabel ). |
Methods inherited from class com.klg.jclass.chart3d.JCData3dIndex |
getDataView, getDistance, getObject, setChanged, setDataView, setDistance, setObject |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int labelIndex
protected com.klg.jclass.chart3d.JCValueLabel valueLabel
Constructor Detail |
public JCData3dLabelIndex()
JCData3dLabelIndex
.
public JCData3dLabelIndex(com.klg.jclass.chart3d.JCValueLabel valueLabel)
JCValueLabel
.
The dataView
, if needed, must be set via the
setDataView()
method.
valueLabel
- the selected label (stored as a JCValueLabel
)Method Detail |
public int getLabelIndex()
public void setLabelIndex(int labelIndex)
labelIndex
- index of the selected xpublic com.klg.jclass.chart3d.JCValueLabel getValueLabel()
JCValueLabel
).
public void setValueLabel(com.klg.jclass.chart3d.JCValueLabel valueLabel)
JCValueLabel
).
valueLabel
- the new selected labelpublic boolean equals(Object o)
JCData3dLabelIndex
instance.
equals
in class Object
o
- object to compare
JCData3dLabelIndex
instance,
and if it refers to the same label as this instance
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |