Class ConstantFloatList

java.lang.Object
com.github.weisj.jsvg.attributes.value.ConstantFloatList
All Implemented Interfaces:
FloatListValue

public final class ConstantFloatList extends Object implements FloatListValue
  • Field Details

    • EMPTY

      @NotNull public static final @NotNull FloatListValue EMPTY
    • value

      private final float @NotNull [] value
  • Constructor Details

    • ConstantFloatList

      public ConstantFloatList(float @NotNull [] value)
  • Method Details

    • get

      public float @NotNull [] get(@NotNull @NotNull MeasureContext context)
      Specified by:
      get in interface FloatListValue
    • value

      public float[] value()