Class MatteBorderLayer
java.lang.Object
com.inductiveautomation.factorypmi.application.components.overlay.MatteBorderLayer
- All Implemented Interfaces:
- OverlayLayer
Fills the area with a solid fill at some transparency level.
- 
Constructor SummaryConstructorsConstructorDescriptionCtor for serializationMatteBorderLayer(Color color, float alpha, float width) MatteBorderLayer(Color color, float alpha, float width, float[] dash) 
- 
Method SummaryModifier and TypeMethodDescriptiongetColor()float[]getDash()floatfloatgetWidth()booleanbooleanvoidpaintOverlay(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) voidsetAnimated(boolean animated) voidvoidsetDash(float[] dash) voidsetDashPhase(float dashPhase) voidsetWidth(float width) voidsetXorMode(boolean xorMode) 
- 
Constructor Details- 
MatteBorderLayer
- 
MatteBorderLayer
- 
MatteBorderLayerpublic MatteBorderLayer()Ctor for serialization
 
- 
- 
Method Details- 
paintOverlay- Specified by:
- paintOverlayin interface- OverlayLayer
 
- 
getColor
- 
setColor
- 
getWidthpublic float getWidth()
- 
setWidthpublic void setWidth(float width) 
- 
getDashpublic float[] getDash()
- 
setDashpublic void setDash(float[] dash) 
- 
getDashPhasepublic float getDashPhase()
- 
setDashPhasepublic void setDashPhase(float dashPhase) 
- 
isAnimatedpublic boolean isAnimated()- Specified by:
- isAnimatedin interface- OverlayLayer
 
- 
setAnimatedpublic void setAnimated(boolean animated) 
- 
isXorModepublic boolean isXorMode()
- 
setXorModepublic void setXorMode(boolean xorMode) 
 
-