Class SolidFillLayer
java.lang.Object
com.inductiveautomation.factorypmi.application.components.overlay.SolidFillLayer
- 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- 
SolidFillLayer
- 
SolidFillLayerpublic SolidFillLayer()Ctor for serialization
 
- 
- 
Method Details- 
paintOverlay- Specified by:
- paintOverlayin interface- OverlayLayer
 
- 
getColor
- 
setColor
- 
isAnimatedpublic boolean isAnimated()- Specified by:
- isAnimatedin interface- OverlayLayer
 
 
-