Class AwtTextUtil



  • public class AwtTextUtil
    extends Object
    • Constructor Detail

      • AwtTextUtil

        public AwtTextUtil()
    • Method Detail

      • measurePathLength

        public static float measurePathLength(Shape shape)
      • getTextWidth

        public static double getTextWidth(Font font,
                                          String text)
      • createStrokedShape

        public static Shape createStrokedShape(Shape shape,
                                               Font font,
                                               String text)
      • createLine

        public static TextPath createLine(Shape shape,
                                          float length,
                                          float skip)