Class ImageCornerLayer
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.components.overlay.ImageCornerLayer
-
- All Implemented Interfaces:
OverlayLayer
public class ImageCornerLayer extends java.lang.Object implements OverlayLayer
-
-
Constructor Summary
Constructors Constructor Description ImageCornerLayer(java.awt.Color fillColor, java.awt.Color outlineColor, java.lang.String path, boolean animated)ImageCornerLayer(java.awt.Color fillColor, java.awt.Color outlineColor, javax.swing.ImageIcon icon, boolean animated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAnimated()voidpaintOverlay(javax.swing.JComponent comp, java.awt.Graphics2D g, java.awt.Rectangle rect, float animationValue)voidsetAnimated(boolean animated)
-
-
-
Method Detail
-
paintOverlay
public void paintOverlay(javax.swing.JComponent comp, java.awt.Graphics2D g, java.awt.Rectangle rect, float animationValue)- Specified by:
paintOverlayin interfaceOverlayLayer
-
isAnimated
public boolean isAnimated()
- Specified by:
isAnimatedin interfaceOverlayLayer
-
setAnimated
public void setAnimated(boolean animated)
-
-