Class UVModelData.Builder

java.lang.Object
kr.toxicity.library.dynamicuv.UVModelData.Builder
Enclosing class:
UVModelData

public static final class UVModelData.Builder extends Object
Builder for UVModelData.
  • Method Details

    • floats

      @NotNull public @NotNull it.unimi.dsi.fastutil.floats.FloatList floats()
      Gets the list of floats.
      Returns:
      the list of floats
    • flags

      @NotNull public @NotNull it.unimi.dsi.fastutil.booleans.BooleanList flags()
      Gets the list of flags.
      Returns:
      the list of flags
    • colors

      @NotNull public @NotNull it.unimi.dsi.fastutil.ints.IntList colors()
      Gets the list of colors.
      Returns:
      the list of colors
    • build

      @NotNull public @NotNull UVModelData build()
      Builds the UVModelData.
      Returns:
      the UVModelData