JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Constructor Summary
Method Summary
Enum Constant Details
FINISHED
CONTINUE_CHAR_BREAKING_ON_NL
CONTINUE_WORD_BREAKING_ON_NL
CHAR_UNBREAKABLE_BUT_CONSUMED
WORD_UNBREAKABLE_BUT_CONSUMED
DANGER_RECONSUME_CHAR_ON_NL
DANGER_RECONSUME_WORD_ON_NL
Constructor Details
BreakTextResult()
Method Details
values()
valueOf(String)
Enum Constant Summary
Enum Constants
Not a single char fitted, but we consumed one character anyway.
In char breaking mode, need a newline before continuing.
In word breaking mode, need a newline before continuing.
DANGER: Last char did not fit and we are directing the
parent method to reconsume char on a newline.
DANGER: Last word did not fit and we are directing the
parent method to reconsume word on a newline.
Has completely consumed the string.
Not a single word fitted, but we consumed a word anyway.
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
CONTINUE_CHAR_BREAKING_ON_NL
CONTINUE_WORD_BREAKING_ON_NL
CHAR_UNBREAKABLE_BUT_CONSUMED
WORD_UNBREAKABLE_BUT_CONSUMED
DANGER_RECONSUME_CHAR_ON_NL
DANGER_RECONSUME_WORD_ON_NL