Class ImageOperation

    • Field Detail

      • instructions

        protected final java.util.List<ImageOperation> instructions
    • Constructor Detail

      • ImageOperation

        public ImageOperation()
    • Method Detail

      • 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.
      • addScale

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