FreeHEP API
Version current

org.freehep.j3d.plot
Class XAxisBuilder

java.lang.Object
  extended byorg.freehep.j3d.plot.AxisBuilder
      extended byorg.freehep.j3d.plot.XAxisBuilder

public class XAxisBuilder
extends AxisBuilder

Version:
$Id: XAxisBuilder.java,v 1.1 2001/05/19 00:11:58 tonyj Exp $
Author:
Joy Kyriakopulos (joyk@fnal.gov)
Source Code:
XAxisBuilder.java

Field Summary
 
Fields inherited from class org.freehep.j3d.plot.AxisBuilder
labelOffSet, major, minor, scale, tickOffSet
 
Constructor Summary
XAxisBuilder()
           
XAxisBuilder(String label, String[] tickLabels, double[] tickLocations)
           
 
Method Summary
 javax.media.j3d.Node getNode()
          Returns the node representing this Axis Subclasses can override this method to transform this axis to make it into an X,Y,Z axis.
 
Methods inherited from class org.freehep.j3d.plot.AxisBuilder
apply, createLabelsNTicks, getLabel, getLabelFont, getTickFont, getTickLabels, getTickLocations, setLabel, setLabelFont, setTickFont, setTickLabels, setTickLocations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAxisBuilder

public XAxisBuilder()

XAxisBuilder

public XAxisBuilder(String label,
                    String[] tickLabels,
                    double[] tickLocations)
Method Detail

getNode

public javax.media.j3d.Node getNode()
Description copied from class: AxisBuilder
Returns the node representing this Axis Subclasses can override this method to transform this axis to make it into an X,Y,Z axis.

Overrides:
getNode in class AxisBuilder

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.