Class GlyphUtils


  • public class GlyphUtils
    extends java.lang.Object
    Utils class used by Glyph implementors. Creates Shapes from x and y coordinates
    Since:
    1.5
    Author:
    Mark Southern
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.awt.Shape getShape​(int[] x, int[] y)  
      static java.awt.Shape getShape​(java.util.List points)  
      static java.awt.Shape getShape​(java.util.List x, java.util.List y)  
      • Methods inherited from class java.lang.Object

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

      • getShape

        public static java.awt.Shape getShape​(java.util.List x,
                                              java.util.List y)
      • getShape

        public static java.awt.Shape getShape​(java.util.List points)
      • getShape

        public static java.awt.Shape getShape​(int[] x,
                                              int[] y)