Package | Description |
---|---|
com.kitfox.svg |
Provides the nodes of an SVG scene graph.
|
com.kitfox.svg.animation | |
com.kitfox.svg.xml |
Modifier and Type | Method and Description |
---|---|
StyleAttribute |
SVGElement.getPresAbsolute(String styName) |
StyleAttribute |
SVGElement.getStyleAbsolute(String styName) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TrackColor.getValue(StyleAttribute attrib,
double curTime) |
boolean |
TrackPath.getValue(StyleAttribute attrib,
double curTime) |
abstract boolean |
TrackBase.getValue(StyleAttribute attrib,
double curTime)
Returns a StyleAttribute representing the value of this track at the
passed time.
|
boolean |
TrackTransform.getValue(StyleAttribute attrib,
double curTime) |
boolean |
TrackDouble.getValue(StyleAttribute attrib,
double curTime) |
boolean |
TrackMotion.getValue(StyleAttribute attrib,
double curTime) |
Modifier and Type | Method and Description |
---|---|
StyleAttribute |
StyleAttribute.setName(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
StyleSheet.getStyle(StyleAttribute attrib,
String tagName,
String cssClass) |
Copyright © 2011-2017 Kitfox Studios. All Rights Reserved.