- java.lang.Object
-
- com.github.weisj.jsvg.attributes.value.ConstantFloatList
-
- All Implemented Interfaces:
FloatListValue
public final class ConstantFloatList extends java.lang.Object implements FloatListValue
-
-
Field Summary
Fields Modifier and Type Field Description static @NotNull FloatListValue
EMPTY
private float @NotNull []
value
-
Constructor Summary
Constructors Constructor Description ConstantFloatList(float @NotNull [] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float @NotNull []
get(@NotNull MeasureContext context)
float[]
value()
-
-
-
Field Detail
-
EMPTY
@NotNull public static final @NotNull FloatListValue EMPTY
-
value
private final float @NotNull [] value
-
-
Method Detail
-
get
public float @NotNull [] get(@NotNull @NotNull MeasureContext context)
- Specified by:
get
in interfaceFloatListValue
-
value
public float[] value()
-
-