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()
      Returns:
      the xOffset property
      See Also:
    • getXOffset

      public final double getXOffset()
      Gets the value of the xOffset property.
      Property description:
      Returns:
      the value of the xOffset property
      See Also:
    • setXOffset

      public final void setXOffset(double xOffset)
      Sets the value of the xOffset property.
      Property description:
      Parameters:
      xOffset - the value for the xOffset 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 the yOffset property.
      Property description:
      Returns:
      the value of the yOffset property
      See Also:
    • setYOffset

      public final void setYOffset(double yOffset)
      Sets the value of the yOffset property.
      Property description:
      Parameters:
      yOffset - the value for the yOffset property
      See Also:
    • 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()
      Returns:
      the node property
      See Also:
    • getNode

      public final javafx.scene.Node getNode()
      Gets the value of the node 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 the node property.
      Property description:
      Parameters:
      node - the value for the node 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 the visible property.
      Property description:
      Returns:
      the value of the visible property
      See Also:
    • setVisible

      public final void setVisible(boolean visible)
      Sets the value of the visible property.
      Property description:
      Parameters:
      visible - the value for the visible 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 the layoutX property.
      Property description:
      Returns:
      the value of the layoutX property
      See Also:
    • setLayoutX

      public final void setLayoutX(double layoutX)
      Sets the value of the layoutX property.
      Property description:
      Parameters:
      layoutX - the value for the layoutX 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 the layoutY property.
      Property description:
      Returns:
      the value of the layoutY property
      See Also:
    • setLayoutY

      public final void setLayoutY(double layoutY)
      Sets the value of the layoutY property.
      Property description:
      Parameters:
      layoutY - the value for the layoutY 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 the width property.
      Property description:
      Returns:
      the value of the width property
      See Also:
    • setWidth

      public final void setWidth(double width)
      Sets the value of the width property.
      Property description:
      Parameters:
      width - the value for the width 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 the height property.
      Property description:
      Returns:
      the value of the height property
      See Also:
    • setHeight

      public final void setHeight(double height)
      Sets the value of the height property.
      Property description:
      Parameters:
      height - the value for the height property
      See Also: