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
RuntimeExceptionpublic 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 UniverseListenerpublic void transformationStarted(View view)
transformationStarted in interface UniverseListenerpublic void transformationFinished(View view)
transformationFinished in interface UniverseListenerpublic void contentAdded(Content c)
contentAdded in interface UniverseListenerpublic void contentRemoved(Content c)
contentRemoved in interface UniverseListenerpublic void contentChanged(Content c)
contentChanged in interface UniverseListenerpublic void contentSelected(Content c)
contentSelected in interface UniverseListenerpublic void canvasResized()
canvasResized in interface UniverseListenerpublic void universeClosed()
universeClosed in interface UniverseListenerCopyright © 2015–2021 Fiji. All rights reserved.