Class PolygonMode


  • public class PolygonMode
    extends java.lang.Object
    Defines how polygon vertices are turned into graphics.
    Since:
    6 Mar 2019
    Author:
    Mark Taylor
    • Method Detail

      • getGlypher

        public PolygonMode.Glypher getGlypher​(boolean isFast)
        Returns a glypher that can paint polygons according to this mode.
        Parameters:
        isFast - if true, favour a faster mode, if false favour a more careful mode
      • getDescription

        public java.lang.String getDescription()
        Returns a short user-visible description of this mode.
        Returns:
        XML-friengly description text (not wrapped in an element)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object