public static class BatikFlowTextElementBridge.LineBreakInfo
extends java.lang.Object
| Constructor and Description |
|---|
BatikFlowTextElementBridge.LineBreakInfo(int breakIdx,
float lineAdvAdj,
boolean relative) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBreakIdx() |
float |
getLineAdvAdj() |
boolean |
isRelative() |
public BatikFlowTextElementBridge.LineBreakInfo(int breakIdx,
float lineAdvAdj,
boolean relative)
breakIdx - The character after which to break.lineAdvAdj - The line advance adjustment.relative - If true lineAdvAdj must be multiplied by
the line height.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.