Uses of Class
com.github.weisj.jsvg.attributes.transform.TransformPart.TransformType
-
Packages that use TransformPart.TransformType Package Description com.github.weisj.jsvg.attributes.transform com.github.weisj.jsvg.nodes.animation com.github.weisj.jsvg.parser.impl -
-
Uses of TransformPart.TransformType in com.github.weisj.jsvg.attributes.transform
Fields in com.github.weisj.jsvg.attributes.transform declared as TransformPart.TransformType Modifier and Type Field Description private TransformPart.TransformType
TransformPart. type
Methods in com.github.weisj.jsvg.attributes.transform that return TransformPart.TransformType Modifier and Type Method Description (package private) TransformPart.TransformType
TransformPart.TransformType. interpolationType()
static TransformPart.TransformType
TransformPart.TransformType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TransformPart.TransformType[]
TransformPart.TransformType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.attributes.transform with parameters of type TransformPart.TransformType Modifier and Type Method Description static @NotNull TransformPart
TransformPart. identityOfType(@NotNull TransformPart.TransformType type)
Constructors in com.github.weisj.jsvg.attributes.transform with parameters of type TransformPart.TransformType Constructor Description TransformPart(TransformPart.TransformType type, @NotNull Length @NotNull [] values)
-
Uses of TransformPart.TransformType in com.github.weisj.jsvg.nodes.animation
Fields in com.github.weisj.jsvg.nodes.animation declared as TransformPart.TransformType Modifier and Type Field Description private TransformPart.TransformType
AnimateTransform. type
-
Uses of TransformPart.TransformType in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type TransformPart.TransformType Modifier and Type Method Description private Length @Nullable []
AttributeParser. parseTransformLengths(@NotNull TransformPart.TransformType type, @NotNull java.lang.String @NotNull [] values)
@Nullable TransformPart
AttributeParser. parseTransformPart(TransformPart.TransformType type, @NotNull java.lang.String value)
-