|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVGAnimationTargetContext
Context interface for elements that can be the target of animations.
This exposes the ability to attach AnimationTargetListener
s
to the element.
Field Summary |
---|
Fields inherited from interface org.apache.batik.dom.svg.SVGContext |
---|
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH |
Method Summary | |
---|---|
void |
addTargetListener(String pn,
AnimationTargetListener l)
Adds a listener for changes to the given CSS property. |
void |
removeTargetListener(String pn,
AnimationTargetListener l)
Removes a listener for changes to the given attribute value. |
Methods inherited from interface org.apache.batik.dom.svg.SVGContext |
---|
getBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getScreenTransform, getViewportHeight, getViewportWidth, setScreenTransform |
Method Detail |
---|
void addTargetListener(String pn, AnimationTargetListener l)
void removeTargetListener(String pn, AnimationTargetListener l)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |