public class MoebiusShapeChangeEvent extends EventObject
ShapeListener
,
MutableShape#addShapeListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTES_CHANGED |
static int |
CONNECTIVITY_CHANGED |
static int |
COORDS_CHANGED |
source
Constructor and Description |
---|
MoebiusShapeChangeEvent(MoebiusShape src) |
MoebiusShapeChangeEvent(MoebiusShape src,
int change) |
Modifier and Type | Method and Description |
---|---|
int |
getChanges() |
MoebiusShape |
getShape() |
boolean |
isConnectivityChange() |
boolean |
isCoordsChange() |
void |
setChanges(int mask) |
getSource, toString
public static final int ATTRIBUTES_CHANGED
public static final int CONNECTIVITY_CHANGED
public static final int COORDS_CHANGED
public MoebiusShapeChangeEvent(MoebiusShape src)
public MoebiusShapeChangeEvent(MoebiusShape src, int change)
public int getChanges()
public MoebiusShape getShape()
public boolean isConnectivityChange()
public boolean isCoordsChange()
public void setChanges(int mask)