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
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbreakIdx(package private) floatlineAdvAdj(package private) booleanrelative
-
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 intgetBreakIdx()floatgetLineAdvAdj()booleanisRelative()
-