Package | Description |
---|---|
org.hkijena.jipipe.api.nodes | |
org.hkijena.jipipe.desktop.app.grapheditor.commons |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphEdge.Shape |
JIPipeGraphEdge.getUiShape() |
static JIPipeGraphEdge.Shape |
JIPipeGraphEdge.Shape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeGraphEdge.Shape[] |
JIPipeGraphEdge.Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphEdge.setUiShape(JIPipeGraphEdge.Shape uiShape) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopGraphCanvasUI.paintEdge(Graphics2D g,
Point sourcePoint,
Rectangle sourceBounds,
Point targetPoint,
JIPipeGraphEdge.Shape shape,
double scale,
int viewX,
int viewY,
boolean enableArrows)
Draws an edge between source point and the target point
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.