类 ImageShape

    • 构造器详细资料

      • ImageShape

        public ImageShape()
        Constructor
    • 方法详细资料

      • getImage

        public java.awt.image.BufferedImage getImage()
        Get image
        返回:
        Image
      • setImage

        public void setImage​(java.awt.image.BufferedImage value)
        Set image
        参数:
        value - Image
      • getInterpolation

        public java.lang.Object getInterpolation()
        Get interpolation
        返回:
        Interpolation
      • setInterpolation

        public void setInterpolation​(java.lang.Object value)
        Set interpolation object
        参数:
        value - Interpolation object
      • setInterpolation

        public void setInterpolation​(java.lang.String value)
        Set interpolation string
        参数:
        value - Interpolation string
      • getCoords

        public java.util.List<PointZ> getCoords()
        Get coordinates - lower left, lower right, upper right, upper left
        返回:
        Coordinates
      • setCoords

        public void setCoords​(java.util.List<PointZ> value)
        Set coordinates
        参数:
        value - Coordinates