Package org.apache.batik.extension.svg
Class BatikFlowTextElementBridge.LineBreakInfo
- java.lang.Object
-
- org.apache.batik.extension.svg.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBreakIdx()
float
getLineAdvAdj()
boolean
isRelative()
-