Toggle navigation
JarYard
Browse
Search
About
Groups
com.bric
javagraphics-awt
0.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
com
.
bric
.
awt
Interface Summary
Interface
Description
Paintable
An object that can be painted.
Class Summary
Class
Description
AnimatedLayout
A layout that smoothly animates components as they need to move from one location to another.
BufferedImagePaintable
A Paintable that paints a BufferedImage.
ClickEventEnabler
This class lets mouseClicked events be triggered even if the mouse moves a few pixels.
CompositePaintable
<T extends
Paintable
>
A Paintable composed of several smaller Paintables that are rendering through an AffineTransform.
DemoPaintable
A simple paintable object to test with.
Dimension2DDouble
DualGraphics2D
This delegates to two underlying Graphics2Ds, so you can send the same drawing instructions to multiple destinations.
EmptyPaintable
GradientTexturePaint
A linear gradient based on a
java.awt.TexturePaint
.
HalftoneGradient
A gradient that resembles halftoning.
HSLColor
This class interfaces with colors in terms of Hue, Saturation and Luminance.
ModifierTracker
This keeps track of which modifiers are currently pressed.
MouseTracker
Tracks the mouse location and button state.
RootPaneListener
This listener will be notified when the
JRootPane
ancestor of a
JComponent
changes.
Scribbler
This scribbles an existing path to create a casual, hand-drawn (scribbled) look.
TextBlock
This renders a block of text with optional attributes.
TextBoxPaintable
A Paintable that renders text as shapes.
TextClusterPaintable
A cluster of strings that are randomly distributed, rotated, and sized.
TextSize
TransformedTexturePaint
This effectively extends
TexturePaint
to support arbitrary
AffineTransforms
inside this paint object.
Enum Summary
Enum
Description
CompositePaintable
.Tiling
GradientTexturePaint
.Cycle