All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class GraphicPlotter.AxisLabelX

java.lang.Object
   |
   +----java.awt.Component
           |
           +----GraphicPlotter.AxisLabel
                   |
                   +----GraphicPlotter.AxisLabelX

public class AxisLabelX
extends AxisLabel
Class that defines the application supplied horizontal (X-axis) label title. Defined to supply a default implementation of getShortName().


Constructor Index

 o AxisLabelX()

Method Index

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

Constructors

 o AxisLabelX
 public AxisLabelX()

Methods

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

Overrides:
getShortName in class AxisLabel

All Packages  Class Hierarchy  This Package  Previous  Next  Index