protected static class EnvelopeWidget.Param extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isX
true for X value, false for Y value.
|
protected JLabel |
label
JLabel widgets which show the names of the X/Y axis parameters riding
each access.
|
protected int |
node
array index of 'nodes' for the corresponding Node.
|
protected JTextField |
textField
JTextField which show the X/Y axis value.
|
Modifier | Constructor and Description |
---|---|
protected |
Param(JLabel label,
JTextField textField,
int node,
boolean isX) |
protected JLabel label
protected JTextField textField
protected int node
protected boolean isX
protected Param(JLabel label, JTextField textField, int node, boolean isX)
Copyright © 2014. All Rights Reserved.