Interface OverlayLayer
- All Known Implementing Classes:
- DotPatternFillLayer,- ImageCornerLayer,- ImagePatternFill,- MatteBorderLayer,- SolidFillLayer,- StripePatternFillLayer,- TextPatternFill
public interface OverlayLayer
A simple painted layer, used by LayeredOverlay
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidpaintOverlay(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) 
- 
Method Details- 
paintOverlay
- 
isAnimatedboolean isAnimated()
 
-