Package kr.toxicity.library.dynamicuv
Class UVModelData.Builder
java.lang.Object
kr.toxicity.library.dynamicuv.UVModelData.Builder
- Enclosing class:
UVModelData
Builder for UVModelData.
-
Method Summary
Modifier and TypeMethodDescription@NotNull UVModelDatabuild()Builds the UVModelData.@NotNull it.unimi.dsi.fastutil.ints.IntListcolors()Gets the list of colors.@NotNull it.unimi.dsi.fastutil.booleans.BooleanListflags()Gets the list of flags.@NotNull it.unimi.dsi.fastutil.floats.FloatListfloats()Gets the list of floats.
-
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
Builds the UVModelData.- Returns:
- the UVModelData
-