public static class BatikFlowTextElementBridge.LineBreakInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
breakIdx |
(package private) float |
lineAdvAdj |
(package private) boolean |
relative |
Constructor and Description |
---|
LineBreakInfo(int breakIdx,
float lineAdvAdj,
boolean relative) |
Modifier and Type | Method and Description |
---|---|
int |
getBreakIdx() |
float |
getLineAdvAdj() |
boolean |
isRelative() |