|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.graphics.objects.VisibleObject
com.cosylab.vdct.graphics.objects.Field
com.cosylab.vdct.graphics.objects.EPICSLink
public abstract class EPICSLink
Insert the type's description here. Creation date: (29.1.2001 21:23:04)
Field Summary | |
---|---|
protected boolean |
disconnected
|
protected int |
r
|
protected int |
rtailLen
|
Fields inherited from class com.cosylab.vdct.graphics.objects.Field |
---|
fieldData |
Fields inherited from class com.cosylab.vdct.graphics.objects.VisibleObject |
---|
x, y, zoomImage |
Constructor Summary | |
---|---|
EPICSLink(ContainerObject parent,
VDBFieldData fieldData)
EPICSLink constructor comment. |
Method Summary | |
---|---|
void |
destroy()
Insert the method's description here. |
void |
disconnect(Linkable disconnector)
Insert the method's description here. |
abstract void |
fixLinkProperties()
|
java.lang.String |
getDescription()
Insert the method's description here. |
java.lang.String |
getID()
Insert the method's description here. |
java.lang.String |
getLayerID()
Insert the method's description here. |
boolean |
isConnectable()
Insert the method's description here. |
boolean |
isDisconnected()
Insert the method's description here. |
boolean |
isRight()
Insert the method's description here. |
boolean |
isStaticRight()
Insert the method's description here. |
void |
rotate()
Insert the method's description here. |
void |
setDescription(java.lang.String description)
Insert the method's description here. |
void |
setLayerID(java.lang.String id)
Insert the method's description here. |
void |
setRight(boolean state)
Insert the method's description here. |
void |
validate()
Insert the method's description here. |
Methods inherited from class com.cosylab.vdct.graphics.objects.Field |
---|
accept, draw, getFieldData, getHashID, getVerticalPosition, getY, revalidatePosition, revalidatePosition, setVerticalPosition |
Methods inherited from class com.cosylab.vdct.graphics.objects.VisibleObject |
---|
forceValidation, getColor, getDsId, getFont, getHeight, getLabel, getLeftOffset, getMarkedX, getMarkedY, getMoveInsideView, getParent, getRheight, getRightOffset, getRlabelX, getRlabelY, getRootContainer, getRscale, getRwidth, getRx, getRy, getScale, getTopOffset, getVisibleColor, getWidth, getX, intersects, intersects, isDestroyed, isVisible, isZoomRepaint, markPosition, paint, postDraw, postPaint, setColor, setDestroyed, setFont, setHeight, setLabel, setParent, setRheight, setRlabelX, setRlabelY, setRwidth, setRx, setRy, setScale, setWidth, setX, setY, setZoomRepaint, snapToGrid, unconditionalValidation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int r
protected boolean disconnected
protected int rtailLen
Constructor Detail |
---|
public EPICSLink(ContainerObject parent, VDBFieldData fieldData)
parent
- com.cosylab.vdct.graphics.objects.ContainerObjectfieldData
- com.cosylab.vdct.vdb.VDBFieldDataMethod Detail |
---|
public void destroy()
destroy
in class VisibleObject
public void disconnect(Linkable disconnector)
disconnect
in interface Linkable
public java.lang.String getDescription()
getDescription
in interface Descriptable
public java.lang.String getID()
getID
in interface Linkable
public java.lang.String getLayerID()
getLayerID
in interface Linkable
public boolean isConnectable()
isConnectable
in interface Linkable
public boolean isDisconnected()
isDisconnected
in interface Linkable
public boolean isRight()
isRight
in interface Rotatable
public boolean isStaticRight()
public void rotate()
rotate
in interface Rotatable
public void setDescription(java.lang.String description)
setDescription
in interface Descriptable
description
- java.lang.Stringpublic void setLayerID(java.lang.String id)
setLayerID
in interface Linkable
id
- java.lang.Stringpublic void setRight(boolean state)
setRight
in interface Rotatable
state
- booleanpublic void validate()
validate
in class Field
public abstract void fixLinkProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |