|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.apache.batik.css.engine.CSSEngineEvent
public class CSSEngineEvent
This class represents a CSS event fired by a CSSEngine.
Field Summary | |
---|---|
protected Element |
element
The event target. |
protected int[] |
properties
The changed properties indexes. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CSSEngineEvent(CSSEngine source,
Element elt,
int[] props)
Creates a new CSSEngineEvent. |
Method Summary | |
---|---|
Element |
getElement()
Returns the target element. |
int[] |
getProperties()
Returns the changed properties. |
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 |
---|
protected Element element
protected int[] properties
Constructor Detail |
---|
public CSSEngineEvent(CSSEngine source, Element elt, int[] props)
Method Detail |
---|
public Element getElement()
public int[] getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |