FreeHEP API
Version v1.2.2

org.freehep.j3d.plot
Class AxisLabelCalculator

java.lang.Object
  |
  +--org.freehep.j3d.plot.AxisLabelCalculator

public class AxisLabelCalculator
extends Object

Version:
$Id: AxisLabelCalculator.java,v 1.2 2001/06/15 20:55:51 joyk Exp $
Author:
Joy Kyriakopulos (joyk@fnal.gov)

Constructor Summary
AxisLabelCalculator()
           
 
Method Summary
 void createNewLabels(double min, double max)
           
 String[] getLabels()
           
 double[] getPositions()
           
static void main(String[] argv)
          Just for testing
 void printLabels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisLabelCalculator

public AxisLabelCalculator()
Method Detail

createNewLabels

public void createNewLabels(double min,
                            double max)

getLabels

public String[] getLabels()

getPositions

public double[] getPositions()

printLabels

public void printLabels()

main

public static void main(String[] argv)
Just for testing


FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.