public class AttributePanelEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
m_indexVal
The index for the new attribute
|
boolean |
m_xChange
True if the x selection changed
|
boolean |
m_yChange
True if the y selection changed
|
Constructor and Description |
---|
AttributePanelEvent(boolean xChange,
boolean yChange,
int indexVal)
Constructor
|