Uses of Class
heronarts.lx.structure.view.LXViewDefinition
Packages that use LXViewDefinition
Package
Description
Geometry models, points and fixtures.
-
Uses of LXViewDefinition in heronarts.lx.clipboard
Constructors in heronarts.lx.clipboard with parameters of type LXViewDefinition -
Uses of LXViewDefinition in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXViewDefinitionModifierConstructorDescriptionMoveView(LXViewDefinition view, int toIndex) RemoveView(LXViewDefinition view) -
Uses of LXViewDefinition in heronarts.lx.model
Methods in heronarts.lx.model with parameters of type LXViewDefinitionModifier and TypeMethodDescriptionstatic LXViewLXView.create(LXModel model, String viewSelector, LXView.Normalization normalization, LXView.Orientation orientation, LXViewDefinition viewDefinition) Constructs a view of the given model object -
Uses of LXViewDefinition in heronarts.lx.structure
Methods in heronarts.lx.structure that return types with arguments of type LXViewDefinition -
Uses of LXViewDefinition in heronarts.lx.structure.view
Fields in heronarts.lx.structure.view with type parameters of type LXViewDefinitionMethods in heronarts.lx.structure.view that return LXViewDefinitionModifier and TypeMethodDescriptionLXViewEngine.addView()Add a new, uninitialized viewLXViewEngine.addView(JsonObject viewObj, int index) Adds a view at the given indexMethods in heronarts.lx.structure.view that return types with arguments of type LXViewDefinitionMethods in heronarts.lx.structure.view with parameters of type LXViewDefinitionModifier and TypeMethodDescriptionLXViewEngine.moveView(LXViewDefinition view, int index) Moves a saved view to a different position in the listLXViewEngine.removeView(LXViewDefinition view) Removes a view from the view engine's listvoidLXViewEngine.Listener.viewAdded(LXViewEngine viewEngine, LXViewDefinition view) voidLXViewEngine.Listener.viewMoved(LXViewEngine viewEngine, LXViewDefinition view) voidLXViewEngine.Listener.viewRemoved(LXViewEngine viewEngine, LXViewDefinition view)