|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.ContourLevels
public abstract class ContourLevels
Provides support for contour levels. Instances are immutable.
| Constructor Summary | |
|---|---|
protected |
ContourLevels()
Constructs an instance. |
protected |
ContourLevels(float base)
Constructs an instance with a given base contour level. |
| Method Summary | |
|---|---|
float |
getBase()
Returns the base contour level. |
abstract float[] |
getLevels(float minimum,
float maximum)
Gets the contour levels given a data range. |
abstract void |
setControl(ContourControl control)
Sets a VisAD ContourControl. |
abstract void |
setControl(ContourControl control,
float minimum,
float maximum)
Sets a VisAD ContourControl. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ContourLevels()
protected ContourLevels(float base)
base - The base contour level.| Method Detail |
|---|
public final float getBase()
public abstract float[] getLevels(float minimum,
float maximum)
throws VisADException
minimum - The minimum data value.maximum - The maximum data value.
VisADException - Invalid range extrema or VisAD failure.
public abstract void setControl(ContourControl control)
throws VisADException,
RemoteException
control - The VisAD ContourControl to be set by this
object.
VisADException - Couldn't perform necessary VisAD operation.
RemoteException - Java RMI failure.
public abstract void setControl(ContourControl control,
float minimum,
float maximum)
throws VisADException,
RemoteException
control - The VisAD ContourControl to be set by this
object.minimum - The minimum value. It shall not be
Float.NEGATIVE_INFINITYmaximum - The maximum value. It shall not be
Float.POSITIVE_INFINITY
VisADException - Couldn't perform necessary VisAD operation.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||