Package | Description |
---|---|
icy.vtk |
Contains VTK library related stuff (wrapper, tools)
|
plugins.kernel.canvas |
Contains all canvas type plugins for the kernel
|
Modifier and Type | Method and Description |
---|---|
VtkImageVolume.VtkVolumeBlendType |
VtkImageVolume.getBlendingMode()
Returns the blending method for rendering.
|
static VtkImageVolume.VtkVolumeBlendType |
VtkImageVolume.VtkVolumeBlendType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VtkImageVolume.VtkVolumeBlendType[] |
VtkImageVolume.VtkVolumeBlendType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VtkImageVolume.setBlendingMode(VtkImageVolume.VtkVolumeBlendType value)
Sets the blending method for rendering.
|
Modifier and Type | Method and Description |
---|---|
VtkImageVolume.VtkVolumeBlendType |
VtkSettingPanel.getVolumeBlendingMode() |
VtkImageVolume.VtkVolumeBlendType |
VtkCanvas.getVolumeBlendingMode() |
Modifier and Type | Method and Description |
---|---|
void |
VtkSettingPanel.setVolumeBlendingMode(VtkImageVolume.VtkVolumeBlendType value) |
void |
VtkCanvas.setVolumeBlendingMode(VtkImageVolume.VtkVolumeBlendType value) |