Sorry, almost forgot, I also would like to request public API for some
attribute of TimedElement
- public TimingSpecifier[] getBeginTimes() {
return beginTimes;
}
- public TimingSpecifier[] getEndTimes() {
return endTimes;
}
On Mon, Mar 10, 2008 at 1:31 PM, Tonny Kohar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to request public API access to the
> org.apache.batik.anim.timing.TimedElement.
>
> After briefly studying Batik code base, I think by simple doing the
> following will expose public TimedElement
>
> - in org.apache.batik.dom.svg.SVGOMAnimationElement provide
> * public SVGAnimationContext getSVGAnimationContext() {
> return ((SVGAnimationContext) getSVGContext())
> }
>
> - in org.apache.batik.dom.svg.SVGAnimationContext provide
> * public TimedElement getTimedElement();
>
> - in org.apache.batik.bridge.SVGAnimationElementBridge already provide
> the above getTimedElement()
>
> I need to get access to the TimedElement, because currently I am
> creating SVG Animation Editor and need more information regarding the
> animation more than SVGAnimationElement provide (getStartTime(),
> getSimpleDuration).
>
> Or any other ways to get TimedElement or specially to get better
> information regarding the animation element.
>
> Regards
> Tonny Kohar
> --
> Sketsa SVG Editor
> imagine, design, create ...
> http://www.kiyut.com
>
--
Citra FX Photo Effects
imagine, design, create ...
http://www.kiyut.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]