You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Shohab <sh...@lntinfotech.com> on 2006/11/03 11:29:28 UTC

Query Regarding Batik

Hi,
I am new to batik and i have a requirement to design a specific tool which
could be embedded in a master application
	This tool should contain the features as Zoom-In/Zoom-Out, rotating the
images etc
	So I need some help regarding above.

	If possible please reply with some samples for using the api with some more
documentation asap

-- 
View this message in context: http://www.nabble.com/Query-Regarding-Batik-tf2567121.html#a7155150
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: Query Regarding Batik

Posted by Shohab <sh...@lntinfotech.com>.
Hi,
I have to design a tool over Batik, So is there any help or proper flow to
start for it
As I have seen that only a single tool is available known as GLIPS Graffiti.
I have to design such tool but with some more/different requirements

Please help me in above

Thanks


Shohab wrote:
> 
> Hi thomas,
> Thanks for your quick response
> I have been looking for the zoomIn and ZoomOut options in JSVGCanvas but I
> was not able to perform the operation(may be i would be missing
> something). Can You Please help me further 
> 
> I have to design a tool over Batik, So is there any help or proper flow to
> start for it
> As I have seen that only a single tool is available known as GLIPS
> Graffiti.
> I have to design such tool but with some more/different requirements
> 
> Please help me in above
> 
> Thanks
> 
> 
> thomas.deweese wrote:
>> 
>> Hi Shohab,
>> 
>> Shohab <sh...@lntinfotech.com> wrote on 11/03/2006 05:29:28 AM:
>> 
>>> I am new to batik and i have a requirement to design a specific tool 
>> which
>>> could be embedded in a master application
>>>    This tool should contain the features as Zoom-In/Zoom-Out, rotating 
>> the
>>> images etc
>>>    So I need some help regarding above.
>>> 
>>>    If possible please reply with some samples for using the api with 
>> some more
>>> documentation asap
>> 
>>     I suggest you read the Batik web site:
>>         http://xmlgraphics.apache.org/batik/
>> 
>>     In particular you may want to read the part on the JSVGCanvas
>> which shows how to embed Batik's viewing component (which allows
>> for zoom/ rotate etc. of SVG images) into a swing application.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
>> For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Query-Regarding-Batik-tf2567121.html#a7216868
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: Query Regarding Batik

Posted by th...@kodak.com.
Hi Shohab,

Shohab <sh...@lntinfotech.com> wrote on 11/03/2006 08:02:07 AM:

> I have been looking for the zoomIn and ZoomOut options in JSVGCanvas but 
I
> was not able to perform the operation(may be i would be missing 
something).

   Well, I would suggest looking at the ZoomOutAction inner 
class in the JSVGCanvas.

> Can You Please help me further 
> 
> I have to design a tool over Batik, So is there any help or proper flow 
to
> start for it.  As I have seen that only a single tool is available known 

> as GLIPS Graffiti. I have to design such tool but with some 
more/different 
> requirements

   There is lots of sample code for this, but there is no detailed
design of how to build such an application.  The basic model is to
load the SVG into the Canvas and manipulate the SVG DOM in the 
RunnableQueue.  The rest would be too specific to a particular
application.  You might want to poke around the Batik Wiki
in particular the talk I gave at Apache CON a couple of years
ago addresses some of these issues (it's posted on the wiki).

> thomas.deweese wrote:
> > 
> > Hi Shohab,
> > 
> > Shohab <sh...@lntinfotech.com> wrote on 11/03/2006 05:29:28 
AM:
> > 
> >> I am new to batik and i have a requirement to design a specific tool 
> > which
> >> could be embedded in a master application
> >>    This tool should contain the features as Zoom-In/Zoom-Out, 
rotating 
> > the
> >> images etc
> >>    So I need some help regarding above.
> >> 
> >>    If possible please reply with some samples for using the api with 
> > some more
> >> documentation asap
> > 
> >     I suggest you read the Batik web site:
> >         http://xmlgraphics.apache.org/batik/
> > 
> >     In particular you may want to read the part on the JSVGCanvas
> > which shows how to embed Batik's viewing component (which allows
> > for zoom/ rotate etc. of SVG images) into a swing application.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
> > For additional commands, e-mail: 
batik-users-help@xmlgraphics.apache.org
> > 
> > 
> > 
> 
> -- 
> View this message in context: 
http://www.nabble.com/Query-Regarding-Batik-
> tf2567121.html#a7157025
> Sent from the Batik - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: Query Regarding Batik

Posted by Shohab <sh...@lntinfotech.com>.
Hi thomas,
Thanks for your quick response
I have been looking for the zoomIn and ZoomOut options in JSVGCanvas but I
was not able to perform the operation(may be i would be missing something).
Can You Please help me further 

I have to design a tool over Batik, So is there any help or proper flow to
start for it
As I have seen that only a single tool is available known as GLIPS Graffiti.
I have to design such tool but with some more/different requirements

Please help me in above

Thanks


thomas.deweese wrote:
> 
> Hi Shohab,
> 
> Shohab <sh...@lntinfotech.com> wrote on 11/03/2006 05:29:28 AM:
> 
>> I am new to batik and i have a requirement to design a specific tool 
> which
>> could be embedded in a master application
>>    This tool should contain the features as Zoom-In/Zoom-Out, rotating 
> the
>> images etc
>>    So I need some help regarding above.
>> 
>>    If possible please reply with some samples for using the api with 
> some more
>> documentation asap
> 
>     I suggest you read the Batik web site:
>         http://xmlgraphics.apache.org/batik/
> 
>     In particular you may want to read the part on the JSVGCanvas
> which shows how to embed Batik's viewing component (which allows
> for zoom/ rotate etc. of SVG images) into a swing application.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Query-Regarding-Batik-tf2567121.html#a7157025
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: Query Regarding Batik

Posted by th...@kodak.com.
Hi Shohab,

Shohab <sh...@lntinfotech.com> wrote on 11/03/2006 05:29:28 AM:

> I am new to batik and i have a requirement to design a specific tool 
which
> could be embedded in a master application
>    This tool should contain the features as Zoom-In/Zoom-Out, rotating 
the
> images etc
>    So I need some help regarding above.
> 
>    If possible please reply with some samples for using the api with 
some more
> documentation asap

    I suggest you read the Batik web site:
        http://xmlgraphics.apache.org/batik/

    In particular you may want to read the part on the JSVGCanvas
which shows how to embed Batik's viewing component (which allows
for zoom/ rotate etc. of SVG images) into a swing application.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org