|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.apache.batik.bridge.BridgeMutationEvent
An event object that describes the modification to apply to an Element.
Field Summary | |
static int |
PROPERTY_MUTATION_TYPE
The mutation is a simple mutation on an attribute. |
static int |
STYLE_MUTATION_TYPE
The mutation is a mutation on a referenced style. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
BridgeMutationEvent(java.lang.Object source,
BridgeContext context,
int type)
|
Method Summary | |
java.lang.String |
getAttrName()
Returns the name of the attribute that was modified. |
java.lang.String |
getAttrNewValue()
Returns the new value of the attribute that was modified. |
BridgeContext |
getBridgeContext()
Returns the bridge context of this event. |
Element |
getElement()
Returns the element that was modified. |
GraphicsNode |
getGraphicsNode()
Returns the new value of the attribute that was modified. |
BridgeMutationEvent |
getStyleMutationEvent()
Returns the style mutation event. |
int |
getType()
Returns the type of the mutation. |
void |
setAttrName(java.lang.String attrName)
Sets the name of the attribute that was modified. |
void |
setAttrNewValue(java.lang.String value)
Sets the new value of the attribute that was modified. |
void |
setGraphicsNode(GraphicsNode node)
Sets the new value of the attribute that was modified. |
void |
setStyleMutationEvent(BridgeMutationEvent event)
Sets a style mutation event. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int PROPERTY_MUTATION_TYPE
public static final int STYLE_MUTATION_TYPE
Constructor Detail |
public BridgeMutationEvent(java.lang.Object source, BridgeContext context, int type)
Method Detail |
public BridgeContext getBridgeContext()
public int getType()
public Element getElement()
public java.lang.String getAttrName()
public void setAttrName(java.lang.String attrName)
public java.lang.String getAttrNewValue()
public void setAttrNewValue(java.lang.String value)
public GraphicsNode getGraphicsNode()
public void setGraphicsNode(GraphicsNode node)
public BridgeMutationEvent getStyleMutationEvent()
public void setStyleMutationEvent(BridgeMutationEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |