Class FillElement

    • Constructor Detail

      • FillElement

        public FillElement()
        Creates a new instance of FillElement
    • Method Detail

      • getPaint

        public abstract java.awt.Paint getPaint​(java.awt.geom.Rectangle2D bounds,
                                                java.awt.geom.AffineTransform xform)
        Requests the paint defined by this element. Passes in information to allow paint to be customized
        Parameters:
        bounds - - bounding box of shape being rendered
        xform - - The current transformation that the shape is being rendered under.
        Returns:
        paint object