Class BatikFlowTextElementBridge.LineBreakInfo

  • Enclosing class:
    BatikFlowTextElementBridge

    public static class BatikFlowTextElementBridge.LineBreakInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LineBreakInfo​(int breakIdx, float lineAdvAdj, boolean relative)  
    • Constructor Detail

      • LineBreakInfo

        public LineBreakInfo​(int breakIdx,
                             float lineAdvAdj,
                             boolean relative)
        Parameters:
        breakIdx - The character after which to break.
        lineAdvAdj - The line advance adjustment.
        relative - If true lineAdvAdj must be multiplied by the line height.
    • Method Detail

      • getBreakIdx

        public int getBreakIdx()
      • isRelative

        public boolean isRelative()
      • getLineAdvAdj

        public float getLineAdvAdj()