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 TypeMethodDescriptionfloatgetAlpha()booleanvoidpaintOverlay(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) voidsetAlpha(float alpha) voidsetImageName(String imageName)  
- 
Constructor Details
- 
ImagePatternFill
 - 
ImagePatternFill
public ImagePatternFill()Ctor for serialization 
 - 
 - 
Method Details
- 
paintOverlay
- Specified by:
 paintOverlayin interfaceOverlayLayer
 - 
getImageName
 - 
setImageName
 - 
getAlpha
public float getAlpha() - 
setAlpha
public void setAlpha(float alpha)  - 
isAnimated
public boolean isAnimated()- Specified by:
 isAnimatedin interfaceOverlayLayer
 
 -