|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--WISA.wisa3D.slicer.SlicerPlane
Überschrift: Wisa3D Beschreibung: Copyright: Copyright (c) 1999 Organisation: IAI-FZK
| Field Summary | |
protected java.lang.String |
lastErrorReport
The last error occured in this SlicerPlane. |
protected visad.DataReferenceImpl |
mainHandle
The DataReferenceImpl for the main handle. |
protected visad.DataReferenceImpl |
side1Handle
The DataReferenceImpl for the first side handle. |
protected visad.DataReferenceImpl |
side2Handle
The DataReferenceImpl for the second side handle. |
protected Slicer |
slicer
The Slicer this SlicerPlane belongs to. |
| Constructor Summary | |
SlicerPlane(Slicer slicer)
Construct a new SlicerPlane for the given slicer. |
|
| Method Summary | |
boolean |
addSlicerData(visad.Data data)
Add a slicer data to this slicer plane. |
void |
destroy()
Remove this SlicerPlane from the display and restore the displays former state. |
java.lang.String |
getLastErrorReport()
Return the last error occured in this SlicerPlane. |
visad.DataReferenceImpl[] |
getReferences()
Get all DataReference objects of this SlicerPlane. |
protected void |
update()
|
protected void |
update(double mainVal,
double side1Val,
double side2Val)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected visad.DataReferenceImpl mainHandle
protected visad.DataReferenceImpl side1Handle
protected visad.DataReferenceImpl side2Handle
protected Slicer slicer
protected java.lang.String lastErrorReport
| Constructor Detail |
public SlicerPlane(Slicer slicer)
slicer - The slicer this plane should be linked to.| Method Detail |
protected void update()
throws java.rmi.RemoteException,
visad.VisADException
java.rmi.RemoteException
visad.VisADException
protected void update(double mainVal,
double side1Val,
double side2Val)
throws java.rmi.RemoteException,
visad.VisADException
java.rmi.RemoteException
visad.VisADExceptionpublic visad.DataReferenceImpl[] getReferences()
public boolean addSlicerData(visad.Data data)
data - The data to be added to this slicer plane.
public java.lang.String getLastErrorReport()
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||