Skip to content

matmas/java-eps-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-eps-graphics

Java EPS Graphics2D Library

Features:

  • familiar Graphics2D interface
  • automatic bounds detection

Example usage:

Graphics2D g = new EPSGraphics2D();
g.drawString("Hello World!", 0, 0);
((EPSGraphics2D) g).writeToFile(new File("helloworld.eps"));

Code license: BSD

About

Java Eps Graphics2D Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages