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
-
-
Field Summary
Fields Modifier and Type Field Description static intINPUT_MACRO_MODEstatic intOUTPUT_MACRO_MODE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInX()Insert the method's description here.intgetInY()Insert the method's description here.intgetLeftX()OutLinkgetOutput()intgetRightX()booleanisRight()voidsetOutput(OutLink output, OutLink prevOutput)-
Methods inherited from interface com.cosylab.vdct.graphics.objects.Linkable
disconnect, getID, getLayerID, isConnectable, isDisconnected, setLayerID
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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()
- Returns:
- int
-
getRightX
int getRightX()
- Returns:
- int
-
isRight
boolean isRight()
- Returns:
- boolean
-
-