java.lang.Object
com.dlsc.gemsfx.incubator.templatepane.Tile
-
Property Summary
PropertiesTypePropertyDescriptionfinal javafx.beans.property.DoublePropertyfinal javafx.beans.property.DoublePropertyfinal javafx.beans.property.DoublePropertyfinal javafx.beans.property.ObjectProperty<javafx.scene.Node>final javafx.beans.property.BooleanPropertyfinal javafx.beans.property.DoublePropertyfinal javafx.beans.property.DoublePropertyfinal javafx.beans.property.DoubleProperty -
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal doubleGets the value of the property height.final doubleGets the value of the property layoutX.final doubleGets the value of the property layoutY.final javafx.scene.NodegetNode()Gets the value of the property node.final TemplatePane.Positionfinal TemplatePanefinal Tile.TileTransitionfinal VisibilityPolicyfinal doublegetWidth()Gets the value of the property width.final doubleGets the value of the property xOffset.final doubleGets the value of the property yOffset.final javafx.beans.property.DoublePropertyfinal booleanGets the value of the property visible.final javafx.beans.property.DoublePropertyfinal javafx.beans.property.DoublePropertyfinal javafx.beans.property.ObjectProperty<javafx.scene.Node>doubleprefHeight(double width) doubleprefWidth(double height) voidresize(double x, double y, double w, double h) final voidsetHeight(double height) Sets the value of the property height.final voidsetLayoutX(double layoutX) Sets the value of the property layoutX.final voidsetLayoutY(double layoutY) Sets the value of the property layoutY.final voidsetNode(javafx.scene.Node node) Sets the value of the property node.final voidsetTransition(Tile.TileTransition tileTransition) final voidsetVisibility(VisibilityPolicy visibilityPolicy) final voidsetVisible(boolean visible) Sets the value of the property visible.final voidsetWidth(double width) Sets the value of the property width.final voidsetXOffset(double xOffset) Sets the value of the property xOffset.final voidsetYOffset(double yOffset) Sets the value of the property yOffset.final javafx.beans.property.BooleanPropertyfinal javafx.beans.property.DoublePropertyfinal javafx.beans.property.DoublePropertyfinal 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()- See Also:
-
getXOffset
public final double getXOffset()Gets the value of the property xOffset.- Property description:
-
setXOffset
public final void setXOffset(double xOffset) Sets the value of the property xOffset.- Property description:
-
yOffsetProperty
public final javafx.beans.property.DoubleProperty yOffsetProperty()- See Also:
-
getYOffset
public final double getYOffset()Gets the value of the property yOffset.- Property description:
-
setYOffset
public final void setYOffset(double yOffset) Sets the value of the property yOffset.- Property description:
-
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()- See Also:
-
getNode
public final javafx.scene.Node getNode()Gets the value of the property node.- Property description:
-
setNode
public final void setNode(javafx.scene.Node node) Sets the value of the property node.- Property description:
-
visibleProperty
public final javafx.beans.property.BooleanProperty visibleProperty()- See Also:
-
isVisible
public final boolean isVisible()Gets the value of the property visible.- Property description:
-
setVisible
public final void setVisible(boolean visible) Sets the value of the property visible.- Property description:
-
layoutXProperty
public final javafx.beans.property.DoubleProperty layoutXProperty()- See Also:
-
getLayoutX
public final double getLayoutX()Gets the value of the property layoutX.- Property description:
-
setLayoutX
public final void setLayoutX(double layoutX) Sets the value of the property layoutX.- Property description:
-
layoutYProperty
public final javafx.beans.property.DoubleProperty layoutYProperty()- See Also:
-
getLayoutY
public final double getLayoutY()Gets the value of the property layoutY.- Property description:
-
setLayoutY
public final void setLayoutY(double layoutY) Sets the value of the property layoutY.- Property description:
-
widthProperty
public final javafx.beans.property.DoubleProperty widthProperty()- See Also:
-
getWidth
public final double getWidth()Gets the value of the property width.- Property description:
-
setWidth
public final void setWidth(double width) Sets the value of the property width.- Property description:
-
heightProperty
public final javafx.beans.property.DoubleProperty heightProperty()- See Also:
-
getHeight
public final double getHeight()Gets the value of the property height.- Property description:
-
setHeight
public final void setHeight(double height) Sets the value of the property height.- Property description:
-