Interface DefaultableFigure

All Superinterfaces:
Figure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>

public interface DefaultableFigure extends Figure
  • Method Details

    • getDefaultableStyled

      default <T> @Nullable T getDefaultableStyled(DefaultableStyleableMapAccessor<T> key)
      Returns the styled value.
      Type Parameters:
      T - The value type
      Parameters:
      key - The property key
      Returns:
      The styled value.
    • getDefaultableStyled

      default <T> @Nullable T getDefaultableStyled(javafx.css.StyleOrigin origin, DefaultableStyleableMapAccessor<T> key)
    • getDefaultableStyledNonNull

      default <T> T getDefaultableStyledNonNull(DefaultableStyleableMapAccessor<T> key)
      Returns the styled value.
      Type Parameters:
      T - The value type
      Parameters:
      key - The property key
      Returns:
      The styled value.