|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.Displayable
ucar.visad.display.DisplayableData
ucar.visad.display.LineDrawing
ucar.visad.display.PolarLineDrawing
ucar.visad.display.Radials
public class Radials
Provides support for a Displayable comprising a set of Radials
| Field Summary |
|---|
| Fields inherited from class ucar.visad.display.LineDrawing |
|---|
COLOR, LINE_STYLE, LINE_WIDTH, POINT_SIZE |
| Fields inherited from class ucar.visad.display.DisplayableData |
|---|
MANIPULABLE, VISIBLE |
| Fields inherited from class ucar.visad.display.Displayable |
|---|
DISPLAY, parent, SCALAR_MAP_SET |
| Constructor Summary | |
|---|---|
protected |
Radials(Radials that)
Constructs from another instance. |
|
Radials(String name,
RealTupleType polarType,
Color color)
Constructs from a Displayable name and the type of the polar coordinate system. |
| Method Summary | |
|---|---|
void |
addScalarMaps(LocalDisplay display)
Add ScalarMaps for the display. |
Displayable |
cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display. |
boolean |
equals(Object obj)
Indicates if this Radials is semantically identical to another object. |
void |
setRadials(Radials radials)
Sets the radials according to another Radials. |
void |
setRadials(Real maximum,
double inc)
Sets the radials according to the maximum distance from the center and the increment (in degrees). |
void |
setRadials(Real minimum,
Real maximum,
double inc)
Sets the radials according to the maximum distance from the center and the increment (in degrees). |
| Methods inherited from class ucar.visad.display.PolarLineDrawing |
|---|
getBearingIndex, getBearingIndex, getBearingType, getPolarType, getRangeIndex, getRangeType, hashCode |
| Methods inherited from class ucar.visad.display.LineDrawing |
|---|
getColor, getLineStyle, getLineWidth, getPointSize, setColor, setHSV, setHSV, setLineStyle, setLineWidth, setPointSize, setRGB, setRGB, setRGBA, setRGBA |
| Methods inherited from class ucar.visad.display.DisplayableData |
|---|
addAction, dataChange, destroy, getActive, getAnimationSet, getData, getDataRenderer, getName, hasData, hasDataObject, isManipulable, isPickable, myAddConstantMaps, myAddDataReferences, myRemoveDataReferences, removeAction, setActive, setData, setDataReference, setManipulable, setPickable, setPointMode, setUseFastRendering, setVisible, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Radials(String name,
RealTupleType polarType,
Color color)
throws RemoteException,
VisADException
name - The name for the Displayable.polarType - The type of the (rho, theta) polar coordinate
system.color - color for the radials
VisADException - VisAD failure.
RemoteException - Java RMI failure.
protected Radials(Radials that)
throws RemoteException,
VisADException
that - The other instance.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public void setRadials(Real maximum,
double inc)
throws VisADException,
RemoteException
maximum - The maximum distance from the center.inc - The increment between radials
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setRadials(Real minimum,
Real maximum,
double inc)
throws VisADException,
RemoteException
minimum - The minimum distance from the center.maximum - The maximum distance from the center.inc - The increment between radials
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setRadials(Radials radials)
throws VisADException,
RemoteException
radials - The other radials
VisADException - VisAD failure.
RemoteException - Java RMI failure.public boolean equals(Object obj)
equals in class PolarLineDrawingobj - The other object.
true if and only if this Radials
is semantically identical to obj.public void addScalarMaps(LocalDisplay display)
display - display to add to
public Displayable cloneForDisplay()
throws RemoteException,
VisADException
cloneForDisplay in class DisplayableDataVisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||