-
Fields in java.awt.font declared as Float
| Modifier and Type |
Field |
Description |
static Float |
TextAttribute.JUSTIFICATION_FULL |
The Constant JUSTIFICATION_indicates the full requested width.
|
static Float |
TextAttribute.JUSTIFICATION_NONE |
The Constant JUSTIFICATION_NONE indicates that line is not
allowed for justification.
|
static Float |
TextAttribute.POSTURE_OBLIQUE |
The Constant POSTURE_OBLIQUE indicates italic posture.
|
static Float |
TextAttribute.POSTURE_REGULAR |
The Constant POSTURE_REGULAR indicates regular posture.
|
static Float |
TextAttribute.TRACKING_LOOSE |
|
static Float |
TextAttribute.TRACKING_TIGHT |
|
static Float |
TextAttribute.WEIGHT_BOLD |
The Constant WEIGHT_BOLD indicates the standard bold weight.
|
static Float |
TextAttribute.WEIGHT_DEMIBOLD |
The Constant WEIGHT_DEMIBOLD indicates
a lighter weight than BOLD.
|
static Float |
TextAttribute.WEIGHT_DEMILIGHT |
The Constant WEIGHT_DEMILIGHT indicates an intermediate weight
between LIGHT and STANDARD.
|
static Float |
TextAttribute.WEIGHT_EXTRA_LIGHT |
The Constant WEIGHT_EXTRA_LIGHT indicates the lightest
predefined weight.
|
static Float |
TextAttribute.WEIGHT_EXTRABOLD |
The Constant WEIGHT_EXTRABOLD indicates an extra heavy weight.
|
static Float |
TextAttribute.WEIGHT_HEAVY |
The Constant WEIGHT_HEAVY indicates a heavier weight than BOLD.
|
static Float |
TextAttribute.WEIGHT_LIGHT |
The Constant WEIGHT_LIGHT indicates the standard light weight.
|
static Float |
TextAttribute.WEIGHT_MEDIUM |
The Constant WEIGHT_MEDIUM indicates average weight
between the REGULAR and BOLD.
|
static Float |
TextAttribute.WEIGHT_REGULAR |
The Constant WEIGHT_REGULAR indicates the standart weight.
|
static Float |
TextAttribute.WEIGHT_SEMIBOLD |
The Constant WEIGHT_SEMIBOLD indicates a semi weight
of REGULAR.
|
static Float |
TextAttribute.WEIGHT_ULTRABOLD |
The Constant WEIGHT_ULTRABOLD indicates the heaviest predefined
weight.
|
static Float |
TextAttribute.WIDTH_CONDENSED |
The Constant WIDTH_CONDENSED indicates the most condensed
predefined width.
|
static Float |
TextAttribute.WIDTH_EXTENDED |
The Constant WIDTH_EXTENDED indicates extended width.
|
static Float |
TextAttribute.WIDTH_REGULAR |
The Constant WIDTH_REGULAR indicates the standard width.
|
static Float |
TextAttribute.WIDTH_SEMI_CONDENSED |
The Constant WIDTH_SEMI_CONDENSED indicates
a semi condensed width.
|
static Float |
TextAttribute.WIDTH_SEMI_EXTENDED |
The Constant WIDTH_SEMI_EXTENDED indicates semi extended width.
|
-
Fields in java.lang with type parameters of type Float
| Modifier and Type |
Field |
Description |
static Class<Float> |
Float.TYPE |
The Class object that represents the primitive type
float.
|
Methods in java.lang that return Float
| Modifier and Type |
Method |
Description |
static Float |
Float.valueOf(float f) |
Returns a Float instance for the specified float value.
|
static Float |
Float.valueOf(String string) |
Parses the specified string as a float value.
|
Methods in java.lang with parameters of type Float
| Modifier and Type |
Method |
Description |
int |
Float.compareTo(Float object) |
Compares this object to the specified float object to determine their
relative order.
|
-