Package org.apache.batik.extension.svg
Class BatikFlowTextElementBridge.LineBreakInfo
java.lang.Object
org.apache.batik.extension.svg.BatikFlowTextElementBridge.LineBreakInfo
- Enclosing class:
- BatikFlowTextElementBridge
-
Constructor Summary
Constructors -
Method Summary
-
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()
-