public static class JIPipeGraphCanvasUI.DisplayedSlotEdge extends Object implements Comparable<JIPipeGraphCanvasUI.DisplayedSlotEdge>
Constructor and Description |
---|
DisplayedSlotEdge(JIPipeDataSlot source,
JIPipeDataSlot target,
JIPipeGraphEdge edge) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JIPipeGraphCanvasUI.DisplayedSlotEdge o) |
JIPipeGraphEdge |
getEdge() |
int |
getMultiColorIndex() |
int |
getMultiColorMax() |
JIPipeDataSlot |
getSource() |
Point |
getSourceCenter() |
PointRange |
getSourcePoint() |
JIPipeGraphNodeUI |
getSourceUI() |
JIPipeDataSlot |
getTarget() |
Point |
getTargetCenter() |
PointRange |
getTargetPoint() |
JIPipeGraphNodeUI |
getTargetUI() |
int |
getUIManhattanDistance() |
boolean |
isHidden() |
void |
setHidden(boolean hidden) |
void |
setMultiColorIndex(int multiColorIndex) |
void |
setMultiColorMax(int multiColorMax) |
void |
setSourceCenter(Point sourceCenter) |
void |
setSourcePoint(PointRange sourcePoint) |
void |
setSourceUI(JIPipeGraphNodeUI sourceUI) |
void |
setTargetCenter(Point targetCenter) |
void |
setTargetPoint(PointRange targetPoint) |
void |
setTargetUI(JIPipeGraphNodeUI targetUI) |
public DisplayedSlotEdge(JIPipeDataSlot source, JIPipeDataSlot target, JIPipeGraphEdge edge)
public boolean isHidden()
public void setHidden(boolean hidden)
public int getMultiColorMax()
public void setMultiColorMax(int multiColorMax)
public Point getSourceCenter()
public void setSourceCenter(Point sourceCenter)
public Point getTargetCenter()
public void setTargetCenter(Point targetCenter)
public JIPipeGraphEdge getEdge()
public JIPipeDataSlot getSource()
public JIPipeDataSlot getTarget()
public int getMultiColorIndex()
public void setMultiColorIndex(int multiColorIndex)
public PointRange getSourcePoint()
public void setSourcePoint(PointRange sourcePoint)
public PointRange getTargetPoint()
public void setTargetPoint(PointRange targetPoint)
public JIPipeGraphNodeUI getSourceUI()
public void setSourceUI(JIPipeGraphNodeUI sourceUI)
public JIPipeGraphNodeUI getTargetUI()
public void setTargetUI(JIPipeGraphNodeUI targetUI)
public int getUIManhattanDistance()
public int compareTo(@NotNull JIPipeGraphCanvasUI.DisplayedSlotEdge o)
compareTo
in interface Comparable<JIPipeGraphCanvasUI.DisplayedSlotEdge>
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.