Class ImageZone

  • All Implemented Interfaces:
    Cloneable

    public class ImageZone
    extends Object
    implements Cloneable
    A zone specification inside an image.
    Since:
    8.4.2
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • ImageZone

        public ImageZone()
    • Method Detail

      • getLeft

        public Double getLeft()
      • setLeft

        public void setLeft​(Double left)
      • getTop

        public Double getTop()
      • setTop

        public void setTop​(Double top)
      • getWidth

        public Double getWidth()
      • setWidth

        public void setWidth​(Double width)
      • getHeight

        public Double getHeight()
      • setHeight

        public void setHeight​(Double height)
      • setArea

        public void setArea​(double left,
                            double top,
                            double width,
                            double height)