On Thu, 13 Feb 2003, Thomas E Deweese wrote:

>
> Hi Zhen,
>
> >>>>> "ZY" == Zhen Yin <[EMAIL PROTECTED]> writes:
>
> ZY> I am dealing with some simple graphics, for example,
> ZY> three lines saved in a svg file.
>
> ZY> My objective is to display these three lines sequentially instead
> ZY> of displaying all of them at once.
>
>     What is the trigger for going from one line to the next?
> Time, key click, mouse click...

Currently, the trigger is the time, i.e, lines will be displayed as the
sequence they were drawn.

However, my final objective will support several methods to replay how the
lines are drawn. Both key click and mouse selection are acceptable input.


>
> ZY> I have read the API and some sample/source codes, such as
> ZY> JSVGCanvas.java.  But it is hard to track the source code.
>
> ZY> Any suggestions? Which package should I really focus on? Are there
> ZY> any sample code which does similar job?
>
>     It sounds to me like you don't need to mess with the Source
> very much, you can probably do this easily with JavaScript in the SVG.
>
Any simple example available showing the JAVA Script in side SVG?

thanks

Zhen

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to