Class MPSPolygonType


  • public final class MPSPolygonType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Quadrilateral
      Quadrilaterals with four vertices
      static long Triangle
      Triangles with three vertices
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Triangle

        public static final long Triangle
        Triangles with three vertices
        See Also:
        Constant Field Values
      • Quadrilateral

        public static final long Quadrilateral
        Quadrilaterals with four vertices
        See Also:
        Constant Field Values