|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--gov.noaa.pmel.sgt.Axis
|
+--gov.noaa.pmel.sgt.SpaceAxis
|
+--gov.noaa.pmel.sgt.PlainAxis
Axis class for creation of standard "plain" linear axes. An
example is available demonstrating
PlainAxis use.
| Field Summary |
| Fields inherited from class gov.noaa.pmel.sgt.Axis |
AUTO, BOTH_SIDES, HORIZONTAL, NEGATIVE_SIDE, NO_LABEL, POSITIVE_SIDE, VERTICAL |
| Constructor Summary | |
PlainAxis()
Default constructor for PlainAxis. |
|
PlainAxis(java.lang.String id)
Constructor for Axis. |
|
| Method Summary | |
Axis |
copy()
Create a copy of the axis. |
java.awt.Rectangle |
getBounds()
Get the bounding box for the axis in device units. |
void |
setBounds(int x,
int y,
int width,
int height)
Not implemented. |
void |
setBounds(java.awt.Rectangle r)
Not implemented. |
| Methods inherited from class gov.noaa.pmel.sgt.SpaceAxis |
getDeltaU, getLabelFormat, getLabelInterval, getLocationU, getRangeU, getSignificantDigits, getSoTLocationU, getSoTRangeU, getTimeLocationU, modified, setDeltaU, setLabelFormat, setLabelInterval, setLocationU, setLocationU, setLocationU, setRangeU, setRangeU, setSignificantDigits |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PlainAxis()
public PlainAxis(java.lang.String id)
id - axis identification| Method Detail |
public Axis copy()
Axis
copy in class Axispublic java.awt.Rectangle getBounds()
getBounds in interface SelectablegetBounds in class SpaceAxisRectanglepublic void setBounds(java.awt.Rectangle r)
public void setBounds(int x,
int y,
int width,
int height)
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||