|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.engine.value.AbstractValueFactory
org.apache.batik.css.engine.value.svg.MarkerShorthandManager
This class represents an object which provide support for the 'marker' shorthand properties.
Nested Class Summary |
Nested classes inherited from class org.apache.batik.css.engine.value.ShorthandManager |
ShorthandManager.PropertyHandler |
Constructor Summary | |
MarkerShorthandManager()
|
Method Summary | |
java.lang.String |
getPropertyName()
Implements ValueManager#getPropertyName() . |
void |
setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
LexicalUnit lu,
boolean imp)
Implements ShorthandManager.setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean) . |
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueFactory |
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarkerShorthandManager()
Method Detail |
public java.lang.String getPropertyName()
ValueManager#getPropertyName()
.
getPropertyName
in interface ShorthandManager
getPropertyName
in class AbstractValueFactory
public void setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, LexicalUnit lu, boolean imp) throws org.w3c.dom.DOMException
ShorthandManager.setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean)
.
setValues
in interface ShorthandManager
eng
- The current CSSEngine.ph
- The property handler to use.lu
- The SAC lexical unit used to create the value.imp
- The property priority.
org.w3c.dom.DOMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |