public class JIPipeGraphEdge
extends org.jgrapht.graph.DefaultEdge
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeGraphEdge.Shape
Available line shapes
|
static class |
JIPipeGraphEdge.Visibility |
Constructor and Description |
---|
JIPipeGraphEdge()
Initializes a new graph edge that cannot be disconnected by users
|
JIPipeGraphEdge(boolean userCanDisconnect)
Initializes a new graph edge
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraphEdge.Shape |
getUiShape() |
JIPipeGraphEdge.Visibility |
getUiVisibility() |
boolean |
isUserCanDisconnect() |
void |
setMetadataFrom(JIPipeGraphEdge other) |
void |
setUiShape(JIPipeGraphEdge.Shape uiShape) |
void |
setUiVisibility(JIPipeGraphEdge.Visibility uiVisibility) |
public JIPipeGraphEdge()
public JIPipeGraphEdge(boolean userCanDisconnect)
userCanDisconnect
- If a user is allowed to disconnect this edgepublic boolean isUserCanDisconnect()
public JIPipeGraphEdge.Shape getUiShape()
public void setUiShape(JIPipeGraphEdge.Shape uiShape)
public JIPipeGraphEdge.Visibility getUiVisibility()
public void setUiVisibility(JIPipeGraphEdge.Visibility uiVisibility)
public void setMetadataFrom(JIPipeGraphEdge other)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.