Serialized Form


Package org.freehep.j3d.plot

Class org.freehep.j3d.plot.LegoPlot extends Plot3D implements Serializable

Serialized Fields

data

Binned2DData data

builder

LegoBuilder builder

plot

javax.media.j3d.Node plot

logZscaling

boolean logZscaling

drawBlocks

boolean drawBlocks

linesWhileAnim

boolean linesWhileAnim

sparsifyThreshold

int sparsifyThreshold

xAxis

AxisBuilder xAxis

yAxis

AxisBuilder yAxis

zAxis

ZAxisBuilder zAxis

xAxisLabel

String xAxisLabel

yAxisLabel

String yAxisLabel

zAxisLabel

String zAxisLabel

xmin

double xmin

xmax

double xmax

ymin

double ymin

ymax

double ymax

zmin

double zmin

zmax

double zmax

Class org.freehep.j3d.plot.Plot3D extends javax.media.j3d.Canvas3D implements Serializable

Serialized Fields

init

boolean init

parallelProjection

boolean parallelProjection

universe

com.sun.j3d.utils.universe.SimpleUniverse universe

bounds

javax.media.j3d.Bounds bounds

Class org.freehep.j3d.plot.SurfacePlot extends Plot3D implements Serializable

Serialized Fields

data

Binned2DData data

builder

SurfaceBuilder builder

plot

javax.media.j3d.Node plot

logZscaling

boolean logZscaling

xAxis

AxisBuilder xAxis

yAxis

AxisBuilder yAxis

zAxis

ZAxisBuilder zAxis

xAxisLabel

String xAxisLabel

yAxisLabel

String yAxisLabel

zAxisLabel

String zAxisLabel

xmin

double xmin

xmax

double xmax

ymin

double ymin

ymax

double ymax

zmin

double zmin

zmax

double zmax



Copyright © 2000-2006 FreeHEP. All Rights Reserved.