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