类 ImageShape

  • 所有已实现的接口:
    Cloneable

    public class ImageShape
    extends PointShape
    作者:
    Yaqiang Wang
    • 构造器详细资料

      • ImageShape

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

      • getImage

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

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

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

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

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

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

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