Class DotPatternFillLayer
java.lang.Object
com.inductiveautomation.factorypmi.application.components.overlay.DotPatternFillLayer
- All Implemented Interfaces:
 OverlayLayer
Fills the area with a solid fill at some transparency level.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetColor()booleanvoidpaintOverlay(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) void 
- 
Constructor Details
- 
DotPatternFillLayer
 - 
DotPatternFillLayer
public DotPatternFillLayer()Ctor for serialization 
 - 
 - 
Method Details
- 
paintOverlay
- Specified by:
 paintOverlayin interfaceOverlayLayer
 - 
getColor
 - 
setColor
 - 
isAnimated
public boolean isAnimated()- Specified by:
 isAnimatedin interfaceOverlayLayer
 
 -