of3d
Class FlowJValue
java.lang.Object
VolumeJ.VJValue
of3d.FlowJValue
public class FlowJValue
- extends VJValue
FlowJValue extends VJValue. Contains a flow to be rendered.
This is a more object oriented way of passing interpolated flow values around.
It is necessary for interfacing with the VolumeJ code.
Copyright (c) 2001-2002, Michael Abramoff. All rights reserved.
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
flow
public float[] flow
random
public float random
FlowJValue
public FlowJValue()
FlowJValue
public FlowJValue(VJValue value,
float[] flow)
FlowJValue
public FlowJValue(java.lang.Object fl,
float[] flow)
FlowJValue
public FlowJValue(VJValue value,
float fx,
float fy,
float fz)
FlowJValue
public FlowJValue(FlowJValue value)
toString
public java.lang.String toString()
- Overrides:
toString in class VJValue