Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

Uses of Class
java.lang.Float

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_LIGHT
          The lightest predefined weight.
static Float TextAttribute.WEIGHT_LIGHT
          The standard light weight.
static Float TextAttribute.WEIGHT_DEMILIGHT
          An intermediate weight between LIGHT and STANDARD.
static Float TextAttribute.WEIGHT_REGULAR
          The standard weight.
static Float TextAttribute.WEIGHT_SEMIBOLD
          A moderately heavier weight than REGULAR.
static Float TextAttribute.WEIGHT_MEDIUM
          An intermediate weight between the REGULAR and BOLD weights.
static Float TextAttribute.WEIGHT_DEMIBOLD
          A moderately lighter weight than BOLD.
static Float TextAttribute.WEIGHT_BOLD
          The standard bold weight.
static Float TextAttribute.WEIGHT_HEAVY
          A moderately heavier weight than BOLD.
static Float TextAttribute.WEIGHT_EXTRABOLD
          An extra heavy weight.
static Float TextAttribute.WEIGHT_ULTRABOLD
          The heaviest predefined weight.
static Float TextAttribute.POSTURE_REGULAR
          The standard posture, upright.
static Float TextAttribute.POSTURE_OBLIQUE
          The standard italic posture.
 

Uses of Float in java.lang
 

Methods in java.lang that return Float
static Float Float.valueOf(String s)
          Returns a Float object holding the float value represented by the argument string s.
 

Methods in java.lang with parameters of type Float
 int Float.compareTo(Float anotherFloat)
          Compares two Float objects numerically.
 


JSR 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.