Uses of Interface
omix.plugin.diagram.writable.Comment
Package | Description |
---|---|
omix.plugin.diagram.writable |
-
Uses of Comment in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return Comment Modifier and Type Method Description Comment
Diagram. createDiagramComment()
Comment
Diagram. createItemComment(AbstractNodeItem item)
Comment
Diagram. createItemComment(CompartmentItem item)
Comment
Diagram. createItemComment(GraphicsBoxItem item)
Comment
Diagram. createItemComment(GraphicsPathItem item)
Comment
Diagram. createItemComment(PathwayItem item)
Comment
AbstractNodeItem. getComment(String identifier)
Comment
CompartmentItem. getComment(String identifier)
Comment
Diagram. getComment(String identifier)
Comment
GraphicsBoxItem. getComment(String identifier)
Comment
GraphicsPathItem. getComment(String identifier)
Comment
PathwayItem. getComment(String identifier)
Comment
Diagram. toWritable(Comment comment)
Methods in omix.plugin.diagram.writable that return types with arguments of type Comment Modifier and Type Method Description List<? extends Comment>
AbstractNodeItem. comments()
List<? extends Comment>
CompartmentItem. comments()
List<? extends Comment>
Diagram. comments()
List<? extends Comment>
GraphicsBoxItem. comments()
List<? extends Comment>
GraphicsPathItem. comments()
List<? extends Comment>
PathwayItem. comments()