com.cosylab.vdct.graphics.objects
Interface InLink
- All Superinterfaces:
- Linkable
- All Known Subinterfaces:
- MultiInLink
- All Known Implementing Classes:
- Connector, EPICSFwdLink, EPICSInLink, EPICSLinkOutIn, EPICSOutLink, EPICSVarLink, EPICSVarOutLink, Macro, Record, TemplateEPICSMacro, TemplateEPICSPort
public interface InLink
- extends Linkable
Insert the type's description here.
Creation date: (29.1.2001 17:50:12)
- Author:
- Matej Sekoranja
INPUT_MACRO_MODE
static final int INPUT_MACRO_MODE
- See Also:
- Constant Field Values
OUTPUT_MACRO_MODE
static final int OUTPUT_MACRO_MODE
- See Also:
- Constant Field Values
getInX
int getInX()
- Insert the method's description here.
Creation date: (29.1.2001 17:55:10)
- Returns:
- int
getInY
int getInY()
- Insert the method's description here.
Creation date: (29.1.2001 17:55:21)
- Returns:
- int
getOutput
OutLink getOutput()
- Returns:
- com.cosylab.vdct.graphics.objects.OutLink
setOutput
void setOutput(OutLink output,
OutLink prevOutput)
- Parameters:
output
- com.cosylab.vdct.graphics.objects.OutLinkprevOutput
- com.cosylab.vdct.graphics.objects.OutLink
getLeftX
int getLeftX()
getRightX
int getRightX()
isRight
boolean isRight()