Package snap.gfx
package snap.gfx
-
ClassDescriptionAn effect that performs a simple blur.A class to represent a painted stroke.This class holds a selection of Border subclasses.A subclass for bevel border.This Border subclass strokes the rectangular border of a given shape, with option include/exclude individual sides.A subclass for etched border.A subclass for line border.This class represents an RGBA color.This abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice.The ColorSpaceFactory.A class to represent a visual effect that can be applied to drawing done in a Painter (like blur, shadow, etc.).An Effect subclass that make drawing look slightly 3D with raised or lowered edges.This class represents a font for use in rich text.This class represents all the information about a font that is independent of size.An adapter class for drawing in a native environment (Java2D, JavaFX).Graphics utilities.A Paint subclass to represent a gradient.A Builder class for GradientPaint.A class to describe gradient paint stops.Represents an Image, such as JPEG, PNG, GIF, TIFF, BMP.A class to manage an image rendered in a rectangular area.A paint implementation to fill shapes with an image pattern.A class provides a unique reference to an image for a given source (URL, bytes).A class to manage a set of images.Some Image utility methods.A class to hold Image Info.A class to represent a fill for a Shape or text (Color, GradientPaint, ImagePaint).A base class for painting Shapes, Text and Images.A class that provide extra painter properties.A Painter subclass that records painting operations for later execution instead of executing them immediately.An instruction to clip().An instruction to drawImage(Image,Transform).An instruction to drawImage(Image,Transform).An instruction to draw(Shape).An instruction to drawString(str,x,y,cs).An instruction to fill(Shape).A class to represent instructions.An instruction to restore().An instruction to save().An instruction to setFont().An instruction to setOpacity().An instruction to setPaint().An instruction to setStroke().An instruction to setTransform().An instruction to strokeString(str,x,y,cs).An instruction to transform().A basic implementation of a painter.The graphics state.A Painter subclass that forward on to another.An Effect subclass to render a reflection.An Effect subclass to represent a drop shadow.A class to manage the loading and playing of a sound.A class to describe strokes.This class builds strokes.