| パッケージ | 説明 |
|---|---|
| javafx.scene.paint |
シーン・グラフをレンダリングする場合に図形および背景を塗りつぶすために使用する色とグラデーションのためのクラスのセットを提供します。
|
| javafx.scene.shape |
2次元ジオメトリに関連するオブジェクトで操作を定義および実行する2Dクラスのセットを提供します。
|
| 修飾子と型 | クラスと説明 |
|---|---|
class |
PhongMaterial
PhongMaterialクラスは、フォン・シェーディングされたマテリアルを表すプロパティの定義を提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
Material |
Shape3D.getMaterial()
プロパティmaterialの値を取得します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
ObjectProperty<Material> |
Shape3D.materialProperty()
この
Shape3Dのマテリアルを定義します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void |
Shape3D.setMaterial(Material value)
プロパティmaterialの値を設定します。
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.