ExportGraphics
object ExportGraphics
Utility functions for exporting a Graphics2D drawable to some eps, pdf, and png.
Type members
Value members
Concrete methods
Writes the given drawable to the given OutputStream formatted as eps.
Writes the given drawable to the given OutputStream formatted as eps.
Writes the given drawable to a new file of the given name with the given dpi (for rasterized formats only). The extension of the file determines its format, with options png, eps, svg, and pdf.
Writes the given drawable to a new file of the given name with the given dpi (for rasterized formats only). The extension of the file determines its format, with options png, eps, svg, and pdf.