Package com.explodingpixels.painter
-
Interface Summary Interface Description MacWidgetsPainter<T> An interface that allows painting to be delegated. -
Class Summary Class Description ButtonStatePainter<B extends javax.swing.AbstractButton> AMacWidgetsPainter
that can be used to paint the various states of a button.ButtonStatePainter.DummyPainter An implementation ofMacWidgetsPainter
that does no painting.CompoundPainter<T> An implementation ofMacWidgetsPainter
that calls a series ofPainter
s in succession.FocusStatePainter An implementation ofMacWidgetsPainter
that delegates to givenPainter
based on the focused state of theComponent
supplied in theFocusStatePainter.paint(java.awt.Graphics2D, java.awt.Component, int, int)
method.GradientPainter GradientWithBorderPainter ImagePainter RectanglePainter An implemenation ofMacWidgetsPainter
that fills the given width and height of aComponent
with a solid color.