Uses of Class
org.praxislive.project.GraphElement.Comment
-
Uses of GraphElement.Comment in org.praxislive.project
Methods in org.praxislive.project that return GraphElement.CommentModifier and TypeMethodDescriptionstatic GraphElement.CommentCreate a Comment element from the given text.Methods in org.praxislive.project that return types with arguments of type GraphElement.CommentModifier and TypeMethodDescriptionGraphBuilder.Base.comments()Immutable snapshot of comments.GraphElement.Component.comments()Immutable list of comment elements.Methods in org.praxislive.project with parameters of type GraphElement.CommentModifier and TypeMethodDescriptionGraphBuilder.Base.comment(GraphElement.Comment comment) Add a comment element.Method parameters in org.praxislive.project with type arguments of type GraphElement.CommentModifier and TypeMethodDescriptionGraphBuilder.Base.transformComments(Function<Stream<GraphElement.Comment>, List<GraphElement.Comment>> transform) Transform the existing comments.GraphBuilder.Base.transformComments(Function<Stream<GraphElement.Comment>, List<GraphElement.Comment>> transform) Transform the existing comments.