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.OrientationReturns 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 LXViewLXView.create(LXModel model, String viewSelector, LXView.Normalization normalization, LXView.Orientation orientation) Constructs a view of the given model objectstatic LXViewLXView.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