Class StrokingTextPainter.TextChunk

  • Enclosing class:
    StrokingTextPainter

    public static class StrokingTextPainter.TextChunk
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.geom.Point2D advance  
      int begin  
      int end  
    • Constructor Summary

      Constructors 
      Constructor Description
      TextChunk​(int begin, int end, java.awt.geom.Point2D advance)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • begin

        public int begin
      • end

        public int end
      • advance

        public java.awt.geom.Point2D advance
    • Constructor Detail

      • TextChunk

        public TextChunk​(int begin,
                         int end,
                         java.awt.geom.Point2D advance)