Class OnLineStrategy.OffsetGlyph

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.font.GlyphVector glyph  
      private int glyphIndex  
      private double offset  
      private double preRotate  
    • Constructor Summary

      Constructors 
      Constructor Description
      OffsetGlyph​(double offset, boolean rotateText, java.awt.font.GlyphVector glyph, int glyphIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.awt.geom.Rectangle2D getBounds()  
      (package private) double getOffset()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • offset

        private final double offset
      • glyph

        private final java.awt.font.GlyphVector glyph
    • Constructor Detail

      • OffsetGlyph

        OffsetGlyph​(double offset,
                    boolean rotateText,
                    java.awt.font.GlyphVector glyph,
                    int glyphIndex)
    • Method Detail

      • getBounds

        java.awt.geom.Rectangle2D getBounds()
      • toString

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