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