|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutLink
Insert the type's description here. Creation date: (29.1.2001 17:50:31)
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 |
---|
static final int NORMAL_MODE
static final int INVISIBLE_MODE
static final int EXTERNAL_OUTPUT_MODE
static final int EXTERNAL_INPUT_MODE
static final int CONSTANT_PORT_MODE
static final int INPUT_PORT_MODE
static final int OUTPUT_PORT_MODE
Method Detail |
---|
InLink getInput()
int getOutX()
int getOutY()
int getQueueCount()
void setInput(InLink input)
int getMode()
void validateLink()
int getLeftX()
int getRightX()
boolean isRight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |