Uses of Enum Class
org.jhotdraw8.css.value.CssDefaulting
Packages that use CssDefaulting
-
Uses of CssDefaulting in org.jhotdraw8.css.value
Methods in org.jhotdraw8.css.value that return CssDefaultingModifier and TypeMethodDescriptionCssDefaultableValue.getDefaulting()static CssDefaultingReturns the enum constant of this class with the specified name.static CssDefaulting[]CssDefaulting.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jhotdraw8.css.value with parameters of type CssDefaultingModifierConstructorDescriptionCssDefaultableValue(@NonNull CssDefaulting defaulting) CssDefaultableValue(@Nullable CssDefaulting defaulting, @Nullable T value)