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> AMacWidgetsPainterthat can be used to paint the various states of a button.ButtonStatePainter.DummyPainter An implementation ofMacWidgetsPainterthat does no painting.CompoundPainter<T> An implementation ofMacWidgetsPainterthat calls a series ofPainters in succession.FocusStatePainter An implementation ofMacWidgetsPainterthat delegates to givenPainterbased on the focused state of theComponentsupplied in theFocusStatePainter.paint(java.awt.Graphics2D, java.awt.Component, int, int)method.GradientPainter GradientWithBorderPainter ImagePainter RectanglePainter An implemenation ofMacWidgetsPainterthat fills the given width and height of aComponentwith a solid color.