Class Shape

    • Constructor Detail

      • Shape

        public Shape()
        Initialize a Shape.
      • Shape

        public Shape​(List<Polygon> polygons)
        Initialize a Shape and set its polygons (and bounding box).
        See Also:
        for more information on the allowTransparency flag.