Module org.bzdev.graphics
Package org.bzdev.gio
package org.bzdev.gio
Graphics IO package.
This package provides classes that will provide the user with a graphics context, so that the user can use standard Java graphics operations for drawing, but that will create the graphics on some output device or file instead of displaying them in a window.
Please see the package description for more details.
-
ClassDescriptionClass for creating Graphics2D instances that can be replayed.Interface for objects that create graphics contexts of type Graphic2D.Image orientation specification.Writer for a simplified video format consisting of a sequence of images of the same type and dimensions.Common Operations for image-sequence writers.Interface for classes that provide the parameters needed to configure an image sequence writer by providing a width, height, and frame rate.Class to create a buffered image backed by an instance of
OutputStreamGraphics
.OSG Provider for image formats.OSG Provider for Postscript.Basic operations for output stream graphics.Output some graphics to an output stream in a standard format.This class represents a surrogate OSGraphicsOps.Output-Stream graphics implementation for printing.Graphics subclass that mirrors requests to two instances ofGraphics
.Graphics2D subclass that mirrors requests to two instances ofGraphics2D
.Graphics2D class providing a minimal implementation.Auxiliary SVG operations.Multithreaded OutputStreamGraphics class using a paint method.Interface to be implemented by classes used as components of subclasses of ThreadedOSGraphics.