Uses of Interface
org.apache.batik.css.engine.value.ShorthandManager.PropertyHandler
-
-
Uses of ShorthandManager.PropertyHandler in org.apache.batik.css.engine
Classes in org.apache.batik.css.engine that implement ShorthandManager.PropertyHandler Modifier and Type Class Description protected classCSSEngine.StyleDeclarationBuilderTo build a StyleDeclaration object.protected classCSSEngine.StyleDeclarationDocumentHandlerTo parse a style declaration.protected classCSSEngine.StyleDeclarationUpdateHandlerTo parse a style declaration and update a StyleMap.protected classCSSEngine.StyleSheetDocumentHandlerTo parse a style sheet. -
Uses of ShorthandManager.PropertyHandler in org.apache.batik.css.engine.value
Methods in org.apache.batik.css.engine.value with parameters of type ShorthandManager.PropertyHandler Modifier and Type Method Description voidShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp)Sets the properties which are affected by this shorthand property. -
Uses of ShorthandManager.PropertyHandler in org.apache.batik.css.engine.value.css2
Methods in org.apache.batik.css.engine.value.css2 with parameters of type ShorthandManager.PropertyHandler Modifier and Type Method Description voidFontShorthandManager. handleSystemFont(CSSEngine eng, ShorthandManager.PropertyHandler ph, java.lang.String s, boolean imp)voidFontShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) -
Uses of ShorthandManager.PropertyHandler in org.apache.batik.css.engine.value.svg
Methods in org.apache.batik.css.engine.value.svg with parameters of type ShorthandManager.PropertyHandler Modifier and Type Method Description voidMarkerShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) -
Uses of ShorthandManager.PropertyHandler in org.apache.batik.css.engine.value.svg12
Methods in org.apache.batik.css.engine.value.svg12 with parameters of type ShorthandManager.PropertyHandler Modifier and Type Method Description voidMarginShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp)
-