Uses of Class java.text.BreakIterator

Uses in package java.awt.font

Constructors with parameter type java.text.BreakIterator

Constructs a LineBreakMeasurer object.

Uses in package java.text

Methods with return type java.text.BreakIterator

BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the default locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the specified locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the default locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the specified locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over sentences as defined in the default locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over sentences as defined in the specified locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over words as defined in the default locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over words as defined in the specified locale.