|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineBreaker | |
---|---|
org.foray.text.line | Abstract classes for handling line-breaking. |
org.foray.text.line.solitary | A concrete "eager" line-breaking strategy. |
Uses of LineBreaker in org.foray.text.line |
---|
Subclasses of LineBreaker in org.foray.text.line | |
---|---|
class |
EagerLineBreaker
Abstract superclass for LineBreakers that act in an "eager" manner. |
class |
PatientLineBreaker
Abstract superclass for LineBreakers that act in a "patient" manner. |
Uses of LineBreaker in org.foray.text.line.solitary |
---|
Subclasses of LineBreaker in org.foray.text.line.solitary | |
---|---|
class |
SolitaryLineBreaker
An "eager" line-breaking implementaton which considers only the current line in the line-breaking computation (hence the name "solitary"). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |