public class JIPipeDesktopGraphNodeUISlotActiveArea extends JIPipeDesktopGraphNodeUIActiveArea
Constructor and Description |
---|
JIPipeDesktopGraphNodeUISlotActiveArea(JIPipeDesktopGraphNodeUI nodeUI,
JIPipeSlotType slotType,
String slotName,
JIPipeDataSlot slot) |
Modifier and Type | Method and Description |
---|---|
Image |
getIcon() |
Rectangle |
getLastFillRect() |
Point |
getNativeLocation() |
double |
getNativeWidth() |
JIPipeDataSlot |
getSlot() |
String |
getSlotLabel() |
String |
getSlotName() |
JIPipeDesktopGraphNodeUI.SlotStatus |
getSlotStatus() |
JIPipeSlotType |
getSlotType() |
boolean |
isInput() |
boolean |
isOutput() |
boolean |
isSlotLabelIsCustom() |
void |
setIcon(Image icon) |
void |
setLastFillRect(Rectangle lastFillRect) |
void |
setNativeLocation(Point nativeLocation) |
void |
setNativeWidth(double nativeWidth) |
void |
setSlotLabel(String slotLabel) |
void |
setSlotLabelIsCustom(boolean slotLabelIsCustom) |
void |
setSlotStatus(JIPipeDesktopGraphNodeUI.SlotStatus slotStatus) |
String |
toString() |
compareTo, getNodeUI, getPriority, getZoomedHitArea, getZoomedHitAreaCenter, setZoomedHitArea
public JIPipeDesktopGraphNodeUISlotActiveArea(JIPipeDesktopGraphNodeUI nodeUI, JIPipeSlotType slotType, String slotName, JIPipeDataSlot slot)
public JIPipeSlotType getSlotType()
public String getSlotLabel()
public void setSlotLabel(String slotLabel)
public String getSlotName()
public JIPipeDesktopGraphNodeUI.SlotStatus getSlotStatus()
public void setSlotStatus(JIPipeDesktopGraphNodeUI.SlotStatus slotStatus)
public boolean isSlotLabelIsCustom()
public void setSlotLabelIsCustom(boolean slotLabelIsCustom)
public double getNativeWidth()
public void setNativeWidth(double nativeWidth)
public Image getIcon()
public void setIcon(Image icon)
public Point getNativeLocation()
public void setNativeLocation(Point nativeLocation)
public JIPipeDataSlot getSlot()
public boolean isInput()
public boolean isOutput()
public Rectangle getLastFillRect()
public void setLastFillRect(Rectangle lastFillRect)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.