Uses of Class
heronarts.lx.model.LXView
Packages that use LXView
Package
Description
Geometry models, points and fixtures.
-
Uses of LXView in heronarts.lx.model
Subclasses of LXView in heronarts.lx.modelFields in heronarts.lx.model declared as LXViewModifier and TypeFieldDescriptionLXModel.cueView
Helper field set to signal to the UI that a view derived from this model has the CUE flag active.Methods in heronarts.lx.model that return LXViewModifier 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 in heronarts.lx.structure.view
Methods in heronarts.lx.structure.view that return LXView