org.apache.batik.css.engine
public class CSSEngineEvent extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
protected Element |
element
The event target.
|
protected int[] |
properties
The changed properties indexes.
|
| Constructor and Description |
|---|
CSSEngineEvent(CSSEngine source,
Element elt,
int[] props)
Creates a new CSSEngineEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
getElement()
Returns the target element.
|
int[] |
getProperties()
Returns the changed properties.
|
protected Element element
protected int[] properties
public Element getElement()
public int[] getProperties()
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.