com.cosylab.vdct.graphics.objects
Interface OutLink

All Superinterfaces:
Linkable
All Known Implementing Classes:
Connector, EPICSFwdLink, EPICSInLink, EPICSLinkOut, EPICSLinkOutIn, EPICSOutLink, EPICSVarOutLink, Port, TemplateEPICSMacro

public interface OutLink
extends Linkable

Insert the type's description here. Creation date: (29.1.2001 17:50:31)

Author:
Matej Sekoranja

Field Summary
static int CONSTANT_PORT_MODE
           
static int EXTERNAL_INPUT_MODE
           
static int EXTERNAL_OUTPUT_MODE
           
static int INPUT_PORT_MODE
           
static int INVISIBLE_MODE
           
static int NORMAL_MODE
           
static int OUTPUT_PORT_MODE
           
 
Method Summary
 InLink getInput()
           
 int getLeftX()
           
 int getMode()
          Insert the method's description here.
 int getOutX()
          Insert the method's description here.
 int getOutY()
          Insert the method's description here.
 int getQueueCount()
          Insert the method's description here.
 int getRightX()
           
 boolean isRight()
           
 void setInput(InLink input)
          Insert the method's description here.
 void validateLink()
           
 
Methods inherited from interface com.cosylab.vdct.graphics.objects.Linkable
disconnect, getID, getLayerID, isConnectable, isDisconnected, setLayerID
 

Field Detail

NORMAL_MODE

static final int NORMAL_MODE
See Also:
Constant Field Values

INVISIBLE_MODE

static final int INVISIBLE_MODE
See Also:
Constant Field Values

EXTERNAL_OUTPUT_MODE

static final int EXTERNAL_OUTPUT_MODE
See Also:
Constant Field Values

EXTERNAL_INPUT_MODE

static final int EXTERNAL_INPUT_MODE
See Also:
Constant Field Values

CONSTANT_PORT_MODE

static final int CONSTANT_PORT_MODE
See Also:
Constant Field Values

INPUT_PORT_MODE

static final int INPUT_PORT_MODE
See Also:
Constant Field Values

OUTPUT_PORT_MODE

static final int OUTPUT_PORT_MODE
See Also:
Constant Field Values
Method Detail

getInput

InLink getInput()
Returns:
com.cosylab.vdct.graphics.objects.InLink

getOutX

int getOutX()
Insert the method's description here. Creation date: (29.1.2001 17:53:09)

Returns:
int

getOutY

int getOutY()
Insert the method's description here. Creation date: (29.1.2001 17:53:18)

Returns:
int

getQueueCount

int getQueueCount()
Insert the method's description here. Creation date: (30.1.2001 14:46:40)

Returns:
int

setInput

void setInput(InLink input)
Insert the method's description here. Creation date: (29.1.2001 17:53:59)


getMode

int getMode()
Insert the method's description here. Creation date: (29.1.2001 17:53:09)

Returns:
int

validateLink

void validateLink()

getLeftX

int getLeftX()

getRightX

int getRightX()

isRight

boolean isRight()