public class StationLocationRenderer.SLStation
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getBounds()
Get the bounds of this station.
|
ucar.unidata.geoloc.ProjectionPointImpl |
getLocation()
Get the location of this in projection coordinates.
|
boolean |
getSelected()
Get whether this station is selected.
|
Station |
getStation()
Get the station that this object is wrapping.
|
boolean |
getVisible()
Get whether this station is visible, i.e., if it has been drawn (not decluttered)
|
void |
resetBounds()
Reset the bounds for this station
|
void |
setSelected(boolean selected)
Set whether this station is selected.
|
void |
setVisible(boolean visible)
Set whether this station is visible.
|
java.lang.String |
toString()
String representation of this object
|
public Station getStation()
Station
public ucar.unidata.geoloc.ProjectionPointImpl getLocation()
public boolean getSelected()
public void setSelected(boolean selected)
selected
- true to select.public boolean getVisible()
public void setVisible(boolean visible)
visible
- true to select.public java.awt.Rectangle getBounds()
Rectangle
that determines the bounds.public void resetBounds()
public java.lang.String toString()
toString
in class java.lang.Object