Uses of Interface
wtf.choco.arrows.api.property.ArrowPropertyValue
| Package | Description |
|---|---|
| wtf.choco.arrows.api.property |
-
Uses of ArrowPropertyValue in wtf.choco.arrows.api.property
Classes in wtf.choco.arrows.api.property that implement ArrowPropertyValue Modifier and Type Class Description classDynamicArrowPropertyValueRepresents anArrowPropertyValuethat gets recomputed every time it is fetched.classSimpleArrowPropertyRepresents anArrowPropertyValuewith a fixed value.Methods in wtf.choco.arrows.api.property that return ArrowPropertyValue Modifier and Type Method Description @NotNull ArrowPropertyValuePropertyMap. getProperty(@NotNull ArrowProperty property)Get the value of the specified property.@NotNull ArrowPropertyValuePropertyMap. getProperty(@NotNull ArrowProperty property, @Nullable Object defaultValue)Get the value of the specified property.