public class VolumeOctree extends Object implements UniverseListener, AxisConstants
Modifier and Type | Field and Description |
---|---|
static int |
SIZE |
Constructor and Description |
---|
VolumeOctree(String imageDir,
Canvas3D canvas) |
Modifier and Type | Method and Description |
---|---|
void |
canvasResized() |
void |
contentAdded(Content c) |
void |
contentChanged(Content c) |
void |
contentRemoved(Content c) |
void |
contentSelected(Content c) |
void |
displayInitial() |
BranchGroup |
getRootBranchGroup() |
Cube |
getRootCube() |
float |
realWorldXDim() |
float |
realWorldYDim() |
float |
realWorldZDim() |
void |
transformationFinished(View view) |
void |
transformationStarted(View view) |
void |
transformationUpdated(View view) |
void |
universeClosed() |
public static final int SIZE
public VolumeOctree(String imageDir, Canvas3D canvas) throws RuntimeException
RuntimeException
public BranchGroup getRootBranchGroup()
public Cube getRootCube()
public float realWorldXDim()
public float realWorldYDim()
public float realWorldZDim()
public void displayInitial()
public void transformationUpdated(View view)
transformationUpdated
in interface UniverseListener
public void transformationStarted(View view)
transformationStarted
in interface UniverseListener
public void transformationFinished(View view)
transformationFinished
in interface UniverseListener
public void contentAdded(Content c)
contentAdded
in interface UniverseListener
public void contentRemoved(Content c)
contentRemoved
in interface UniverseListener
public void contentChanged(Content c)
contentChanged
in interface UniverseListener
public void contentSelected(Content c)
contentSelected
in interface UniverseListener
public void canvasResized()
canvasResized
in interface UniverseListener
public void universeClosed()
universeClosed
in interface UniverseListener
Copyright © 2015–2021 Fiji. All rights reserved.