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 theheightproperty.final doubleGets the value of thelayoutXproperty.final doubleGets the value of thelayoutYproperty.final javafx.scene.NodegetNode()Gets the value of thenodeproperty.final TemplatePane.Positionfinal TemplatePanefinal Tile.TileTransitionfinal VisibilityPolicyfinal doublegetWidth()Gets the value of thewidthproperty.final doubleGets the value of thexOffsetproperty.final doubleGets the value of theyOffsetproperty.final javafx.beans.property.DoublePropertyfinal booleanGets the value of thevisibleproperty.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 theheightproperty.final voidsetLayoutX(double layoutX) Sets the value of thelayoutXproperty.final voidsetLayoutY(double layoutY) Sets the value of thelayoutYproperty.final voidsetNode(javafx.scene.Node node) Sets the value of thenodeproperty.final voidsetTransition(Tile.TileTransition tileTransition) final voidsetVisibility(VisibilityPolicy visibilityPolicy) final voidsetVisible(boolean visible) Sets the value of thevisibleproperty.final voidsetWidth(double width) Sets the value of thewidthproperty.final voidsetXOffset(double xOffset) Sets the value of thexOffsetproperty.final voidsetYOffset(double yOffset) Sets the value of theyOffsetproperty.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()- Returns:
- the
xOffsetproperty - See Also:
-
getXOffset
public final double getXOffset()Gets the value of thexOffsetproperty.- Property description:
- Returns:
- the value of the
xOffsetproperty - See Also:
-
setXOffset
public final void setXOffset(double xOffset) Sets the value of thexOffsetproperty.- Property description:
- Parameters:
xOffset- the value for thexOffsetproperty- See Also:
-
yOffsetProperty
public final javafx.beans.property.DoubleProperty yOffsetProperty()- Returns:
- the
yOffsetproperty - See Also:
-
getYOffset
public final double getYOffset()Gets the value of theyOffsetproperty.- Property description:
- Returns:
- the value of the
yOffsetproperty - See Also:
-
setYOffset
public final void setYOffset(double yOffset) Sets the value of theyOffsetproperty.- Property description:
- Parameters:
yOffset- the value for theyOffsetproperty- 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
nodeproperty - See Also:
-
getNode
public final javafx.scene.Node getNode()Gets the value of thenodeproperty.- Property description:
- Returns:
- the value of the
nodeproperty - See Also:
-
setNode
public final void setNode(javafx.scene.Node node) Sets the value of thenodeproperty.- Property description:
- Parameters:
node- the value for thenodeproperty- See Also:
-
visibleProperty
public final javafx.beans.property.BooleanProperty visibleProperty()- Returns:
- the
visibleproperty - See Also:
-
isVisible
public final boolean isVisible()Gets the value of thevisibleproperty.- Property description:
- Returns:
- the value of the
visibleproperty - See Also:
-
setVisible
public final void setVisible(boolean visible) Sets the value of thevisibleproperty.- Property description:
- Parameters:
visible- the value for thevisibleproperty- See Also:
-
layoutXProperty
public final javafx.beans.property.DoubleProperty layoutXProperty()- Returns:
- the
layoutXproperty - See Also:
-
getLayoutX
public final double getLayoutX()Gets the value of thelayoutXproperty.- Property description:
- Returns:
- the value of the
layoutXproperty - See Also:
-
setLayoutX
public final void setLayoutX(double layoutX) Sets the value of thelayoutXproperty.- Property description:
- Parameters:
layoutX- the value for thelayoutXproperty- See Also:
-
layoutYProperty
public final javafx.beans.property.DoubleProperty layoutYProperty()- Returns:
- the
layoutYproperty - See Also:
-
getLayoutY
public final double getLayoutY()Gets the value of thelayoutYproperty.- Property description:
- Returns:
- the value of the
layoutYproperty - See Also:
-
setLayoutY
public final void setLayoutY(double layoutY) Sets the value of thelayoutYproperty.- Property description:
- Parameters:
layoutY- the value for thelayoutYproperty- See Also:
-
widthProperty
public final javafx.beans.property.DoubleProperty widthProperty()- Returns:
- the
widthproperty - See Also:
-
getWidth
public final double getWidth()Gets the value of thewidthproperty.- Property description:
- Returns:
- the value of the
widthproperty - See Also:
-
setWidth
public final void setWidth(double width) Sets the value of thewidthproperty.- Property description:
- Parameters:
width- the value for thewidthproperty- See Also:
-
heightProperty
public final javafx.beans.property.DoubleProperty heightProperty()- Returns:
- the
heightproperty - See Also:
-
getHeight
public final double getHeight()Gets the value of theheightproperty.- Property description:
- Returns:
- the value of the
heightproperty - See Also:
-
setHeight
public final void setHeight(double height) Sets the value of theheightproperty.- Property description:
- Parameters:
height- the value for theheightproperty- See Also:
-