- java.lang.Object
-
- com.github.weisj.jsvg.animation.value.NeutralElements
-
public final class NeutralElements extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static @NotNull FloatListValue
NEUTRAL_FLOAT_LIST
static @NotNull LengthValue
NEUTRAL_LENGTH
static @NotNull PercentageValue
NEUTRAL_PERCENTAGE
static @NotNull TransformValue
NEUTRAL_TRANSFORM
-
Constructor Summary
Constructors Modifier Constructor Description private
NeutralElements()
-
-
-
Field Detail
-
NEUTRAL_LENGTH
@NotNull public static final @NotNull LengthValue NEUTRAL_LENGTH
-
NEUTRAL_PERCENTAGE
@NotNull public static final @NotNull PercentageValue NEUTRAL_PERCENTAGE
-
NEUTRAL_TRANSFORM
@NotNull public static final @NotNull TransformValue NEUTRAL_TRANSFORM
-
NEUTRAL_FLOAT_LIST
@NotNull public static final @NotNull FloatListValue NEUTRAL_FLOAT_LIST
-
-