com.eltima.chart
Class TickLabels

java.lang.Object
  extended by com.eltima.chart.TickLabels

public class TickLabels
extends java.lang.Object

The TickLabels class.

Copyright: Copyright (c) 2000-2007

Company: Eltima Software

Version:
5.1
Author:
[SoftInfinity Dpt.]

Field Summary
 Position position
           
 int sign
           
 java.lang.String value
           
 
Constructor Summary
TickLabels(Position pos, java.lang.String value, int sign)
          Creates new instance of TickLabels with specified position, value and sign.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

public Position position

value

public java.lang.String value

sign

public int sign
Constructor Detail

TickLabels

public TickLabels(Position pos,
                  java.lang.String value,
                  int sign)
Creates new instance of TickLabels with specified position, value and sign.

Parameters:
pos - Position
value - String
sign - int


Copyright © 2000-2007 Eltima Software. All Rights Reserved.