Uses of Class
org.praxislive.project.GraphElement.Component
-
Uses of GraphElement.Component in org.praxislive.project
Subclasses of GraphElement.Component in org.praxislive.projectMethods in org.praxislive.project that return GraphElement.ComponentModifier and TypeMethodDescriptionGraphBuilder.Component.build()Build a component element from this builder.Methods in org.praxislive.project that return types with arguments of type GraphElement.ComponentModifier and TypeMethodDescriptionGraphBuilder.Base.children()Immutable snapshot of children.GraphElement.Component.children()Immutable ordered map of child component elements by ID.Methods in org.praxislive.project with parameters of type GraphElement.ComponentModifier and TypeMethodDescriptionGraphBuilder.Base.child(String id, GraphElement.Component child) Add a child component element.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 GraphElement.ComponentModifier and TypeMethodDescriptionGraphBuilder.Base.transformChildren(Function<Stream<Map.Entry<String, GraphElement.Component>>, List<Map.Entry<String, GraphElement.Component>>> transform) Transform the existing children.GraphBuilder.Base.transformChildren(Function<Stream<Map.Entry<String, GraphElement.Component>>, List<Map.Entry<String, GraphElement.Component>>> transform) Transform the existing children.