Class RenderTextFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class RenderTextFilter extends AbstractBufferedImageOp
A filter which renders text onto an image.
  • Constructor Details

    • RenderTextFilter

      public RenderTextFilter()
      Construct a RenderTextFilter.
    • RenderTextFilter

      public RenderTextFilter(String text, Font font, Paint paint, Composite composite, AffineTransform transform)
      Construct a RenderTextFilter.
      Parameters:
      text - the text
      font - the font to use (may be null)
      paint - the paint (may be null)
      composite - the composite (may be null)
      transform - the transform (may be null)
  • Method Details