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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
boolean
void
paintOverlay
(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) void
-
Constructor Details
-
SolidFillLayer
-
SolidFillLayer
public SolidFillLayer()Ctor for serialization
-
-
Method Details
-
paintOverlay
- Specified by:
paintOverlay
in interfaceOverlayLayer
-
getColor
-
setColor
-
isAnimated
public boolean isAnimated()- Specified by:
isAnimated
in interfaceOverlayLayer
-