Uses of Class
java.lang.Float
-
Packages that use Float 软件包 描述 java.awt.font 提供与字体相关的类和界面。java.lang 提供对Java编程语言设计至关重要的类。javafx.beans.binding javafx.beans.property 程序包javafx.beans.property定义只读属性和可写属性,以及一些实现。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.util.converter 此包用于JavaFX的标准字符串转换器。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。 -
-
Uses of Float in java.awt.font
Fields in java.awt.font declared as Float Modifier and Type Field 描述 static FloatTextAttribute. JUSTIFICATION_FULL将线对齐为满请求宽度。static FloatTextAttribute. JUSTIFICATION_NONE不要让线路有道理。static FloatTextAttribute. POSTURE_OBLIQUE标准斜体姿势。static FloatTextAttribute. POSTURE_REGULAR标准姿势,直立。static FloatTextAttribute. TRACKING_LOOSE执行松动跟踪。static FloatTextAttribute. TRACKING_TIGHT执行紧跟踪。static FloatTextAttribute. WEIGHT_BOLD标准大胆的体重。static FloatTextAttribute. WEIGHT_DEMIBOLD重量比中等重量比WEIGHT_BOLD。static FloatTextAttribute. WEIGHT_DEMILIGHT中间重量在WEIGHT_LIGHT和WEIGHT_STANDARD之间。static FloatTextAttribute. WEIGHT_EXTRA_LIGHT最轻的预定义重量。static FloatTextAttribute. WEIGHT_EXTRABOLD重量过重static FloatTextAttribute. WEIGHT_HEAVY比WEIGHT_BOLD中等重。static FloatTextAttribute. WEIGHT_LIGHT标准重量轻。static FloatTextAttribute. WEIGHT_MEDIUM中间重量在WEIGHT_REGULAR和WEIGHT_BOLD之间。static FloatTextAttribute. WEIGHT_REGULAR标准重量。static FloatTextAttribute. WEIGHT_SEMIBOLD中等重量比WEIGHT_REGULAR。static FloatTextAttribute. WEIGHT_ULTRABOLD最重的预定义重量。static FloatTextAttribute. WIDTH_CONDENSED最浓缩的预定宽度。static FloatTextAttribute. WIDTH_EXTENDED最大的预定宽度。static FloatTextAttribute. WIDTH_REGULAR标准宽度。static FloatTextAttribute. WIDTH_SEMI_CONDENSED中等浓度的宽度。static FloatTextAttribute. WIDTH_SEMI_EXTENDED中等宽度的宽度。 -
Uses of Float in java.lang
Fields in java.lang with type parameters of type Float Modifier and Type Field 描述 static Class<Float>Float. TYPEClass实例代表原始类型float。Methods in java.lang that return Float Modifier and Type 方法 描述 static FloatFloat. valueOf(float f)返回一个表示float值的Float实例。static FloatFloat. valueOf(String s)返回一个Float对象,该对象保存由参数字符串s表示的float值。Methods in java.lang with parameters of type Float Modifier and Type 方法 描述 intFloat. compareTo(Float anotherFloat)数值比较两个Float对象。 -
Uses of Float in javafx.beans.binding
Methods in javafx.beans.binding that return Float Modifier and Type 方法 描述 FloatFloatExpression. getValue()Methods in javafx.beans.binding that return types with arguments of type Float Modifier and Type 方法 描述 ObjectExpression<Float>FloatExpression. asObject()创建一个ObjectExpression,其值为FloatExpression。Method parameters in javafx.beans.binding with type arguments of type Float Modifier and Type 方法 描述 static FloatBindingBindings. createFloatBinding(Callable<Float> func, Observable... dependencies)助手功能创建自定义FloatBinding。 -
Uses of Float in javafx.beans.property
Methods in javafx.beans.property that return types with arguments of type Float Modifier and Type 方法 描述 ObjectProperty<Float>FloatProperty. asObject()创建一个ObjectProperty双向绑定到这个FloatProperty。ReadOnlyObjectProperty<Float>ReadOnlyFloatProperty. asObject()创建一个ReadOnlyObjectProperty,其值为ReadOnlyFloatProperty。Method parameters in javafx.beans.property with type arguments of type Float Modifier and Type 方法 描述 static FloatPropertyFloatProperty. floatProperty(Property<Float> property)返回一个FloatProperty,它包装一个Property,并双向绑定到它。 -
Uses of Float in javafx.css
Constructors in javafx.css with parameters of type Float Constructor 描述 SimpleStyleableFloatProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Float initialValue)SimpleStyleableFloatProperty的构造SimpleStyleableFloatProperty。SimpleStyleableFloatProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Object bean, String name, Float initialValue)SimpleStyleableFloatProperty的构造SimpleStyleableFloatProperty。 -
Uses of Float in javafx.util.converter
Methods in javafx.util.converter that return Float Modifier and Type 方法 描述 FloatFloatStringConverter. fromString(String value)将提供的字符串转换为由特定转换器定义的对象。Methods in javafx.util.converter with parameters of type Float Modifier and Type 方法 描述 StringFloatStringConverter. toString(Float value)将提供的对象转换为其字符串形式。 -
Uses of Float in javax.management.openmbean
Fields in javax.management.openmbean with type parameters of type Float Modifier and Type Field 描述 static SimpleType<Float>SimpleType. FLOATTheSimpleTypeinstance describing values whose Java class name isjava.lang.Float.
-