Uses of Class
com.kitfox.svg.xml.StyleAttribute
-
Packages that use StyleAttribute Package Description com.kitfox.svg Provides the nodes of an SVG scene graph.com.kitfox.svg.animation com.kitfox.svg.xml -
-
Uses of StyleAttribute in com.kitfox.svg
Fields in com.kitfox.svg with type parameters of type StyleAttribute Modifier and Type Field Description protected java.util.HashMap<java.lang.String,StyleAttribute>SVGElement. inlineStylesStyles defined for this elemnt via the style attribute.protected java.util.HashMap<java.lang.String,StyleAttribute>SVGElement. presAttribsPresentation attributes set for this element.Methods in com.kitfox.svg that return StyleAttribute Modifier and Type Method Description StyleAttributeSVGElement. getPresAbsolute(java.lang.String styName)StyleAttributeSVGElement. getStyleAbsolute(java.lang.String styName)Methods in com.kitfox.svg with parameters of type StyleAttribute Modifier and Type Method Description booleanSVGElement. getPres(StyleAttribute attrib)Copies the presentation attribute into the passed one.booleanSVGElement. getStyle(StyleAttribute attrib)booleanSVGElement. getStyle(StyleAttribute attrib, boolean recursive)booleanSVGElement. getStyle(StyleAttribute attrib, boolean recursive, boolean evalAnimation)Copies the current style into the passed style attribute.private java.awt.PaintShapeElement. handleCurrentColor(StyleAttribute styleAttrib) -
Uses of StyleAttribute in com.kitfox.svg.animation
Methods in com.kitfox.svg.animation with parameters of type StyleAttribute Modifier and Type Method Description abstract booleanTrackBase. getValue(StyleAttribute attrib, double curTime)Returns a StyleAttribute representing the value of this track at the passed time.booleanTrackColor. getValue(StyleAttribute attrib, double curTime)booleanTrackDouble. getValue(StyleAttribute attrib, double curTime)booleanTrackMotion. getValue(StyleAttribute attrib, double curTime)booleanTrackPath. getValue(StyleAttribute attrib, double curTime)booleanTrackTransform. getValue(StyleAttribute attrib, double curTime) -
Uses of StyleAttribute in com.kitfox.svg.xml
Methods in com.kitfox.svg.xml that return StyleAttribute Modifier and Type Method Description StyleAttributeStyleAttribute. setName(java.lang.String name)Methods in com.kitfox.svg.xml that return types with arguments of type StyleAttribute Modifier and Type Method Description static java.util.HashMap<java.lang.String,StyleAttribute>XMLParseUtil. parseStyle(java.lang.String styleString)Takes a CSS style string and retursn a hash of them.static java.util.HashMap<java.lang.String,StyleAttribute>XMLParseUtil. parseStyle(java.lang.String styleString, java.util.HashMap<java.lang.String,StyleAttribute> map)Takes a CSS style string and returns a hash of them.Methods in com.kitfox.svg.xml with parameters of type StyleAttribute Modifier and Type Method Description booleanStyleSheet. getStyle(StyleAttribute attrib, java.lang.String tagName, java.lang.String cssClass)Method parameters in com.kitfox.svg.xml with type arguments of type StyleAttribute Modifier and Type Method Description static java.util.HashMap<java.lang.String,StyleAttribute>XMLParseUtil. parseStyle(java.lang.String styleString, java.util.HashMap<java.lang.String,StyleAttribute> map)Takes a CSS style string and returns a hash of them.
-