org.freehep.j3d.plot
Class AbstractPlotBuilder

java.lang.Object
  extended by 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 8584 2006-08-10 23:06:37Z duns $
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


Copyright © 2000-2006 FreeHEP. All Rights Reserved.