Skip to content

Package io.github.qishr.cascara.ui.theme

Class ThemableObject

java.lang.Object
        io.github.qishr.cascara.ui.theme.ThemeEngine.ThemableObject

Enclosing Class:
    io.github.qishr.cascara.ui.theme.ThemeEngine


public static class ThemableObject

Constructor Summary

Constructor Description
ThemableObject()

Method Summary

Modifier and Type Method Description
public static ThemableObject of(Scene scene)
public static ThemableObject of(Parent parent)
public ObservableList<String> getStylesheets()
public boolean equals(Object o)
public int hashCode()

Method Details

of

public static ThemableObject of(Scene scene)


of

public static ThemableObject of(Parent parent)


getStylesheets

public ObservableList<String> getStylesheets()


equals

public boolean equals(Object o)

Overrides:

Object


hashCode

public int hashCode()

Overrides:

Object