edu.ull.cgunay.plots
Interface HasAxisLabels

All Known Implementing Classes:
AxisTemplate, Grapher.Axis, Plot

public interface HasAxisLabels

Features methods to access axis labels.

TODO: Change the name to AxisProperties

Created: Thu Nov 7 16:24:43 2002

Version:
2.0
Author:
Cengiz Gunay

Method Summary
 int getFontSize()
           
 Range getRange()
           
 String getTitle()
           
 String getXLabel()
           
 String getYLabel()
           
 

Method Detail

getRange

public Range getRange()

getTitle

public String getTitle()

getXLabel

public String getXLabel()

getYLabel

public String getYLabel()

getFontSize

public int getFontSize()