|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.station.StationLocationRenderer.SLStation
public class StationLocationRenderer.SLStation
Specialized station class used by this Renderer.
| Method Summary | |
|---|---|
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. |
String |
toString()
String representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Station getStation()
Stationpublic 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 Rectangle getBounds()
Rectangle that determines the bounds.public void resetBounds()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||