All Packages Class Hierarchy This Package Previous Next Index
Class GraphicPlotter.AxisLabel
java.lang.Object
|
+----java.awt.Component
|
+----GraphicPlotter.AxisLabel
- public abstract class AxisLabel
- extends Component
Class that defines the application supplied X-axis and Y-axis
label.
As an extension of Component, a label is responsible for overriding
- paint() to paint itself.
- getMinimumSize() and getPreferredSize() to tell a layout manager
of how much space it needs. For an X-axis, only the height field of
the size is revelant; the label is expected to be able to paint
itself for any width. For an Y-axis, only the width field of the
size is revelant; the label is expected to be able to paint itself
for any height.
-
AxisLabel()
-
-
getShortName()
- Return a short version of the axis name.
AxisLabel
public AxisLabel()
getShortName
public abstract String getShortName()
- Return a short version of the axis name. The short name is
used by the package to identify an axis in various prompts.
All Packages Class Hierarchy This Package Previous Next Index