sgtplot
Class LogAxis
- java.lang.Object
-
- sgtplot.Axis
-
- sgtplot.SpaceAxis
-
- sgtplot.LogAxis
-
- All Implemented Interfaces:
- java.lang.Cloneable, Selectable
public class LogAxis extends SpaceAxis implements java.lang.Cloneable
Axis class for creation of "log" axes. Anexmampleis available demonstratingLogAxisuse. --------------------------------------------------------------------------
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
------------------------------------------------------------------------- Since:
- 3.0
-
-
Field Summary
-
Fields inherited from class sgtplot.Axis
AUTO, BOTH_SIDES, HORIZONTAL, NEGATIVE_SIDE, NO_LABEL, POSITIVE_SIDE, VERTICAL
-
-
Constructor Summary
Constructors Constructor and Description LogAxis(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Axiscopy()Create a copy of the axis.java.awt.RectanglegetBounds()Get the bounding box for the axis in device units.voidsetBounds(int x, int y, int width, int height)voidsetBounds(java.awt.Rectangle rect)-
Methods inherited from class sgtplot.SpaceAxis
getDeltaU, getLabelFormat, getLabelInterval, getLocationU, getRangeU, getSignificantDigits, getSoTLocationU, getSoTRangeU, getTimeLocationU, modified, setDeltaU, setLabelFormat, setLabelInterval, setLocationU, setLocationU, setLocationU, setRangeU, setRangeU, setSignificantDigits
-
Methods inherited from class sgtplot.Axis
clear, clear, clearAllRegisteredAxes, clearAllRegisteredTransforms, getGraph, getId, getLabelColor, getLabelFont, getLabelHeightP, getLabelPosition, getLargeTicHeightP, getLineColor, getNumberRegisteredAxes, getNumberRegisteredTransforms, getNumberSmallTics, getOrientation, getPane, getRangeP, getSmallTicHeightP, getThickTicWidthP, getTicPosition, getTitle, isSelectable, isSelected, isSpace, isTime, isVisible, register, register, setId, setLabelColor, setLabelFont, setLabelHeightP, setLabelPosition, setLargeTicHeightP, setLineColor, setNumberSmallTics, setOrientation, setRangeP, setSelectable, setSelected, setSmallTicHeightP, setThickTicWidthP, setTicPosition, setTitle, setVisible, toString
-
-
-
-
Method Detail
-
getBounds
public java.awt.Rectangle getBounds()
Get the bounding box for the axis in device units.- Specified by:
getBoundsin interfaceSelectable- Specified by:
getBoundsin classSpaceAxis- Returns:
- bounding box
- See Also:
Rectangle
-
setBounds
public void setBounds(int x, int y, int width, int height)
-
setBounds
public void setBounds(java.awt.Rectangle rect)
-
-
DMelt 3.0 © DataMelt by jWork.ORG