| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| 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. | 
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. | 
| Uses of Float in java.awt.font | 
|---|
| Fields in java.awt.font declared as Float | |
|---|---|
| static Float | TextAttribute.JUSTIFICATION_FULLJustify the line to the full requested width. | 
| static Float | TextAttribute.JUSTIFICATION_NONEDo not allow the line to be justified. | 
| static Float | TextAttribute.POSTURE_OBLIQUEThe standard italic posture. | 
| static Float | TextAttribute.POSTURE_REGULARThe standard posture, upright. | 
| static Float | TextAttribute.TRACKING_LOOSEPerform loose tracking. | 
| static Float | TextAttribute.TRACKING_TIGHTPerform tight tracking. | 
| static Float | TextAttribute.WEIGHT_BOLDThe standard bold weight. | 
| static Float | TextAttribute.WEIGHT_DEMIBOLDA moderately lighter weight than WEIGHT_BOLD. | 
| static Float | TextAttribute.WEIGHT_DEMILIGHTAn intermediate weight between WEIGHT_LIGHTandWEIGHT_STANDARD. | 
| static Float | TextAttribute.WEIGHT_EXTRA_LIGHTThe lightest predefined weight. | 
| static Float | TextAttribute.WEIGHT_EXTRABOLDAn extra heavy weight. | 
| static Float | TextAttribute.WEIGHT_HEAVYA moderately heavier weight than WEIGHT_BOLD. | 
| static Float | TextAttribute.WEIGHT_LIGHTThe standard light weight. | 
| static Float | TextAttribute.WEIGHT_MEDIUMAn intermediate weight between WEIGHT_REGULARandWEIGHT_BOLD. | 
| static Float | TextAttribute.WEIGHT_REGULARThe standard weight. | 
| static Float | TextAttribute.WEIGHT_SEMIBOLDA moderately heavier weight than WEIGHT_REGULAR. | 
| static Float | TextAttribute.WEIGHT_ULTRABOLDThe heaviest predefined weight. | 
| static Float | TextAttribute.WIDTH_CONDENSEDThe most condensed predefined width. | 
| static Float | TextAttribute.WIDTH_EXTENDEDThe most extended predefined width. | 
| static Float | TextAttribute.WIDTH_REGULARThe standard width. | 
| static Float | TextAttribute.WIDTH_SEMI_CONDENSEDA moderately condensed width. | 
| static Float | TextAttribute.WIDTH_SEMI_EXTENDEDA moderately extended width. | 
| Uses of Float in java.lang | 
|---|
| Fields in java.lang with type parameters of type Float | |
|---|---|
| static Class<Float> | Float.TYPEThe Classinstance representing the primitive typefloat. | 
| Methods in java.lang that return Float | |
|---|---|
| static Float | Float.valueOf(float f)Returns a Float instance representing the specified float value. | 
| 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. | 
| Uses of Float in javax.management.openmbean | 
|---|
| Fields in javax.management.openmbean with type parameters of type Float | |
|---|---|
| static SimpleType<Float> | SimpleType.FLOATThe SimpleTypeinstance describing values whose
 Java class name isjava.lang.Float. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.