public class MapLines extends LineDrawing
DisplayableData.DragAdapter
COLOR, LINE_STYLE, LINE_WIDTH, POINT_SIZE
MANIPULABLE, renderer, VISIBLE
DISPLAY, parent, SCALAR_MAP_SET
Modifier | Constructor and Description |
---|---|
protected |
MapLines(MapLines that)
Constructs from another instance.
|
|
MapLines(java.lang.String name)
Constructs an instance with the supplied reference name.
|
|
MapLines(java.lang.String name,
visad.SampledSet mapSet)
Constructs an instance from a name and set of map lines.
|
Modifier and Type | Method and Description |
---|---|
Displayable |
cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.
|
void |
setMapLines(visad.SampledSet mapSet)
Sets the map lines of this instance from a set of Latitude/Longitude
points for the map lines.
|
java.lang.String |
toString()
Provide a readable description of this MapLines
|
getColor, getLineStyle, getLineWidth, getPointSize, setColor, setHSV, setHSV, setLineStyle, setLineWidth, setPointSize, setRGB, setRGB, setRGBA, setRGBA
addAction, dataChange, destroy, getActive, getAnimationSet, getData, getDataRenderer, getName, hasData, hasDataObject, isManipulable, isPickable, myAddConstantMaps, myAddDataReferences, myRemoveDataReferences, removeAction, setActive, setData, setDataReference, setDragAdapter, setManipulable, setPickable, setPointMode, setUseFastRendering, setVisible, showme
addConstantMap, addConstantMaps, addDataReferences, addPropertyChangeListener, addPropertyChangeListener, addRefsInvoked, addScalarMap, addScalarMaps, applyColorUnit, applyDisplayUnit, checkUnit, combineConstantMaps, destroyDisplayable, firePropertyChange, firePropertyChange, fireScalarMapSetChange, getColorUnit, getConstantMaps, getDestroyed, getDisplay, getDisplayMaster, getDisplayUnit, getPointMode, getScalarMap, getScalarMap, getScalarMap, getScalarMapSet, getUseFastRendering, getUseTimesInAnimation, getVisible, isActive, isUnitCompatible, isVisible, logException, removeConstantMap, removeDataReferences, removePropertyChangeListener, removePropertyChangeListener, removeScalarMap, replaceScalarMap, setAdjustFlow, setColorPalette, setColorPalette, setColorUnit, setConstantPosition, setContourInfo, setDisplay, setDisplayActive, setDisplayInactive, setDisplayMaster, setDisplayUnit, setOverrideAnimationSet, setOverrideAnimationSet, setParent, setRangeForColor, setRangeForColor, setScalarMapSet, setSelectedRange, setSelectedRange, setUseTimesInAnimation, toFront
public MapLines(java.lang.String name) throws visad.VisADException, java.rmi.RemoteException
name
- reference namevisad.VisADException
- couldn't create the necessary VisAD objectjava.rmi.RemoteException
- couldn't create the remote objectpublic MapLines(java.lang.String name, visad.SampledSet mapSet) throws visad.VisADException, java.rmi.RemoteException
name
- reference namemapSet
- set of map linesvisad.VisADException
- couldn't create the necessary VisAD objectjava.rmi.RemoteException
- couldn't create the remote objectprotected MapLines(MapLines that) throws java.rmi.RemoteException, visad.VisADException
that
- The other instance.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public void setMapLines(visad.SampledSet mapSet) throws visad.VisADException, java.rmi.RemoteException
mapSet
- set of map linesvisad.VisADException
- couldn't create the necessary VisAD object
or reference is not lat/lon.java.rmi.RemoteException
- couldn't create the remote objectpublic java.lang.String toString()
toString
in class DisplayableData
public Displayable cloneForDisplay() throws java.rmi.RemoteException, visad.VisADException
cloneForDisplay
in class DisplayableData
visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.