Class Polygon

    • Constructor Detail

      • Polygon

        public Polygon()
      • Polygon

        public Polygon​(Polygon source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPoints

        public Point[] getPoints()
        Get 标注列表
        Returns:
        Points 标注列表
      • setPoints

        public void setPoints​(Point[] Points)
        Set 标注列表
        Parameters:
        Points - 标注列表