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. inlineStyles
Styles defined for this elemnt via the style attribute.protected java.util.HashMap<java.lang.String,StyleAttribute>
SVGElement. presAttribs
Presentation attributes set for this element.Methods in com.kitfox.svg that return StyleAttribute Modifier and Type Method Description StyleAttribute
SVGElement. getPresAbsolute(java.lang.String styName)
StyleAttribute
SVGElement. getStyleAbsolute(java.lang.String styName)
Methods in com.kitfox.svg with parameters of type StyleAttribute Modifier and Type Method Description boolean
SVGElement. getPres(StyleAttribute attrib)
Copies the presentation attribute into the passed one.boolean
SVGElement. getStyle(StyleAttribute attrib)
boolean
SVGElement. getStyle(StyleAttribute attrib, boolean recursive)
boolean
SVGElement. getStyle(StyleAttribute attrib, boolean recursive, boolean evalAnimation)
Copies the current style into the passed style attribute.private java.awt.Paint
ShapeElement. 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 boolean
TrackBase. getValue(StyleAttribute attrib, double curTime)
Returns a StyleAttribute representing the value of this track at the passed time.boolean
TrackColor. getValue(StyleAttribute attrib, double curTime)
boolean
TrackDouble. getValue(StyleAttribute attrib, double curTime)
boolean
TrackMotion. getValue(StyleAttribute attrib, double curTime)
boolean
TrackPath. getValue(StyleAttribute attrib, double curTime)
boolean
TrackTransform. 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 StyleAttribute
StyleAttribute. 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 boolean
StyleSheet. 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.
-