I Java vector software road 4-FAQs

Source: Internet
Author: User
Some of my friends mentioned about the Java vector, and jfdraw some technical problems, i'm on the website of the No BBS, on loan CSDN gem, here to do a little about Java vector programming are discussed. about jfdraw or Java Vector graph drawing in terms of content, friends as speech. oh, by the way, if I'm wrong, please correct me. but don't yell at me. Oh. ha-ha.

Question 1 :( by chenke) jfdraw support for SVG. in front of me A., is currently not supported. but behind I would add, this can't should support. if the readers are interested in, and you can refer to http://xml.apache.org/batik/, this seems to be the SVG open source ToolKit. or your Java vector support SVG have some help.

Question 2 :( by Raven Liu) Hello, I would like to know more about your software in line smoothing algorithm, can you talk? I just answered, Raven mean eliminate moment teeth. this should be simple, try the following code :( if it weren't for this. Please speak)

Package ....
......
Import java. AWT. Graphics2D;
Import java. AWT. renderinghints;
.....

Void paint (Graphics g ){
Graphics2D g2 = (Graphics2D) g;
G2.setRenderingHint (renderinghints. KEY_ANTIALIASING, renderinghints. VALUE_ANTIALIAS_ON );
....
}


.......... If you have other questions, please speak, thank you very much. I can't answer, I'm sorry.





Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.