FreeHEP API
Version v1.2.2

org.freehep.j3d.plot
Class AbstractPlotBuilder

java.lang.Object
  |
  +--org.freehep.j3d.plot.AbstractPlotBuilder
Direct Known Subclasses:
LegoBuilder, ScatterBuilder, SurfaceBuilder

public abstract class AbstractPlotBuilder
extends Object

This is a base class for all PlotBuilders. Note that all of its build* methods return BranchGraphs which can be added to a 3D display.

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

Constructor Summary
AbstractPlotBuilder()
           
 
Method Summary
 javax.media.j3d.Node buildAxis(int location, String label, double[] tickLocation, String[] tickLabels)
           
 javax.media.j3d.Node buildOutsideBox()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPlotBuilder

public AbstractPlotBuilder()
Method Detail

buildOutsideBox

public javax.media.j3d.Node buildOutsideBox()

buildAxis

public javax.media.j3d.Node buildAxis(int location,
                                      String label,
                                      double[] tickLocation,
                                      String[] tickLabels)
Parameters:
label -
location -
tickLocation - Value from 0-1 for each tick location
tickLabels - Label for each tick mark

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.