Package org.freehep.j3d.plot
Class View3DItemBuilder
- java.lang.Object
-
- org.freehep.j3d.plot.AbstractPlotBuilder
-
- org.freehep.j3d.plot.View3DItemBuilder
-
public class View3DItemBuilder extends org.freehep.j3d.plot.AbstractPlotBuilder
-
-
Constructor Summary
Constructors Constructor Description View3DItemBuilder(ViewUnbinned3DData raw_data, float shift)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.media.j3d.NodebuildContent(int item_number, boolean active)voidsetCurrentItem(int new_current_item)voidsetItemColor(javax.media.j3d.Geometry geom_array, boolean setActive)voidupdateData(ViewUnbinned3DData new_raw_data, float shift)voidupdateItemPos(javax.media.j3d.Shape3D item, int pos, boolean active)
-
-
-
Constructor Detail
-
View3DItemBuilder
public View3DItemBuilder(ViewUnbinned3DData raw_data, float shift) throws IOException
- Throws:
IOException
-
-
Method Detail
-
buildContent
public javax.media.j3d.Node buildContent(int item_number, boolean active)
-
setCurrentItem
public void setCurrentItem(int new_current_item)
-
updateData
public void updateData(ViewUnbinned3DData new_raw_data, float shift)
-
updateItemPos
public void updateItemPos(javax.media.j3d.Shape3D item, int pos, boolean active)
-
setItemColor
public void setItemColor(javax.media.j3d.Geometry geom_array, boolean setActive)
-
-