Class Polygon2DInt

All Implemented Interfaces:
java.awt.datatransfer.Transferable, java.lang.Cloneable, java.lang.Comparable<InterfaceShape>, AttributeListener, AttributeObject, InterfaceObject, PersistentObject, VariableObject, PopupMenuObject, NamedObject, InterfaceQueryObject, InterfaceShapeQueryObject, ShapeListener, VertexDataColumnListener, InterfaceTransferable, TreeObject, CleanableObject, XMLObject, IconObject
Direct Known Subclasses:
BoolPolygon2DInt, IntPolygon2DInt, LPolygon2DInt

public class Polygon2DInt
extends Shape2DInt
Interface for a 2D polygon.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Constructor Details

    • Polygon2DInt

      public Polygon2DInt()
    • Polygon2DInt

      public Polygon2DInt​(Polygon2D thisPoly)
  • Method Details