Class ConstantFloatList
java.lang.Object
com.github.weisj.jsvg.attributes.value.ConstantFloatList
- All Implemented Interfaces:
FloatListValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull FloatListValueprivate final float @NotNull [] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat @NotNull []get(@NotNull MeasureContext context) float[]value()
-
Field Details
-
EMPTY
-
value
private final float @NotNull [] value
-
-
Constructor Details
-
ConstantFloatList
public ConstantFloatList(float @NotNull [] value)
-
-
Method Details
-
get
- Specified by:
getin interfaceFloatListValue
-
value
public float[] value()
-