com.davisor.graphics
Class AbstractScale.ScalingPoint

java.lang.Object
  extended bycom.davisor.graphics.AbstractScale.ScalingPoint
Enclosing class:
AbstractScale

public class AbstractScale.ScalingPoint
extends java.lang.Object


Constructor Summary
AbstractScale.ScalingPoint(AbstractScale.ScalingPoint sp)
          Deep copy constructor.
AbstractScale.ScalingPoint(DataValue value, DataValue minValue, java.lang.String mode, java.lang.String positionType, java.lang.String legendFormat)
          Default constructor.
 
Method Summary
 java.lang.String getLegendFormat()
          Returns the legend value format of the point.
 DataValue getValue()
          Returns the value of the point.
 java.lang.String toString()
          String representation of the point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractScale.ScalingPoint

public AbstractScale.ScalingPoint(DataValue value,
                                  DataValue minValue,
                                  java.lang.String mode,
                                  java.lang.String positionType,
                                  java.lang.String legendFormat)
Default constructor.


AbstractScale.ScalingPoint

public AbstractScale.ScalingPoint(AbstractScale.ScalingPoint sp)
Deep copy constructor.

Method Detail

getLegendFormat

public java.lang.String getLegendFormat()
Returns the legend value format of the point. May return null.


getValue

public DataValue getValue()
Returns the value of the point. May return null.


toString

public java.lang.String toString()
String representation of the point.



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.