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


Constructor Index

 o AxisLabel()

Method Index

 o getShortName()
Return a short version of the axis name.

Constructors

 o AxisLabel
 public AxisLabel()

Methods

 o 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