org.freehep.j3d.plot
Class AxisLabelCalculator

java.lang.Object
  extended by org.freehep.j3d.plot.AxisLabelCalculator

public class AxisLabelCalculator
extends Object

Version:
$Id: AxisLabelCalculator.java 8584 2006-08-10 23:06:37Z duns $
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



Copyright © 2000-2006 FreeHEP. All Rights Reserved.