Uses of Class
java.lang.Float
-
Packages that use Float Package Description 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.javafx.beans.binding Provides classes that create and operate on aBindingthat calculates a value that depends on one or more sources.javafx.beans.property The packagejavafx.beans.propertydefines read-only properties and writable properties, plus a number of implementations.javafx.css Provides API for making properties styleable via CSS and for supporting pseudo-class state.javafx.util.converter This package is for standard string converters for JavaFX.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 Modifier and Type Field Description static FloatTextAttribute. JUSTIFICATION_FULLJustify the line to the full requested width.static FloatTextAttribute. JUSTIFICATION_NONEDo not allow the line to be justified.static FloatTextAttribute. POSTURE_OBLIQUEThe standard italic posture.static FloatTextAttribute. POSTURE_REGULARThe standard posture, upright.static FloatTextAttribute. TRACKING_LOOSEPerform loose tracking.static FloatTextAttribute. TRACKING_TIGHTPerform tight tracking.static FloatTextAttribute. WEIGHT_BOLDThe standard bold weight.static FloatTextAttribute. WEIGHT_DEMIBOLDA moderately lighter weight thanWEIGHT_BOLD.static FloatTextAttribute. WEIGHT_DEMILIGHTAn intermediate weight betweenWEIGHT_LIGHTandWEIGHT_STANDARD.static FloatTextAttribute. WEIGHT_EXTRA_LIGHTThe lightest predefined weight.static FloatTextAttribute. WEIGHT_EXTRABOLDAn extra heavy weight.static FloatTextAttribute. WEIGHT_HEAVYA moderately heavier weight thanWEIGHT_BOLD.static FloatTextAttribute. WEIGHT_LIGHTThe standard light weight.static FloatTextAttribute. WEIGHT_MEDIUMAn intermediate weight betweenWEIGHT_REGULARandWEIGHT_BOLD.static FloatTextAttribute. WEIGHT_REGULARThe standard weight.static FloatTextAttribute. WEIGHT_SEMIBOLDA moderately heavier weight thanWEIGHT_REGULAR.static FloatTextAttribute. WEIGHT_ULTRABOLDThe heaviest predefined weight.static FloatTextAttribute. WIDTH_CONDENSEDThe most condensed predefined width.static FloatTextAttribute. WIDTH_EXTENDEDThe most extended predefined width.static FloatTextAttribute. WIDTH_REGULARThe standard width.static FloatTextAttribute. WIDTH_SEMI_CONDENSEDA moderately condensed width.static FloatTextAttribute. WIDTH_SEMI_EXTENDEDA moderately extended width. -
Uses of Float in java.lang
Fields in java.lang with type parameters of type Float Modifier and Type Field Description static Class<Float>Float. TYPETheClassinstance representing the primitive typefloat.Methods in java.lang that return Float Modifier and Type Method Description static FloatFloat. valueOf(float f)Returns aFloatinstance representing the specifiedfloatvalue.static FloatFloat. valueOf(String s)Returns aFloatobject holding thefloatvalue represented by the argument strings.Methods in java.lang with parameters of type Float Modifier and Type Method Description intFloat. compareTo(Float anotherFloat)Compares twoFloatobjects numerically. -
Uses of Float in javafx.beans.binding
Methods in javafx.beans.binding that return Float Modifier and Type Method Description FloatFloatExpression. getValue()Methods in javafx.beans.binding that return types with arguments of type Float Modifier and Type Method Description ObjectExpression<Float>FloatExpression. asObject()Creates anObjectExpressionthat holds the value of thisFloatExpression.Method parameters in javafx.beans.binding with type arguments of type Float Modifier and Type Method Description static FloatBindingBindings. createFloatBinding(Callable<Float> func, Observable... dependencies)Helper function to create a customFloatBinding. -
Uses of Float in javafx.beans.property
Methods in javafx.beans.property that return types with arguments of type Float Modifier and Type Method Description ObjectProperty<Float>FloatProperty. asObject()Creates anObjectPropertythat bidirectionally bound to thisFloatProperty.ReadOnlyObjectProperty<Float>ReadOnlyFloatProperty. asObject()Creates aReadOnlyObjectPropertythat holds the value of thisReadOnlyFloatProperty.Method parameters in javafx.beans.property with type arguments of type Float Modifier and Type Method Description static FloatPropertyFloatProperty. floatProperty(Property<Float> property)Returns aFloatPropertythat wraps aPropertyand is bidirectionally bound to it. -
Uses of Float in javafx.css
Constructors in javafx.css with parameters of type Float Constructor Description SimpleStyleableFloatProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Float initialValue)The constructor of theSimpleStyleableFloatProperty.SimpleStyleableFloatProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Object bean, String name, Float initialValue)The constructor of theSimpleStyleableFloatProperty. -
Uses of Float in javafx.util.converter
Methods in javafx.util.converter that return Float Modifier and Type Method Description FloatFloatStringConverter. fromString(String value)Converts the string provided into an object defined by the specific converter.Methods in javafx.util.converter with parameters of type Float Modifier and Type Method Description StringFloatStringConverter. toString(Float value)Converts the object provided into its string form. -
Uses of Float in javax.management.openmbean
Fields in javax.management.openmbean with type parameters of type Float Modifier and Type Field Description static SimpleType<Float>SimpleType. FLOATTheSimpleTypeinstance describing values whose Java class name isjava.lang.Float.
-