FreeHEP API
Version current

org.freehep.j3d.plot
Class LegoBuilder

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

public class LegoBuilder
extends AbstractPlotBuilder

Version:
$Id: LegoBuilder.java,v 1.4 2001/06/21 23:19:54 joyk Exp $
Author:
Joy Kyriakopulos (joyk@fnal.gov)
Source Code:
LegoBuilder.java

Constructor Summary
LegoBuilder()
           
 
Method Summary
 javax.media.j3d.Node buildContent(org.freehep.j3d.plot.NormalizedBinned2DData data)
           
 boolean getDrawBlocks()
           
 boolean getLinesWhileAnim()
           
 int getNumWireLines()
           
 void setDrawBlocks(boolean b)
           
 void setLinesWhileAnim(boolean b)
           
 void setNumWireLines(int val)
           
 void updatePlot(org.freehep.j3d.plot.NormalizedBinned2DData data)
           
 
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

LegoBuilder

public LegoBuilder()
Method Detail

buildContent

public javax.media.j3d.Node buildContent(org.freehep.j3d.plot.NormalizedBinned2DData data)
Parameters:
data - Bin Contents

updatePlot

public void updatePlot(org.freehep.j3d.plot.NormalizedBinned2DData data)

getNumWireLines

public int getNumWireLines()

setNumWireLines

public void setNumWireLines(int val)

getDrawBlocks

public boolean getDrawBlocks()

setDrawBlocks

public void setDrawBlocks(boolean b)

getLinesWhileAnim

public boolean getLinesWhileAnim()

setLinesWhileAnim

public void setLinesWhileAnim(boolean b)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.