| パッケージ | 説明 |
|---|---|
| javafx.scene.text |
フォントおよびレンダリング可能なテキスト・ノードのクラスのセットを提供します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
TextBoundsType |
Text.getBoundsType()
プロパティboundsTypeの値を取得します。
|
static TextBoundsType |
TextBoundsType.valueOf(String name)
指定された名前を持つ、この型の列挙型定数を返します。
|
static TextBoundsType[] |
TextBoundsType.values()
この列挙型の定数を含む配列を、宣言されている順序で返します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
ObjectProperty<TextBoundsType> |
Text.boundsTypeProperty()
テキスト・ノードの境界線の計算方法を決定します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
void |
Text.setBoundsType(TextBoundsType value)
プロパティboundsTypeの値を設定します。
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.