Class ImageCornerLayer
java.lang.Object
com.inductiveautomation.factorypmi.application.components.overlay.ImageCornerLayer
- All Implemented Interfaces:
OverlayLayer
-
Constructor Summary
ConstructorsConstructorDescriptionImageCornerLayer(Color fillColor, Color outlineColor, String path, boolean animated) ImageCornerLayer(Color fillColor, Color outlineColor, ImageIcon icon, boolean animated) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidpaintOverlay(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) voidsetAnimated(boolean animated)
-
Constructor Details
-
ImageCornerLayer
-
ImageCornerLayer
-
-
Method Details
-
paintOverlay
- Specified by:
paintOverlayin interfaceOverlayLayer
-
isAnimated
public boolean isAnimated()- Specified by:
isAnimatedin interfaceOverlayLayer
-
setAnimated
public void setAnimated(boolean animated)
-