Uses of Class
javafx.scene.text.TextBoundsType
-
Packages that use TextBoundsType 软件包 描述 javafx.scene.text 为字体和可渲染的文本节点提供一组类。 -
-
Uses of TextBoundsType in javafx.scene.text
Methods in javafx.scene.text that return TextBoundsType Modifier and Type 方法 描述 TextBoundsTypeText. getBoundsType()获取属性boundsType的值。static TextBoundsTypeTextBoundsType. valueOf(String name)以指定的名称返回此类型的枚举常量。static TextBoundsType[]TextBoundsType. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.text that return types with arguments of type TextBoundsType Modifier and Type 方法 描述 ObjectProperty<TextBoundsType>Text. boundsTypeProperty()确定如何计算文本节点的边界。Methods in javafx.scene.text with parameters of type TextBoundsType Modifier and Type 方法 描述 voidText. setBoundsType(TextBoundsType value)设置属性boundsType的值。
-