Uses of Class
org.praxislive.project.GraphElement.Property
-
Uses of GraphElement.Property in org.praxislive.project
Methods in org.praxislive.project that return GraphElement.PropertyModifier and TypeMethodDescriptionstatic GraphElement.PropertyGraphElement.property(org.praxislive.core.Value value) Create a property element of the given value.Methods in org.praxislive.project that return types with arguments of type GraphElement.PropertyModifier and TypeMethodDescriptionGraphBuilder.Base.properties()Immutable snapshot of properties.GraphElement.Component.properties()Immutable ordered map of property elements by ID.Methods in org.praxislive.project with parameters of type GraphElement.PropertyModifier and TypeMethodDescriptionGraphBuilder.Base.property(String id, GraphElement.Property property) Add a property element.GraphBuilder.Root.property(String id, GraphElement.Property property) Method parameters in org.praxislive.project with type arguments of type GraphElement.PropertyModifier and TypeMethodDescriptionGraphBuilder.Base.transformProperties(Function<Stream<Map.Entry<String, GraphElement.Property>>, List<Map.Entry<String, GraphElement.Property>>> transform) Transform the existing properties.GraphBuilder.Base.transformProperties(Function<Stream<Map.Entry<String, GraphElement.Property>>, List<Map.Entry<String, GraphElement.Property>>> transform) Transform the existing properties.