Interface PercentageValue
- All Known Implementing Classes:
AnimatedPercentage, Percentage
public interface PercentageValue
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable PercentageValuederive(@Nullable PercentageValue current, @Nullable PercentageValue other) floatget(@NotNull MeasureContext context) @NotNull PercentageValuemultiply(@NotNull PercentageValue other)
-
Method Details
-
derive
@Nullable static @Nullable PercentageValue derive(@Nullable @Nullable PercentageValue current, @Nullable @Nullable PercentageValue other) -
get
-
multiply
-