Uses of Interface
com.github.weisj.jsvg.attributes.value.Value
-
Packages that use Value Package Description com.github.weisj.jsvg.animation.value com.github.weisj.jsvg.attributes.value com.github.weisj.jsvg.geometry -
-
Uses of Value in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement Value Modifier and Type Class Description class
AnimatedPath
-
Uses of Value in com.github.weisj.jsvg.attributes.value
Classes in com.github.weisj.jsvg.attributes.value that implement Value Modifier and Type Class Description class
ConstantValue<T>
-
Uses of Value in com.github.weisj.jsvg.geometry
Fields in com.github.weisj.jsvg.geometry declared as Value Modifier and Type Field Description protected @NotNull Value<@NotNull T>
AWTSVGShape. shapeValue
Constructors in com.github.weisj.jsvg.geometry with parameters of type Value Constructor Description AWTSVGShape(@NotNull Value<@NotNull T> shapeValue)
AWTSVGShape(@NotNull Value<@NotNull T> shapeValue, double pathLength)
FillRuleAwareAWTSVGShape(@NotNull Value<java.awt.geom.Path2D> shape)
-