Class ShapeGradientPaint.ShapeGradientContext
java.lang.Object
com.inductiveautomation.factorypmi.application.components.util.ShapeGradientPaint.ShapeGradientContext
- All Implemented Interfaces:
- PaintContext
- Enclosing class:
- ShapeGradientPaint
protected static class ShapeGradientPaint.ShapeGradientContext
extends Object
implements PaintContext
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Colorprotected doubleprotected Shapeprotected Colorprotected booleanprotected Shapeprotected AffineTransform
- 
Constructor SummaryConstructorsConstructorDescriptionShapeGradientContext(AffineTransform xform, Shape shape, double radius, Color shapeColor, Color backgroundColor, boolean solidCenter) 
- 
Method Summary
- 
Field Details- 
radiusprotected double radius
- 
xform
- 
shape
- 
txShape
- 
shapeColor
- 
backgroundColor
- 
solidCenterprotected boolean solidCenter
 
- 
- 
Constructor Details- 
ShapeGradientContextpublic ShapeGradientContext(AffineTransform xform, Shape shape, double radius, Color shapeColor, Color backgroundColor, boolean solidCenter) 
 
- 
- 
Method Details- 
disposepublic void dispose()- Specified by:
- disposein interface- PaintContext
 
- 
getColorModel- Specified by:
- getColorModelin interface- PaintContext
 
- 
getRaster- Specified by:
- getRasterin interface- PaintContext
 
 
-