FreeHEP API
Version current

org.freehep.j3d.plot
Class AxisLabelCalculator

java.lang.Object
  extended byorg.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)
Source Code:
AxisLabelCalculator.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.