Class ImagePatternFill
java.lang.Object
com.inductiveautomation.factorypmi.application.components.overlay.ImagePatternFill
- All Implemented Interfaces:
OverlayLayer
Fills the area with a solid fill at some transparency level.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getAlpha()
boolean
void
paintOverlay
(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) void
setAlpha
(float alpha) void
setImageName
(String imageName)
-
Constructor Details
-
ImagePatternFill
-
ImagePatternFill
public ImagePatternFill()Ctor for serialization
-
-
Method Details
-
paintOverlay
- Specified by:
paintOverlay
in interfaceOverlayLayer
-
getImageName
-
setImageName
-
getAlpha
public float getAlpha() -
setAlpha
public void setAlpha(float alpha) -
isAnimated
public boolean isAnimated()- Specified by:
isAnimated
in interfaceOverlayLayer
-