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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetColor()booleanvoidpaintOverlay(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) void
- 
Constructor Details- 
DotPatternFillLayer
- 
DotPatternFillLayerpublic DotPatternFillLayer()Ctor for serialization
 
- 
- 
Method Details- 
paintOverlay- Specified by:
- paintOverlayin interface- OverlayLayer
 
- 
getColor
- 
setColor
- 
isAnimatedpublic boolean isAnimated()- Specified by:
- isAnimatedin interface- OverlayLayer
 
 
-