All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class GraphicPlotter.AxisLabelY

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

public class AxisLabelY
extends AxisLabel
Class that defines the application supplied vertical (Y-axis) label. Defined to supply a default implementation of getShortName().


Constructor Index

 o AxisLabelY()

Method Index

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

Constructors

 o AxisLabelY
 public AxisLabelY()

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