Package com.helger.pdflayout.spec
Class TextAndWidthSpec
java.lang.Object
com.helger.pdflayout.spec.TextAndWidthSpec
- All Implemented Interfaces:
Serializable
@Immutable
@MustImplementEqualsAndHashcode
public class TextAndWidthSpec
extends Object
implements Serializable
This class wraps a text with a specified rendering width.
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextAndWidthSpec
public TextAndWidthSpec(@Nonnull String sText, @Nonnegative float fWidth, boolean bDisplayAsNewline)
-
-
Method Details