|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
visad.paoloa.Nasti.ChannelImage
this make an image of one NAST-I channel, with a JTextField for channel selection, a LabeledColorWidget for pixel colors and a spectrum display
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
(package private) JPanel |
dpanel1
|
(package private) JPanel |
dpanel2
|
(package private) FlatField |
image
|
(package private) DataReferenceImpl |
image_ref
|
(package private) ScalarMap |
radiance_map2
|
(package private) double[][] |
radiances
|
(package private) JButton |
recenter
|
(package private) DataReferenceImpl |
red_bar_ref
|
(package private) DataReferenceImpl |
red_cursor_ref
|
(package private) boolean |
skip_red
|
(package private) DataReferenceImpl |
spectrum_ref
|
(package private) DataReferenceImpl |
white_cursor_ref
|
(package private) JTextField |
wnum_field
|
(package private) JLabel |
wnum_label
|
(package private) float |
wnum_last
|
(package private) ScalarMap |
wnum_map
|
(package private) JCheckBox |
wnum_zoom
|
(package private) JPanel |
wpanel
|
(package private) boolean |
wzoom
|
(package private) JPanel |
zpanel
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
(package private) |
Nasti.ChannelImage()
|
| Method Summary | |
void |
actionPerformed(ActionEvent e)
respond to user type-ins of wave number |
void |
controlChanged(ScalarMapControlEvent evt)
ignore changes to ScalarMap control |
(package private) void |
do_image(float wnum)
update image based on wave number |
(package private) void |
do_red_bar(float wnum)
update red_bar based on wave number |
(package private) void |
do_wzoom()
|
void |
itemStateChanged(ItemEvent e)
|
void |
mapChanged(ScalarMapEvent e)
respond to autoscale of atmosphericRadiance |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
double[][] radiances
FlatField image
DataReferenceImpl image_ref
DataReferenceImpl white_cursor_ref
DataReferenceImpl red_cursor_ref
DataReferenceImpl spectrum_ref
DataReferenceImpl red_bar_ref
ScalarMap radiance_map2
ScalarMap wnum_map
JPanel wpanel
JLabel wnum_label
JTextField wnum_field
JPanel zpanel
JCheckBox wnum_zoom
JButton recenter
JPanel dpanel1
JPanel dpanel2
float wnum_last
boolean wzoom
boolean skip_red
| Constructor Detail |
Nasti.ChannelImage()
throws VisADException,
RemoteException
| Method Detail |
void do_image(float wnum)
throws VisADException,
RemoteException
VisADException
RemoteException
void do_red_bar(float wnum)
throws VisADException,
RemoteException
VisADException
RemoteException
void do_wzoom()
throws VisADException,
RemoteException
VisADException
RemoteExceptionpublic void mapChanged(ScalarMapEvent e)
mapChanged in interface ScalarMapListenere - the eventpublic void controlChanged(ScalarMapControlEvent evt)
controlChanged in interface ScalarMapListenerevt - the eventpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||