Class PolygonForms


  • public class PolygonForms
    extends java.lang.Object
    ShapeForm implementations for plotting filled or outline polygons.
    Since:
    5 Mar 2019
    Author:
    Mark Taylor
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • QUAD

        public static final ShapeForm QUAD
        Shape form for a quadrilateral defined by 4 positional coordinates.
      • ARRAY

        public static final ShapeForm ARRAY
        Shape form for a polygon defined by an array coordinate.
      • POLYMODE_KEY

        public static final ConfigKey<PolygonMode> POLYMODE_KEY
        Polygon mode configuration key.
      • ISFAST_KEY

        public static final ConfigKey<java.lang.Boolean> ISFAST_KEY
        Speed-over-accuracy configuration key.
      • INCLUDEPOS_KEY

        public static final ConfigKey<java.lang.Boolean> INCLUDEPOS_KEY
        Reference position inclusion toggle key.
      • ARRAY_COORD

        public static final FloatingArrayCoord ARRAY_COORD
        Coordinate for array coordinate, used with ARRAY.