public class LineBreakContext extends Object
Constructor and Description |
---|
LineBreakContext() |
Modifier and Type | Method and Description |
---|---|
String |
getCalculatedSubstring() |
int |
getEnd() |
int |
getLast() |
String |
getMaster() |
int |
getStart() |
String |
getStartSubstring() |
Text |
getTextNode() |
int |
getWidth() |
boolean |
isEndsOnNL() |
boolean |
isFinished() |
boolean |
isNeedsNewLine() |
boolean |
isUnbreakable() |
void |
reset() |
void |
resetEnd() |
void |
saveEnd() |
void |
setEnd(int end) |
void |
setEndsOnNL(boolean b) |
void |
setMaster(String master) |
void |
setNeedsNewLine(boolean needsLineBreak) |
void |
setStart(int start) |
void |
setTextNode(Text _text) |
void |
setUnbreakable(boolean unbreakable) |
void |
setWidth(int width) |
public int getLast()
public void reset()
public int getEnd()
public void setEnd(int end)
public String getMaster()
public void setMaster(String master)
public int getStart()
public void setStart(int start)
public String getStartSubstring()
public String getCalculatedSubstring()
public boolean isUnbreakable()
public void setUnbreakable(boolean unbreakable)
public boolean isNeedsNewLine()
public void setNeedsNewLine(boolean needsLineBreak)
public int getWidth()
public void setWidth(int width)
public boolean isFinished()
public void resetEnd()
public void saveEnd()
public boolean isEndsOnNL()
public void setEndsOnNL(boolean b)
public Text getTextNode()
public void setTextNode(Text _text)
Copyright © 2018. All rights reserved.