Module com.github.weisj.jsvg
Interface PercentageValue
-
- All Known Implementing Classes:
AnimatedPercentage
,Percentage
public interface PercentageValue
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static @Nullable PercentageValue
derive(@Nullable PercentageValue current, @Nullable PercentageValue other)
float
get(@NotNull MeasureContext context)
@NotNull PercentageValue
multiply(@NotNull PercentageValue other)
-
-
-
Method Detail
-
derive
@Nullable static @Nullable PercentageValue derive(@Nullable @Nullable PercentageValue current, @Nullable @Nullable PercentageValue other)
-
get
float get(@NotNull @NotNull MeasureContext context)
-
multiply
@NotNull @NotNull PercentageValue multiply(@NotNull @NotNull PercentageValue other)
-
-