- text(Object) - Method in class net.sf.paperclips.FactoryPrint
-
Deprecated.
Returns a TextPrint whose text represents the given parameter.
- text(Object, int) - Method in class net.sf.paperclips.FactoryPrint
-
Deprecated.
Returns a TextPrint whose text represents the given parameter.
- text(String) - Method in class net.sf.paperclips.FactoryPrint
-
Deprecated.
Returns a TextPrint with the given text.
- text(String, int) - Method in class net.sf.paperclips.FactoryPrint
-
Deprecated.
Returns a TextPrint with the given text and alignment.
- TextPrint - Class in net.sf.paperclips
-
A Print for displaying text.
- TextPrint() - Constructor for class net.sf.paperclips.TextPrint
-
Constructs a TextPrint with the default properties.
- TextPrint(String) - Constructor for class net.sf.paperclips.TextPrint
-
Constructs a TextPrint with the given text.
- TextPrint(String, int) - Constructor for class net.sf.paperclips.TextPrint
-
Constructs a TextPrint with the give text and alignment.
- TextPrint(String, TextStyle) - Constructor for class net.sf.paperclips.TextPrint
-
Constructs a TextPrint with the given text and style.
- TextPrint(String, FontData) - Constructor for class net.sf.paperclips.TextPrint
-
Constructs a TextPrint with the given text and font data.
- TextPrint(String, FontData, int) - Constructor for class net.sf.paperclips.TextPrint
-
Constructs a TextPrint with the given text, font data, and alignment.
- TextStyle - Class in net.sf.paperclips
-
Defines a set of styles that can be applied to text.
- TextStyle() - Constructor for class net.sf.paperclips.TextStyle
-
Constructs a new TextStyle with default font (device-dependent), black
foreground, transparent background, default alignment, and the strikeout
and underline flags set to false.
- top - Variable in class net.sf.paperclips.GapBorder
-
The top gap of a closed border, expressed in points.
- top - Variable in class net.sf.paperclips.Margins
-
The top margin.