パッケージ | 説明 |
---|---|
javafx.scene.layout |
ユーザー・インタフェース・レイアウトをサポートするクラスを提供します。
|
修飾子と型 | フィールドと説明 |
---|---|
static BackgroundPosition |
BackgroundPosition.CENTER
BackgroundImageを中央揃えするBackgroundPosition。
|
static BackgroundPosition |
BackgroundPosition.DEFAULT
すべてのBackgroundImageのデフォルトのBackgroundPosition。
|
修飾子と型 | メソッドと説明 |
---|---|
BackgroundPosition |
BackgroundImage.getPosition()
リージョンに対して相対的なこのBackgroundImageの位置。
|
コンストラクタと説明 |
---|
BackgroundImage(Image image, BackgroundRepeat repeatX, BackgroundRepeat repeatY, BackgroundPosition position, BackgroundSize size)
新しいBackgroundImageを作成します。
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.