org.apache.batik.css.engine
public class CSSEngineEvent extends EventObject
| Field Summary | |
|---|---|
| protected Element | element
The event target. |
| protected int[] | properties
The changed properties indexes. |
| 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. |