Class ncsa.horizon.modules.LutSelectionPanel
All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.horizon.modules.LutSelectionPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----ncsa.horizon.modules.LutSelectionPanel
- public class LutSelectionPanel
- extends Panel
Lookup table which converts a int or int array ranges
from 0 to table size - 1 a byte or int or byte or int
array that can be feed into java image consumer to set
pixels of a java image.
-
viewers
- Viewer vector contains registered viewers, which
this panel controls.
-
LutSelectionPanel()
-
-
action(Event, Object)
-
-
currentColorModel()
-
-
getLut()
-
-
main(String[])
-
-
redisplay()
- Inform registered viewers to redisplay
-
register(Viewer)
-
-
removeViewer(Viewer)
-
viewers
protected Vector viewers
- Viewer vector contains registered viewers, which
this panel controls.
LutSelectionPanel
public LutSelectionPanel()
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
currentColorModel
public ColorModel currentColorModel()
getLut
public Lut getLut()
redisplay
protected void redisplay()
- Inform registered viewers to redisplay
register
public void register(Viewer viewer)
removeViewer
public void removeViewer(Viewer viewer)
main
public static void main(String arg[])
All Packages Class Hierarchy This Package Previous Next Index