Class StripePatternFillLayer
java.lang.Object
com.inductiveautomation.factorypmi.application.components.overlay.StripePatternFillLayer
- All Implemented Interfaces:
- OverlayLayer
Fills the area with a solid fill at some transparency level.
- 
Constructor SummaryConstructorsConstructorDescriptionCtor for serializationStripePatternFillLayer(Color color1, Color color2) StripePatternFillLayer(Color color1, Color color2, float alpha) 
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetWidth()booleanvoidpaintOverlay(JComponent comp, Graphics2D g, Rectangle rect, float animationValue) voidvoidvoidsetWidth(int width) 
- 
Constructor Details- 
StripePatternFillLayer
- 
StripePatternFillLayer
- 
StripePatternFillLayerpublic StripePatternFillLayer()Ctor for serialization
 
- 
- 
Method Details- 
paintOverlay- Specified by:
- paintOverlayin interface- OverlayLayer
 
- 
getColor1
- 
setColor1
- 
getColor2
- 
setColor2
- 
getWidthpublic float getWidth()
- 
setWidthpublic void setWidth(int width) 
- 
isAnimatedpublic boolean isAnimated()- Specified by:
- isAnimatedin interface- OverlayLayer
 
 
-