|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.extension.svg.BatikFlowTextElementBridge.LineBreakInfo
public static class BatikFlowTextElementBridge.LineBreakInfo
Constructor Summary | |
---|---|
BatikFlowTextElementBridge.LineBreakInfo(int breakIdx,
float lineAdvAdj,
boolean relative)
|
Method Summary | |
---|---|
int |
getBreakIdx()
|
float |
getLineAdvAdj()
|
boolean |
isRelative()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public int getBreakIdx()
public boolean isRelative()
public float getLineAdvAdj()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |