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

Field Summary
static int INPUT_MACRO_MODE
           
static int OUTPUT_MACRO_MODE
           
 
Method Summary
 int getInX()
          Insert the method's description here.
 int getInY()
          Insert the method's description here.
 int getLeftX()
           
 OutLink getOutput()
           
 int getRightX()
           
 boolean isRight()
           
 void setOutput(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.OutLink
prevOutput - com.cosylab.vdct.graphics.objects.OutLink

getLeftX

int getLeftX()

getRightX

int getRightX()

isRight

boolean isRight()