Uses of Class
org.praxislive.project.GraphBuilder.Component
-
Uses of GraphBuilder.Component in org.praxislive.project
Methods in org.praxislive.project that return GraphBuilder.ComponentModifier and TypeMethodDescriptionstatic GraphBuilder.ComponentGraphBuilder.component(org.praxislive.core.ComponentType type) Create a component element builder for the provided component type.static GraphBuilder.ComponentGraphBuilder.component(GraphElement.Component component) Create a component element builder initialized with the type and sub-elements of the provided component element.Method parameters in org.praxislive.project with type arguments of type GraphBuilder.ComponentModifier and TypeMethodDescriptionGraphBuilder.Base.child(String id, org.praxislive.core.ComponentType type, Consumer<GraphBuilder.Component> constructor) Add a child of the given type, configured by the passed in builder consumer.