Package | Description |
---|---|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
BackgroundRepeat |
BackgroundImage.getRepeatX()
Indicates in what manner (if at all) the background image
is to be repeated along the x-axis of the region.
|
BackgroundRepeat |
BackgroundImage.getRepeatY()
Indicates in what manner (if at all) the background image
is to be repeated along the y-axis of the region.
|
static BackgroundRepeat |
BackgroundRepeat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundRepeat[] |
BackgroundRepeat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BackgroundImage(Image image,
BackgroundRepeat repeatX,
BackgroundRepeat repeatY,
BackgroundPosition position,
BackgroundSize size)
Creates a new BackgroundImage.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.