background-image:linear-gradient(to top left, #fff 50%, transparent 50%); /* ★黄色→セルの背景色 */ background-image:-webkit-linear-gradient(to top left, #fff 50%, transparent 50%); background-image:-ms-linear-gradient(to top left, #fff 50%, transparent 50%); margin-bottom:-2p...
.vbox { -fx-background-image: url("graphics/arrow_t_up_right.png"); -fx-background-size: 96, 205; -fx-background-repeat: no-repeat; -fx-border-color: #2e8b57; -fx-border-width: 2px; -fx-padding: 10; -fx-spacing: 8; } #hbox-custom { -fx-background-image: url("graphics...
この `@scope` ブロックには、 `` 要素を太い黒枠と金色の背景色でスタイル設定する単一のルールセットが格納されています。 ```css /* スコープ化した CSS */ @scope (.feature) { :scope { background: rebeccapurple; color: antiquewhite; font-family: sans-serif; } figure { ba...
-fx-background-insetsの一連の4つの値は、その順序で矩形の上、右、下、左の各端にそれぞれ異なる枠が使用されることを示しています。背景イメージは、-fx-background-image、-fx-background-repeat、-fx-background-position、-fx-background-sizeの各プロパティで指定します。 -fx-background-imag...
javafx.scene.imageのStyleableの使用 Styleableを実装するjavafx.scene.imageのクラス 修飾子と型クラス説明 class ImageView ImageViewは、Imageクラスでロードされたイメージを描画するために使用するNodeです。 Styleable型の引数を持つ型を返すjavafx.scene.imageのメソッド 修飾子と型メソッド説明 stati...
-fx-background-insetsの一連の4つの値は、その順序で矩形の上、右、下、左の各端にそれぞれ異なる枠が使用されることを示しています。背景イメージは、-fx-background-image、-fx-background-repeat、-fx-background-position、-fx-background-sizeの各プロパティで指定します。-fx-background-image...