Package net.infonode.gui.componentpainter
-
Interface Summary Interface Description ComponentPainter Paints an area of a component. -
Class Summary Class Description AbstractComponentPainter An abstract base class forComponentPainter
's.AbstractComponentPainterWrapper CompoundComponentPainter Paints the same area with two painters.FixedTransformComponentPainter A painter that paints its wrapped painter using the same fixed values for direction, horizontal flip and vertical flip.GradientComponentPainter A painter that paints an gradient area specified by four corner colors.RectangleComponentPainter SolidColorComponentPainter Paints an area with a solid color.