Class Shape

    • Constructor Detail

      • Shape

        public Shape()
        Initialize a Shape.
      • Shape

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