public interface TextServer
Modifier and Type | Method and Description |
---|---|
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.
|
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.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.