|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.sgt.Axis
gov.noaa.pmel.sgt.SpaceAxis
gov.noaa.pmel.sgt.LogAxis
public class LogAxis
Axis class for creation of "log" axes. An exmample
is available demonstrating LogAxis
use.
--------------------------------------------------------------------------
NAME : LogAxis.java
FUNCTION : Draws axes using "log" style axis.
ORIGIN : GFI INFORMATIQUE
PROJECT : SONC DPS
-------------------------------------------------------------------------
HISTORY
VERSION : 03/07/2002 : V0.0 : LBE
old version had no fonctionality. It was just written
for future evolutions. This new version complete the class
END-HISTORY
------------------------------------------------------------------------
Field Summary |
---|
Fields inherited from class gov.noaa.pmel.sgt.SpaceAxis |
---|
tLocation_, uLocation_, uRange_ |
Fields inherited from class gov.noaa.pmel.sgt.Axis |
---|
AUTO, BOTH_SIDES, graph_, HORIZONTAL, labelColor_, labelFont_, labelFormat_, labelHeight_, labelInterval_, labelPosition_, largeTicHeight_, lineColor_, NEGATIVE_SIDE, NO_LABEL, numSmallTics_, orientation_, POSITIVE_SIDE, pRange_, registeredAxes_, registeredTransforms_, selectable_, selected_, sigDigits_, smallTicHeight_, space_, thickTicWidth_, ticPosition_, title_, VERTICAL, visible_ |
Constructor Summary | |
---|---|
LogAxis(java.lang.String id)
|
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)
|
void |
setBounds(java.awt.Rectangle rect)
|
Methods inherited from class gov.noaa.pmel.sgt.SpaceAxis |
---|
drawSmallXTics, drawSmallYTics, getDeltaU, getLabelFormat, getLabelInterval, getLocationU, getRangeU, getSignificantDigits, getSoTLocationU, getSoTRangeU, getTimeLocationU, modified, setDeltaU, setLabelFormat, setLabelInterval, setLocationU, setLocationU, setLocationU, setRangeU, setRangeU, setSignificantDigits, updateRegisteredAxes, updateRegisteredTransforms |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogAxis(java.lang.String id)
Method Detail |
---|
public Axis copy()
Axis
copy
in class Axis
public java.awt.Rectangle getBounds()
getBounds
in interface Selectable
getBounds
in class SpaceAxis
Rectangle
public void setBounds(int x, int y, int width, int height)
public void setBounds(java.awt.Rectangle rect)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |