java.lang.Object
com.dlsc.gemsfx.incubator.templatepane.Tile
-
Property Summary
TypePropertyDescriptionfinal javafx.beans.property.DoubleProperty
final javafx.beans.property.DoubleProperty
final javafx.beans.property.DoubleProperty
final javafx.beans.property.ObjectProperty<javafx.scene.Node>
final javafx.beans.property.BooleanProperty
final javafx.beans.property.DoubleProperty
final javafx.beans.property.DoubleProperty
final javafx.beans.property.DoubleProperty
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal double
Gets the value of theheight
property.final double
Gets the value of thelayoutX
property.final double
Gets the value of thelayoutY
property.final javafx.scene.Node
getNode()
Gets the value of thenode
property.final TemplatePane.Position
final TemplatePane
final Tile.TileTransition
final VisibilityPolicy
final double
getWidth()
Gets the value of thewidth
property.final double
Gets the value of thexOffset
property.final double
Gets the value of theyOffset
property.final javafx.beans.property.DoubleProperty
final boolean
Gets the value of thevisible
property.final javafx.beans.property.DoubleProperty
final javafx.beans.property.DoubleProperty
final javafx.beans.property.ObjectProperty<javafx.scene.Node>
double
prefHeight
(double width) double
prefWidth
(double height) void
resize
(double x, double y, double w, double h) final void
setHeight
(double height) Sets the value of theheight
property.final void
setLayoutX
(double layoutX) Sets the value of thelayoutX
property.final void
setLayoutY
(double layoutY) Sets the value of thelayoutY
property.final void
setNode
(javafx.scene.Node node) Sets the value of thenode
property.final void
setTransition
(Tile.TileTransition tileTransition) final void
setVisibility
(VisibilityPolicy visibilityPolicy) final void
setVisible
(boolean visible) Sets the value of thevisible
property.final void
setWidth
(double width) Sets the value of thewidth
property.final void
setXOffset
(double xOffset) Sets the value of thexOffset
property.final void
setYOffset
(double yOffset) Sets the value of theyOffset
property.final javafx.beans.property.BooleanProperty
final javafx.beans.property.DoubleProperty
final javafx.beans.property.DoubleProperty
final javafx.beans.property.DoubleProperty
-
Property Details
-
xOffset
public final javafx.beans.property.DoubleProperty xOffsetProperty- See Also:
-
yOffset
public final javafx.beans.property.DoubleProperty yOffsetProperty- See Also:
-
node
public final javafx.beans.property.ObjectProperty<javafx.scene.Node> nodeProperty- See Also:
-
visible
public final javafx.beans.property.BooleanProperty visibleProperty- See Also:
-
layoutX
public final javafx.beans.property.DoubleProperty layoutXProperty- See Also:
-
layoutY
public final javafx.beans.property.DoubleProperty layoutYProperty- See Also:
-
width
public final javafx.beans.property.DoubleProperty widthProperty- See Also:
-
height
public final javafx.beans.property.DoubleProperty heightProperty- See Also:
-
-
Constructor Details
-
Tile
-
-
Method Details
-
xOffsetProperty
public final javafx.beans.property.DoubleProperty xOffsetProperty()- Returns:
- the
xOffset
property - See Also:
-
getXOffset
public final double getXOffset()Gets the value of thexOffset
property.- Property description:
- Returns:
- the value of the
xOffset
property - See Also:
-
setXOffset
public final void setXOffset(double xOffset) Sets the value of thexOffset
property.- Property description:
- Parameters:
xOffset
- the value for thexOffset
property- See Also:
-
yOffsetProperty
public final javafx.beans.property.DoubleProperty yOffsetProperty()- Returns:
- the
yOffset
property - See Also:
-
getYOffset
public final double getYOffset()Gets the value of theyOffset
property.- Property description:
- Returns:
- the value of the
yOffset
property - See Also:
-
setYOffset
public final void setYOffset(double yOffset) Sets the value of theyOffset
property.- Property description:
- Parameters:
yOffset
- the value for theyOffset
property- See Also:
-
getTemplatePane
-
setTransition
-
getTransition
-
setVisibility
-
getVisibility
-
getPosition
-
resize
public void resize(double x, double y, double w, double h) -
prefHeight
public double prefHeight(double width) -
prefWidth
public double prefWidth(double height) -
nodeProperty
public final javafx.beans.property.ObjectProperty<javafx.scene.Node> nodeProperty()- Returns:
- the
node
property - See Also:
-
getNode
public final javafx.scene.Node getNode()Gets the value of thenode
property.- Property description:
- Returns:
- the value of the
node
property - See Also:
-
setNode
public final void setNode(javafx.scene.Node node) Sets the value of thenode
property.- Property description:
- Parameters:
node
- the value for thenode
property- See Also:
-
visibleProperty
public final javafx.beans.property.BooleanProperty visibleProperty()- Returns:
- the
visible
property - See Also:
-
isVisible
public final boolean isVisible()Gets the value of thevisible
property.- Property description:
- Returns:
- the value of the
visible
property - See Also:
-
setVisible
public final void setVisible(boolean visible) Sets the value of thevisible
property.- Property description:
- Parameters:
visible
- the value for thevisible
property- See Also:
-
layoutXProperty
public final javafx.beans.property.DoubleProperty layoutXProperty()- Returns:
- the
layoutX
property - See Also:
-
getLayoutX
public final double getLayoutX()Gets the value of thelayoutX
property.- Property description:
- Returns:
- the value of the
layoutX
property - See Also:
-
setLayoutX
public final void setLayoutX(double layoutX) Sets the value of thelayoutX
property.- Property description:
- Parameters:
layoutX
- the value for thelayoutX
property- See Also:
-
layoutYProperty
public final javafx.beans.property.DoubleProperty layoutYProperty()- Returns:
- the
layoutY
property - See Also:
-
getLayoutY
public final double getLayoutY()Gets the value of thelayoutY
property.- Property description:
- Returns:
- the value of the
layoutY
property - See Also:
-
setLayoutY
public final void setLayoutY(double layoutY) Sets the value of thelayoutY
property.- Property description:
- Parameters:
layoutY
- the value for thelayoutY
property- See Also:
-
widthProperty
public final javafx.beans.property.DoubleProperty widthProperty()- Returns:
- the
width
property - See Also:
-
getWidth
public final double getWidth()Gets the value of thewidth
property.- Property description:
- Returns:
- the value of the
width
property - See Also:
-
setWidth
public final void setWidth(double width) Sets the value of thewidth
property.- Property description:
- Parameters:
width
- the value for thewidth
property- See Also:
-
heightProperty
public final javafx.beans.property.DoubleProperty heightProperty()- Returns:
- the
height
property - See Also:
-
getHeight
public final double getHeight()Gets the value of theheight
property.- Property description:
- Returns:
- the value of the
height
property - See Also:
-
setHeight
public final void setHeight(double height) Sets the value of theheight
property.- Property description:
- Parameters:
height
- the value for theheight
property- See Also:
-