Uses of Class
com.cosylab.vdct.graphics.objects.VisibleObject
-
Packages that use VisibleObject Package Description com.cosylab.vdct.events.commands com.cosylab.vdct.graphics com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo -
-
Uses of VisibleObject in com.cosylab.vdct.events.commands
Methods in com.cosylab.vdct.events.commands with parameters of type VisibleObject Modifier and Type Method Description void
LinkCommand. setData(VisibleObject obj, LinkSource field)
Insert the method's description here. -
Uses of VisibleObject in com.cosylab.vdct.graphics
Fields in com.cosylab.vdct.graphics declared as VisibleObject Modifier and Type Field Description protected VisibleObject
ViewState. hilitedObject
Methods in com.cosylab.vdct.graphics that return VisibleObject Modifier and Type Method Description VisibleObject
ViewState. getHilitedObject()
Insert the method's description here.VisibleObject
TransparentTextField. getOwner()
Insert the method's description here.Methods in com.cosylab.vdct.graphics with parameters of type VisibleObject Modifier and Type Method Description void
DrawingSurface. centerObject(VisibleObject object)
Insert the method's description here.void
ViewState. deblinkObject(VisibleObject object)
Insert the method's description here.void
ViewState. deselectObject(VisibleObject object)
Insert the method's description here.boolean
ViewState. isBlinking(VisibleObject object)
Insert the method's description here.boolean
ViewState. isHilitedObject(VisibleObject object)
boolean
ViewState. isPicked(VisibleObject object)
Insert the method's description here.void
DrawingSurface. linkCommand(VisibleObject linkObject, LinkSource linkData)
Insert the method's description here.void
DsManager. linkCommand(VisibleObject linkObject, LinkSource linkData)
void
LinkCommandInterface. linkCommand(VisibleObject linkObject, LinkSource linkData)
void
ViewState. setAsBlinking(VisibleObject object)
Insert the method's description here.boolean
ViewState. setAsHilited(VisibleObject object)
boolean
ViewState. setAsHilited(VisibleObject object, boolean zoomOnHilited)
Insert the method's description here.boolean
ViewState. setAsSelected(VisibleObject object)
Insert the method's description here.void
TransparentTextField. setOwner(VisibleObject newOwner)
Insert the method's description here.Constructors in com.cosylab.vdct.graphics with parameters of type VisibleObject Constructor Description TransparentTextField(VisibleObject owner, int offsetX, int offsetY)
Insert the method's description here. -
Uses of VisibleObject in com.cosylab.vdct.graphics.objects
Subclasses of VisibleObject in com.cosylab.vdct.graphics.objects Modifier and Type Class Description class
Border
class
Box
class
Connector
Insert the type's description here.class
ContainerObject
Insert the type's description here.class
EPICSFwdLink
Insert the type's description here.class
EPICSInLink
Insert the type's description here.class
EPICSLink
Insert the type's description here.class
EPICSLinkOut
Insert the type's description here.class
EPICSLinkOutIn
Adds InLink capability (for ports) to EPICSLinkOut objectsclass
EPICSOutLink
Insert the type's description here.class
EPICSVarLink
Insert the type's description here.class
EPICSVarOutLink
Insert the type's description here.class
Field
Insert the type's description here.class
Group
Insert the type's description here.class
Line
class
LinkManagerObject
Insert the type's description here.class
Macro
Insert the type's description here.class
Port
Insert the type's description here.class
Record
Insert the type's description here.class
Template
Graphical representation of templates.class
TemplateEPICSMacro
Insert the type's description here.class
TemplateEPICSPort
Insert the type's description here.class
TextBox
class
Vertex
Methods in com.cosylab.vdct.graphics.objects that return VisibleObject Modifier and Type Method Description VisibleObject
Border. hiliteComponentsCheck(int x, int y)
Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObject
Box. hiliteComponentsCheck(int x, int y)
Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObject
Group. hiliteComponentsCheck(int x, int y)
Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObject
Line. hiliteComponentsCheck(int x, int y)
Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObject
Record. hiliteComponentsCheck(int x, int y)
Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObject
Template. hiliteComponentsCheck(int x, int y)
Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObject
TextBox. hiliteComponentsCheck(int x, int y)
Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObject
Border. intersects(int px, int py)
VisibleObject
Border. intersects(int p1x, int p1y, int p2x, int p2y)
VisibleObject
Box. intersects(int px, int py)
Creation date: (19.12.2000 20:20:20)VisibleObject
Connector. intersects(int px, int py)
Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObject
Connector. intersects(int p1x, int p1y, int p2x, int p2y)
Default impmlementation for square (must be rescaled) p1 is upper-left point Creation date: (19.12.2000 20:20:20)VisibleObject
Line. intersects(int px, int py)
Creation date: (19.12.2000 20:20:20)VisibleObject
Record. intersects(int px, int py)
Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObject
Template. intersects(int px, int py)
Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObject
TextBox. intersects(int px, int py)
Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObject
Vertex. intersects(int px, int py)
Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObject
Vertex. intersects(int p1x, int p1y, int p2x, int p2y)
Default impmlementation for square (must be rescaled) p1 is upper-left point Creation date: (19.12.2000 20:20:20)VisibleObject
VisibleObject. intersects(int px, int py)
Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObject
VisibleObject. intersects(int p1x, int p1y, int p2x, int p2y)
Default impmlementation for square (must be rescaled) p1 is upper-left point Creation date: (19.12.2000 20:20:20)Methods in com.cosylab.vdct.graphics.objects with parameters of type VisibleObject Modifier and Type Method Description void
ContainerObject. addSubObject(String id, VisibleObject object)
Insert the method's description here.void
ContainerObject. addSubObject(String id, VisibleObject object, boolean create)
"Helper" method (e.g.void
ContainerObject. addSubObject(String id, VisibleObject object, int position)
void
Group. addSubObject(String id, VisibleObject object)
Insert the method's description here.void
Group. addSubObject(String id, VisibleObject object, boolean create)
Insert the method's description here.Image
ZoomPane. startZooming(VisibleObject obj, boolean clearImage)
Starts drawing objects and returns drawn image.Constructors in com.cosylab.vdct.graphics.objects with parameters of type VisibleObject Constructor Description Vertex(VisibleObject owner, int parX, int parY)
-
Uses of VisibleObject in com.cosylab.vdct.undo
Fields in com.cosylab.vdct.undo declared as VisibleObject Modifier and Type Field Description protected VisibleObject
CreateAction. object
Constructors in com.cosylab.vdct.undo with parameters of type VisibleObject Constructor Description CreateAction(VisibleObject object)
Insert the method's description here.DeleteAction(VisibleObject object)
DeleteAction constructor comment.
-