FreeHEP API
Version current

org.freehep.j3d.plot
Class ScatterBuilder

java.lang.Object
  extended byorg.freehep.j3d.plot.AbstractPlotBuilder
      extended byorg.freehep.j3d.plot.ScatterBuilder

public class ScatterBuilder
extends AbstractPlotBuilder

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

Constructor Summary
ScatterBuilder()
           
 
Method Summary
 javax.media.j3d.Node buildContent(double[] x, double[] y, double[] z)
           
 
Methods inherited from class org.freehep.j3d.plot.AbstractPlotBuilder
buildAxis, buildOutsideBox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScatterBuilder

public ScatterBuilder()
Method Detail

buildContent

public javax.media.j3d.Node buildContent(double[] x,
                                         double[] y,
                                         double[] z)
Parameters:
x - X Coordinates
y - y coordinates
z - Z coordinates

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.