-
Methods in omix.plugin.diagram.writable with parameters of type AbstractBioNodeItem
Modifier and Type |
Method |
Description |
FluxEdgeItem |
Diagram.createCofactorEdge(AbstractBioNodeItem src,
AbstractBioNodeItem dst,
double coefficient,
List<? extends AbstractCurvePoint> points) |
Creates a new cofactor edge between a source and destination node.
|
default FluxEdgeItem |
Diagram.createCofactorEdge(AbstractBioNodeItem src,
AbstractBioNodeItem dst,
double coefficient,
AbstractCurvePoint... points) |
|
default FluxEdgeItem |
Diagram.createCofactorEdge(AbstractBioNodeItem src,
AbstractBioNodeItem dst,
List<? extends AbstractCurvePoint> points) |
|
default FluxEdgeItem |
Diagram.createCofactorEdge(AbstractBioNodeItem src,
AbstractBioNodeItem dst,
AbstractCurvePoint... points) |
|
LinkEdgeItem |
Diagram.createCofactorEdge(AbstractBioNodeItem src,
LinkItem dst,
double coefficient,
List<? extends AbstractCurvePoint> points) |
Creates a new link edge with flux edge appearance between a source node and a link.
|
default LinkEdgeItem |
Diagram.createCofactorEdge(AbstractBioNodeItem src,
LinkItem dst,
double coefficient,
AbstractCurvePoint... points) |
Creates a new link edge with flux edge appearance between a source node and a link.
|
default LinkEdgeItem |
Diagram.createCofactorEdge(AbstractBioNodeItem src,
LinkItem dst,
List<? extends AbstractCurvePoint> points) |
Creates a new link edge with flux edge appearance between a source node and a link.
|
default LinkEdgeItem |
Diagram.createCofactorEdge(AbstractBioNodeItem src,
LinkItem dst,
AbstractCurvePoint... points) |
Creates a new link edge with flux edge appearance between a source node and a link.
|
LinkEdgeItem |
Diagram.createCofactorEdge(LinkItem src,
AbstractBioNodeItem dst,
double coefficient,
List<? extends AbstractCurvePoint> points) |
Creates a new link edge with flux edge appearance between a link and destination node.
|
default LinkEdgeItem |
Diagram.createCofactorEdge(LinkItem src,
AbstractBioNodeItem dst,
double coefficient,
AbstractCurvePoint... points) |
Creates a new link edge with flux edge appearance between a link and destination node.
|
default LinkEdgeItem |
Diagram.createCofactorEdge(LinkItem src,
AbstractBioNodeItem dst,
List<? extends AbstractCurvePoint> points) |
Creates a new link edge with flux edge appearance between a link and destination node.
|
default LinkEdgeItem |
Diagram.createCofactorEdge(LinkItem src,
AbstractBioNodeItem dst,
AbstractCurvePoint... points) |
Creates a new link edge with flux edge appearance between a link and destination node.
|
FluxEdgeItem |
Diagram.createFluxEdge(AbstractBioNodeItem src,
AbstractBioNodeItem dst,
double coefficient,
List<? extends AbstractCurvePoint> points) |
Creates a new flux edge between a source and destination node.
|
default FluxEdgeItem |
Diagram.createFluxEdge(AbstractBioNodeItem src,
AbstractBioNodeItem dst,
double coefficient,
AbstractCurvePoint... points) |
Creates a new flux edge between a source and destination node.
|
default FluxEdgeItem |
Diagram.createFluxEdge(AbstractBioNodeItem src,
AbstractBioNodeItem dst,
List<? extends AbstractCurvePoint> points) |
|
default FluxEdgeItem |
Diagram.createFluxEdge(AbstractBioNodeItem src,
AbstractBioNodeItem dst,
AbstractCurvePoint... points) |
Creates a new flux edge between a source and destination node.
|
LinkEdgeItem |
Diagram.createFluxEdge(AbstractBioNodeItem src,
LinkItem dst,
double coefficient,
List<? extends AbstractCurvePoint> points) |
Creates a new link edge with flux edge appearance between a source node and a link.
|
default LinkEdgeItem |
Diagram.createFluxEdge(AbstractBioNodeItem src,
LinkItem dst,
double coefficient,
AbstractCurvePoint... points) |
Creates a new link edge with flux edge appearance between a source node and a link.
|
default LinkEdgeItem |
Diagram.createFluxEdge(AbstractBioNodeItem src,
LinkItem dst,
List<? extends AbstractCurvePoint> points) |
Creates a new link edge with flux edge appearance between a source node and a link.
|
default LinkEdgeItem |
Diagram.createFluxEdge(AbstractBioNodeItem src,
LinkItem dst,
AbstractCurvePoint... points) |
Creates a new link edge with flux edge appearance between a source node and a link.
|
LinkEdgeItem |
Diagram.createFluxEdge(LinkItem src,
AbstractBioNodeItem dst,
double coefficient,
List<? extends AbstractCurvePoint> points) |
Creates a new link edge with flux edge appearance between a link and destination node.
|
default LinkEdgeItem |
Diagram.createFluxEdge(LinkItem src,
AbstractBioNodeItem dst,
double coefficient,
AbstractCurvePoint... points) |
Creates a new link edge with flux edge appearance between a link and destination node.
|
default LinkEdgeItem |
Diagram.createFluxEdge(LinkItem src,
AbstractBioNodeItem dst,
List<? extends AbstractCurvePoint> points) |
Creates a new link edge with flux edge appearance between a link and destination node.
|
default LinkEdgeItem |
Diagram.createFluxEdge(LinkItem src,
AbstractBioNodeItem dst,
AbstractCurvePoint... points) |
Creates a new link edge with flux edge appearance between a link and destination node.
|
FluxEdgeItem |
Diagram.createFluxEdgeItem(FluxEdge edge,
AbstractBioNodeItem src,
AbstractBioNodeItem dst,
List<? extends AbstractCurvePoint> points) |
|
default FluxEdgeItem |
Diagram.createFluxEdgeItem(FluxEdge edge,
AbstractBioNodeItem src,
AbstractBioNodeItem dst,
AbstractCurvePoint... points) |
|
-