BidiFormatter |
BidiFormatter.Factory.createInstance(HasDirection.Direction contextDir,
boolean alwaysSpan) |
|
static BidiFormatter |
BidiFormatter.getInstance(boolean rtlContext) |
Factory for creating an instance of BidiFormatter given the context
direction.
|
static BidiFormatter |
BidiFormatter.getInstance(boolean rtlContext,
boolean alwaysSpan) |
Factory for creating an instance of BidiFormatter given the context
direction and the desired span wrapping behavior (see below).
|
static BidiFormatter |
BidiFormatter.getInstance(HasDirection.Direction contextDir) |
Factory for creating an instance of BidiFormatter given the context
direction.
|
static BidiFormatter |
BidiFormatter.getInstance(HasDirection.Direction contextDir,
boolean alwaysSpan) |
Factory for creating an instance of BidiFormatter given the context
direction and the desired span wrapping behavior (see below).
|
static BidiFormatter |
BidiFormatter.getInstanceForCurrentLocale() |
Factory for creating an instance of BidiFormatter whose context direction
matches the current locale's direction.
|
static BidiFormatter |
BidiFormatter.getInstanceForCurrentLocale(boolean alwaysSpan) |
Factory for creating an instance of BidiFormatter whose context direction
matches the current locale's direction, and given the desired span wrapping
behavior (see below).
|