Class Spacing
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.text.Spacing
-
public class Spacing extends Object
Additional character spacing. This has a minimum, optimum and maximum. If the optimum is less than the minimum the optimum is set to the minimum. If the optimum is greater than the maximum the optimum is set to the maximum value. Spacing is given in absolute values, the unit is micro-points.- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static Spacing
EMPTY_SPACING
-
Constructor Summary
Constructors Constructor Description Spacing(int minimum, int optimum, int maximum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getMaximum()
int
getMinimum()
int
getOptimum()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
EMPTY_SPACING
public static final Spacing EMPTY_SPACING
-
-