Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > How to draw vector graphics on Graphics2D

Reply
Thread Tools

How to draw vector graphics on Graphics2D

 
 
wookashs
Guest
Posts: n/a
 
      05-04-2008
Hello,

I'm looking for some tips, libraries or tools (it can be commercial
solution) to draw a vector graphics on Graphics2D (it can be one of
the: EPS, PDF, SVG, WMF, DXF, DWG file) I need to add some scaled
images from vector graphics format also some graphics in raster format
and show it to user and print. Is there any way that I could do it? Or
maybe some ideas?
 
Reply With Quote
 
 
 
 
ownowl
Guest
Posts: n/a
 
      05-04-2008
wookashs a écrit :
> Hello,
>
> I'm looking for some tips, libraries or tools (it can be commercial
> solution) to draw a vector graphics on Graphics2D (it can be one of
> the: EPS, PDF, SVG, WMF, DXF, DWG file) I need to add some scaled
> images from vector graphics format also some graphics in raster format
> and show it to user and print. Is there any way that I could do it? Or
> maybe some ideas?


Hi
in order to generate pdf format file, you can use Itext

Olivier
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Initializing vector<vector<int> > and other vector questions... pmatos C++ 6 04-26-2007 05:39 PM
Free memory allocate by a STL vector, vector of vector, map of vector Allerdyce.John@gmail.com C++ 8 02-18-2006 12:48 AM
draw thick line without using Graphics2D SPG Java 2 02-15-2005 02:46 PM
Vertical draw text not working in Graphics2D? Kevin Java 3 01-05-2005 05:38 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57