Class BatikFlowTextElementBridge.LineBreakInfo

java.lang.Object
org.apache.batik.extension.svg.BatikFlowTextElementBridge.LineBreakInfo
Enclosing class:
BatikFlowTextElementBridge

public static class BatikFlowTextElementBridge.LineBreakInfo extends Object
  • Constructor Details

    • 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 Details

    • getBreakIdx

      public int getBreakIdx()
    • isRelative

      public boolean isRelative()
    • getLineAdvAdj

      public float getLineAdvAdj()