Class TransformedTexturePaint

  • All Implemented Interfaces:
    Paint, Transparency
    Direct Known Subclasses:
    HalftoneGradient


    public class TransformedTexturePaint
    extends Object
    implements Paint
    This effectively extends TexturePaint to support arbitrary AffineTransforms inside this paint object.

    This does not technically extend the TexturePaint class, although it does relay most calls to an internal TexturePaint. This is because some graphics pipelines (notably Java 1.4 on Mac) will fail to work the paint context correctly if this class officially extends TexturePaint.