|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextServer
This class encapsulates the various text processing functions.
| Method Summary | |
|---|---|
EagerLineBreaker |
provideEagerLineBreaker(LineBreakControl control,
LineBreakHandler handler,
FontConsumer fontConsumer)
Returns a LineBreaker instance that can be used by the client to compute line-breaks. |
PatientLineBreaker |
providePatientLineBreaker(LineBreakControl control,
LineBreakHandler handler,
FontConsumer fontConsumer)
Returns a LineBreaker instance that can be used by the client to compute line-breaks. |
| Method Detail |
|---|
EagerLineBreaker provideEagerLineBreaker(LineBreakControl control,
LineBreakHandler handler,
FontConsumer fontConsumer)
control - The LineBreakControl instance which will be responsible
to provide the line-breaking system with new LineOutput instances as
they are needed by the system.handler - The LineBreakHandler instance which will be responsible
to catch and handle the results of the line-breaking logic.fontConsumer - The FontConsumer used to resolve font issues.
PatientLineBreaker providePatientLineBreaker(LineBreakControl control,
LineBreakHandler handler,
FontConsumer fontConsumer)
control - The LineBreakControl instance which will be responsible
to provide the line-breaking system with new LineOutput instances as
they are needed by the system.handler - The LineBreakHandler instance which will be responsible
to catch and handle the results of the line-breaking logic.fontConsumer - The FontConsumer used to resolve font issues.
|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.