java.lang.Object
com.dlsc.gemsfx.incubator.templatepane.Tile

public class Tile extends Object
  • Property Details

  • Constructor Details

  • 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

      public final TemplatePane getTemplatePane()
    • setTransition

      public final void setTransition(Tile.TileTransition tileTransition)
    • getTransition

      public final Tile.TileTransition getTransition()
    • setVisibility

      public final void setVisibility(VisibilityPolicy visibilityPolicy)
    • getVisibility

      public final VisibilityPolicy getVisibility()
    • getPosition

      public final TemplatePane.Position 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: