Uses of Interface
omix.plugin.motifstamp.writable.GraphicsNode
Package | Description |
---|---|
omix.plugin.motifstamp.writable |
-
Uses of GraphicsNode in omix.plugin.motifstamp.writable
Methods in omix.plugin.motifstamp.writable that return GraphicsNode Modifier and Type Method Description default GraphicsNode
MotifStamp. createGraphicsNode()
GraphicsNode
MotifStamp. createGraphicsNode(String identifier)
Methods in omix.plugin.motifstamp.writable that return types with arguments of type GraphicsNode Modifier and Type Method Description List<? extends GraphicsNode>
MotifStamp. graphicsNodes()
Methods in omix.plugin.motifstamp.writable with parameters of type GraphicsNode Modifier and Type Method Description GraphicsEdge
MotifStamp. createGraphicsEdgeFrom(GraphicsNode src, List<AbstractCurvePoint> points)
default GraphicsEdge
MotifStamp. createGraphicsEdgeFrom(GraphicsNode src, AbstractCurvePoint... points)
GraphicsEdge
MotifStamp. createGraphicsEdgeTo(GraphicsNode src, List<AbstractCurvePoint> points)
default GraphicsEdge
MotifStamp. createGraphicsEdgeTo(GraphicsNode dst, AbstractCurvePoint... points)