Class ImageOperation

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.optional.image.ImageOperation
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
BasicShape, Text, TransformOperation

public abstract class ImageOperation extends DataType
See Also:
  • Field Details

  • Constructor Details

    • ImageOperation

      public ImageOperation()
  • Method Details

    • addRotate

      public void addRotate(Rotate instr)
      Add a rotate to the operation.
      Parameters:
      instr - the rotate to add.
    • addDraw

      public void addDraw(Draw instr)
      Add a draw to the operation.
      Parameters:
      instr - the draw to add.
    • addRectangle

      public void addRectangle(Rectangle instr)
      Add a rectangle to the operation.
      Parameters:
      instr - the rectangle to add.
    • addText

      public void addText(Text instr)
      Add text to the operation.
      Parameters:
      instr - the text to add.
    • addScale

      public void addScale(Scale instr)
      Add a scale to the operation.
      Parameters:
      instr - the scale to add.