com.odesys.chart
Class AxisMark

java.lang.Object
  |
  +--com.odesys.chart.AxisMark

public class AxisMark
extends java.lang.Object

This class represents a single mark of an Axis


Constructor Summary
AxisMark(float value, java.lang.String label)
          Creates a new AxisMark with the specified value and label
 
Method Summary
 java.lang.String getLabel()
          Gets the label of this AxisMark
 float getValue()
          Gets the value of this AxisMark
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisMark

public AxisMark(float value,
                java.lang.String label)
Creates a new AxisMark with the specified value and label
Method Detail

getValue

public float getValue()
Gets the value of this AxisMark

getLabel

public java.lang.String getLabel()
Gets the label of this AxisMark