|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.extension.svg.SVGFlowTextElementBridge.LineBreakInfo
Constructor Summary | |
SVGFlowTextElementBridge.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 SVGFlowTextElementBridge.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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |