|
||||||||||
| 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.MapLines
public class MapLines
Provides support for displaying map lines.
| 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 |
MapLines(MapLines that)
Constructs from another instance. |
|
MapLines(String name)
Constructs an instance with the supplied reference name. |
|
MapLines(String name,
SampledSet mapSet)
Constructs an instance from a name and set of map lines. |
| Method Summary | |
|---|---|
Displayable |
cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display. |
void |
setMapLines(SampledSet mapSet)
Sets the map lines of this instance from a set of Latitude/Longitude points for the map lines. |
String |
toString()
Provide a readable description of this MapLines |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapLines(String name)
throws VisADException,
RemoteException
name - reference name
VisADException - couldn't create the necessary VisAD object
RemoteException - couldn't create the remote object
public MapLines(String name,
SampledSet mapSet)
throws VisADException,
RemoteException
name - reference namemapSet - set of map lines
VisADException - couldn't create the necessary VisAD object
RemoteException - couldn't create the remote object
protected MapLines(MapLines that)
throws RemoteException,
VisADException
that - The other instance.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public void setMapLines(SampledSet mapSet)
throws VisADException,
RemoteException
mapSet - set of map lines
VisADException - couldn't create the necessary VisAD object
or reference is not lat/lon.
RemoteException - couldn't create the remote objectpublic String toString()
toString in class DisplayableData
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 | |||||||||