Uses of Enum Class
heronarts.lx.model.LXView.Normalization
Packages that use LXView.Normalization
Package
Description
Geometry models, points and fixtures.
-
Uses of LXView.Normalization in heronarts.lx.model
Methods in heronarts.lx.model that return LXView.NormalizationModifier and TypeMethodDescriptionstatic LXView.Normalization
Returns the enum constant of this class with the specified name.static LXView.Normalization[]
LXView.Normalization.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in heronarts.lx.model with parameters of type LXView.NormalizationModifier and TypeMethodDescriptionstatic LXView
LXView.create
(LXModel model, String viewSelector, LXView.Normalization normalization) Constructs a view of the given model object -
Uses of LXView.Normalization in heronarts.lx.structure.view
Fields in heronarts.lx.structure.view with type parameters of type LXView.Normalization