Uses of Class
org.praxislive.project.GraphElement.Command
-
Uses of GraphElement.Command in org.praxislive.project
Methods in org.praxislive.project that return GraphElement.CommandModifier and TypeMethodDescriptionstatic GraphElement.CommandCreate a Command element from the given script line.Methods in org.praxislive.project that return types with arguments of type GraphElement.CommandModifier and TypeMethodDescriptionGraphBuilder.Root.commands()Immutable snapshot of commands.GraphElement.Root.commands()Immutable list of commands.Methods in org.praxislive.project with parameters of type GraphElement.CommandModifier and TypeMethodDescriptionGraphBuilder.Root.command(GraphElement.Command command) Add a command element.Method parameters in org.praxislive.project with type arguments of type GraphElement.CommandModifier and TypeMethodDescriptionGraphBuilder.Root.transformCommands(Function<Stream<GraphElement.Command>, List<GraphElement.Command>> transform) Transform the existing commands.GraphBuilder.Root.transformCommands(Function<Stream<GraphElement.Command>, List<GraphElement.Command>> transform) Transform the existing commands.