org.apache.batik.css.engine
Interface CSSEngine.MainPropertyReceiver
- All Known Implementing Classes:
- SVGStylableElement.StyleDeclaration
- Enclosing interface:
- CSSEngine
- public static interface CSSEngine.MainPropertyReceiver
Interface for people interesting in having 'primary' properties
set. Shorthand properties will be expanded "automatically".
|
Method Summary |
void |
setMainProperty(java.lang.String name,
Value v,
boolean important)
Called with a non-shorthand property name and it's value. |
setMainProperty
public void setMainProperty(java.lang.String name,
Value v,
boolean important)
- Called with a non-shorthand property name and it's value.
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.