Class PolygonShape

  • All Implemented Interfaces:
    Shape

    public class PolygonShape
    extends Object
    implements Shape
    A Shape which represents a polygon which may contain holes. Provided because the standard AWT Polygon class does not support holes.
    Author:
    Martin Davis