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(java.lang.String styName) |
StyleAttribute |
SVGElement.getStyleAbsolute(java.lang.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)
Copies the current style into the passed style attribute.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
StyleAttribute |
StyleAttribute.setName(java.lang.String name) |