Java java.awt.font LineBreakMeasurer fields, constructors, methods, implement or subclass

Example usage for Java java.awt.font LineBreakMeasurer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.font LineBreakMeasurer.

The text is from its open source code.

Constructor

Method

intgetPosition()
Returns the current position of this LineBreakMeasurer .
TextLayoutnextLayout(float wrappingWidth)
Returns the next layout, and updates the current position.
intnextOffset(float wrappingWidth, int offsetLimit, boolean requireNextWord)
Returns the position at the end of the next layout.
voidsetPosition(int newPosition)
Sets the current position of this LineBreakMeasurer .