Package gprover

Class Polygon


  • public class Polygon
    extends CClass
    Represents a polygon in a geometric construction.
    • Constructor Summary

      Constructors 
      Constructor Description
      Polygon()
      Constructs a Polygon object with default values.
      Polygon​(int t)
      Constructs a Polygon object with a specified type.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Polygon

        public Polygon()
        Constructs a Polygon object with default values.
      • Polygon

        public Polygon​(int t)
        Constructs a Polygon object with a specified type.
        Parameters:
        t - the type of the polygon