public class JIPipeGraphEdge
extends org.jgrapht.graph.DefaultEdge
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeGraphEdge.Shape
Available line shapes
|
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() |
boolean |
isUiHidden()
Determines if the edge should be shown in UI
|
boolean |
isUserCanDisconnect() |
void |
setMetadataFrom(JIPipeGraphEdge other) |
void |
setUiHidden(boolean uiHidden) |
void |
setUiShape(JIPipeGraphEdge.Shape uiShape) |
public JIPipeGraphEdge()
public JIPipeGraphEdge(boolean userCanDisconnect)
userCanDisconnect
- If a user is allowed to disconnect this edgepublic boolean isUserCanDisconnect()
public boolean isUiHidden()
public void setUiHidden(boolean uiHidden)
public JIPipeGraphEdge.Shape getUiShape()
public void setUiShape(JIPipeGraphEdge.Shape uiShape)
public void setMetadataFrom(JIPipeGraphEdge other)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.