endrov.windowViewer3Dimset.voxel
Class VoxelExtension
java.lang.Object
   endrov.windowViewer3Dimset.voxel.VoxelExtension
endrov.windowViewer3Dimset.voxel.VoxelExtension
- All Implemented Interfaces: 
- Viewer3DWindowHook, java.awt.event.ActionListener, java.util.EventListener
- public class VoxelExtension 
- extends java.lang.Object- implements Viewer3DWindowHook, java.awt.event.ActionListener
3D stack renderers
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
miRender3dTexture
public javax.swing.JRadioButtonMenuItem miRender3dTexture
miRender2dTexture
public javax.swing.JRadioButtonMenuItem miRender2dTexture
miSolidColor
public javax.swing.JCheckBoxMenuItem miSolidColor
miDrawEdge
public javax.swing.JCheckBoxMenuItem miDrawEdge
miMixColors
public javax.swing.JCheckBoxMenuItem miMixColors
VoxelExtension
public VoxelExtension()
createHook
public void createHook(Viewer3DWindow w)
- 
- Specified by:
- createHookin interface- Viewer3DWindowHook
 
- 
 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- 
- Specified by:
- actionPerformedin interface- java.awt.event.ActionListener
 
- 
 
getCurrentStack
public StackRendererInterface getCurrentStack()
- 
 
- 
 
adjustScale
public java.util.Collection<BoundingBox3D> adjustScale()
- 
- Specified by:
- adjustScalein interface- Viewer3DWindowHook
 
- 
 
autoCenterMid
public java.util.Collection<javax.vecmath.Vector3d> autoCenterMid()
- 
- Specified by:
- autoCenterMidin interface- Viewer3DWindowHook
 
- 
 
autoCenterRadius
public double autoCenterRadius(javax.vecmath.Vector3d mid)
- 
- Specified by:
- autoCenterRadiusin interface- Viewer3DWindowHook
 
- 
 
canRender
public boolean canRender(EvObject ob)
- 
- Specified by:
- canRenderin interface- Viewer3DWindowHook
 
- 
 
initOpenGL
public void initOpenGL(javax.media.opengl.GL gl)
- 
- Specified by:
- initOpenGLin interface- Viewer3DWindowHook
 
- 
 
displayInit
public void displayInit(javax.media.opengl.GL gl)
- 
- Specified by:
- displayInitin interface- Viewer3DWindowHook
 
- 
 
displaySelect
public void displaySelect(javax.media.opengl.GL gl)
- 
- Specified by:
- displaySelectin interface- Viewer3DWindowHook
 
- 
 
readPersonalConfig
public void readPersonalConfig(org.jdom.Element e)
- 
- Specified by:
- readPersonalConfigin interface- Viewer3DWindowHook
 
- 
 
savePersonalConfig
public void savePersonalConfig(org.jdom.Element e)
- 
- Specified by:
- savePersonalConfigin interface- Viewer3DWindowHook
 
- 
 
fillMenus
public void fillMenus()
- 
- Specified by:
- fillMenusin interface- Viewer3DWindowHook
 
- 
 
getFrame
public EvDecimal getFrame()
- 
 
- 
 
datachangedEvent
public void datachangedEvent()
- 
- Specified by:
- datachangedEventin interface- Viewer3DWindowHook
 
- 
 
displayFinal
public void displayFinal(javax.media.opengl.GL gl,
                         java.util.List<TransparentRenderer3D> transparentRenderers)
- 
- Specified by:
- displayFinalin interface- Viewer3DWindowHook
 
- 
 
getFirstFrame
public EvDecimal getFirstFrame()
- 
- Specified by:
- getFirstFramein interface- Viewer3DWindowHook
 
- 
 
getLastFrame
public EvDecimal getLastFrame()
- 
- Specified by:
- getLastFramein interface- Viewer3DWindowHook
 
- 
 
markOutOfDate
public void markOutOfDate()
- 
 
- 
 
getClosestFrame
public static EvDecimal getClosestFrame(java.util.SortedSet<EvDecimal> frames,
                                        EvDecimal frame)
- Assuming set is non-empty, get the closest match
 
- 
 
- 
 
initPlugin
public static void initPlugin()
- Plugin declaration
 
- 
 
-