Uses of Interface
com.cosylab.vdct.graphics.objects.OutLink
-
Packages that use OutLink Package Description com.cosylab.vdct.graphics.objects -
-
Uses of OutLink in com.cosylab.vdct.graphics.objects
Classes in com.cosylab.vdct.graphics.objects that implement OutLink Modifier and Type Class Description classConnectorInsert the type's description here.classEPICSFwdLinkInsert the type's description here.classEPICSInLinkInsert the type's description here.classEPICSLinkOutInsert the type's description here.classEPICSLinkOutInAdds InLink capability (for ports) to EPICSLinkOut objectsclassEPICSOutLinkInsert the type's description here.classEPICSVarOutLinkInsert the type's description here.classPortInsert the type's description here.classTemplateEPICSMacroInsert the type's description here.Fields in com.cosylab.vdct.graphics.objects declared as OutLink Modifier and Type Field Description protected OutLinkConnector. outlinkMethods in com.cosylab.vdct.graphics.objects that return OutLink Modifier and Type Method Description OutLinkConnector. getOutput()Insert the method's description here.OutLinkEPICSLinkOutIn. getOutput()OutLinkEPICSVarLink. getOutput()Insert the method's description here.OutLinkInLink. getOutput()OutLinkMacro. getOutput()Insert the method's description here.OutLinkRecord. getOutput()Insert the method's description here.static OutLinkEPICSLinkOut. getStartPoint(Linkable link)Insert the method's description here.Methods in com.cosylab.vdct.graphics.objects with parameters of type OutLink Modifier and Type Method Description static voidEPICSLinkOut. destroyChain(Linkable link, OutLink out)Insert the method's description here.static voidLinkDrawer. drawInIntergroupLink(Graphics g, ViewState view, OutLink out, InLink in, boolean isRight)Creation date: (30.1.2001 14:43:02)static voidLinkDrawer. drawKneeLine(Graphics g, ViewState view, OutLink out, InLink in, boolean firstHorizontal)This method was created in VisualAge.static voidLinkDrawer. drawLink(Graphics g, ViewState view, OutLink out, InLink in, int count, boolean isRight)Creation date: (30.1.2001 14:43:02)voidConnector. setOutput(OutLink output, OutLink prevOutput)Insert the method's description here.voidEPICSLinkOutIn. setOutput(OutLink output, OutLink prevOutput)voidEPICSVarLink. setOutput(OutLink output, OutLink prevOutput)Insert the method's description here.voidInLink. setOutput(OutLink output, OutLink prevOutput)voidMacro. setOutput(OutLink output, OutLink prevOutput)Insert the method's description here.voidRecord. setOutput(OutLink output, OutLink prevOutput)Insert the method's description here.Constructors in com.cosylab.vdct.graphics.objects with parameters of type OutLink Constructor Description Connector(String id, LinkManagerObject parent, OutLink outlink, InLink inlink)Insert the method's description here.
-