Uses of Class
com.kitfox.svg.xml.StyleAttribute

Packages that use StyleAttribute
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
 

Methods in com.kitfox.svg that return StyleAttribute
 StyleAttribute SVGElement.getPresAbsolute(String styName)
           
 StyleAttribute SVGElement.getStyleAbsolute(String styName)
           
 

Methods in com.kitfox.svg with parameters of type StyleAttribute
 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)
          Copies the current style into the passed style attribute.
 

Uses of StyleAttribute in com.kitfox.svg.animation
 

Methods in com.kitfox.svg.animation with parameters of type StyleAttribute
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
 StyleAttribute StyleAttribute.setName(String name)