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 Details

    • radius

      protected double radius
    • xform

      protected AffineTransform xform
    • shape

      protected Shape shape
    • txShape

      protected Shape txShape
    • shapeColor

      protected Color shapeColor
    • backgroundColor

      protected Color backgroundColor
    • solidCenter

      protected boolean solidCenter
  • Constructor Details

    • ShapeGradientContext

      public ShapeGradientContext(AffineTransform xform, Shape shape, double radius, Color shapeColor, Color backgroundColor, boolean solidCenter)
  • Method Details