Uses of Enum Class
heronarts.lx.model.LXView.Orientation
Packages that use LXView.Orientation
Package
Description
Geometry models, points and fixtures.
-
Uses of LXView.Orientation in heronarts.lx.model
Methods in heronarts.lx.model that return LXView.OrientationModifier and TypeMethodDescriptionstatic LXView.Orientation
Returns the enum constant of this class with the specified name.static LXView.Orientation[]
LXView.Orientation.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.OrientationModifier and TypeMethodDescriptionstatic LXView
LXView.create
(LXModel model, String viewSelector, LXView.Normalization normalization, LXView.Orientation orientation) Constructs a view of the given model objectstatic LXView
LXView.create
(LXModel model, String viewSelector, LXView.Normalization normalization, LXView.Orientation orientation, LXViewDefinition viewDefinition) Constructs a view of the given model object -
Uses of LXView.Orientation in heronarts.lx.structure.view
Fields in heronarts.lx.structure.view with type parameters of type LXView.OrientationModifier and TypeFieldDescriptionfinal EnumParameter
<LXView.Orientation> LXViewDefinition.orientation