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)
- Source Code:
- AbstractPlotBuilder.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPlotBuilder
public AbstractPlotBuilder()
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 locationtickLabels
- Label for each tick mark
Copyright © 2000-2004 FreeHEP, All Rights Reserved.