| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Float | |
| java.awt.font | Provides classes and interface relating to fonts. | 
| java.lang | Provides classes that are fundamental to the design of the Java programming language. | 
| Uses of Float in java.awt.font | 
| Fields in java.awt.font declared as Float | |
| static Float | TextAttribute.WEIGHT_EXTRA_LIGHTThe lightest predefined weight. | 
| static Float | TextAttribute.WEIGHT_LIGHTThe standard light weight. | 
| static Float | TextAttribute.WEIGHT_DEMILIGHTAn intermediate weight between LIGHT and STANDARD. | 
| static Float | TextAttribute.WEIGHT_REGULARThe standard weight. | 
| static Float | TextAttribute.WEIGHT_SEMIBOLDA moderately heavier weight than REGULAR. | 
| static Float | TextAttribute.WEIGHT_MEDIUMAn intermediate weight between the REGULAR and BOLD weights. | 
| static Float | TextAttribute.WEIGHT_DEMIBOLDA moderately lighter weight than BOLD. | 
| static Float | TextAttribute.WEIGHT_BOLDThe standard bold weight. | 
| static Float | TextAttribute.WEIGHT_HEAVYA moderately heavier weight than BOLD. | 
| static Float | TextAttribute.WEIGHT_EXTRABOLDAn extra heavy weight. | 
| static Float | TextAttribute.WEIGHT_ULTRABOLDThe heaviest predefined weight. | 
| static Float | TextAttribute.WIDTH_CONDENSEDThe most condensed predefined width. | 
| static Float | TextAttribute.WIDTH_SEMI_CONDENSEDA moderately condensed width. | 
| static Float | TextAttribute.WIDTH_REGULARThe standard width. | 
| static Float | TextAttribute.WIDTH_SEMI_EXTENDEDA moderately extended width. | 
| static Float | TextAttribute.WIDTH_EXTENDEDThe most extended predefined width. | 
| static Float | TextAttribute.POSTURE_REGULARThe standard posture, upright. | 
| static Float | TextAttribute.POSTURE_OBLIQUEThe standard italic posture. | 
| static Float | TextAttribute.JUSTIFICATION_FULLJustify the line to the full requested width. | 
| static Float | TextAttribute.JUSTIFICATION_NONEDo not allow the line to be justified. | 
| Uses of Float in java.lang | 
| Methods in java.lang that return Float | |
| static Float | Float.valueOf(String s)Returns a Floatobject holding thefloatvalue represented by the argument strings. | 
| Methods in java.lang with parameters of type Float | |
|  int | Float.compareTo(Float anotherFloat)Compares two Floatobjects numerically. | 
| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 2003, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.