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 voidLinkCommand. 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 VisibleObjectViewState. hilitedObjectMethods in com.cosylab.vdct.graphics that return VisibleObject Modifier and Type Method Description VisibleObjectViewState. getHilitedObject()Insert the method's description here.VisibleObjectTransparentTextField. getOwner()Insert the method's description here.Methods in com.cosylab.vdct.graphics with parameters of type VisibleObject Modifier and Type Method Description voidDrawingSurface. centerObject(VisibleObject object)Insert the method's description here.voidViewState. deblinkObject(VisibleObject object)Insert the method's description here.voidViewState. deselectObject(VisibleObject object)Insert the method's description here.booleanViewState. isBlinking(VisibleObject object)Insert the method's description here.booleanViewState. isHilitedObject(VisibleObject object)booleanViewState. isPicked(VisibleObject object)Insert the method's description here.voidDrawingSurface. linkCommand(VisibleObject linkObject, LinkSource linkData)Insert the method's description here.voidDsManager. linkCommand(VisibleObject linkObject, LinkSource linkData)voidLinkCommandInterface. linkCommand(VisibleObject linkObject, LinkSource linkData)voidViewState. setAsBlinking(VisibleObject object)Insert the method's description here.booleanViewState. setAsHilited(VisibleObject object)booleanViewState. setAsHilited(VisibleObject object, boolean zoomOnHilited)Insert the method's description here.booleanViewState. setAsSelected(VisibleObject object)Insert the method's description here.voidTransparentTextField. 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 classBorderclassBoxclassConnectorInsert the type's description here.classContainerObjectInsert the type's description here.classEPICSFwdLinkInsert the type's description here.classEPICSInLinkInsert the type's description here.classEPICSLinkInsert the type's description here.classEPICSLinkOutInsert the type's description here.classEPICSLinkOutInAdds InLink capability (for ports) to EPICSLinkOut objectsclassEPICSOutLinkInsert the type's description here.classEPICSVarLinkInsert the type's description here.classEPICSVarOutLinkInsert the type's description here.classFieldInsert the type's description here.classGroupInsert the type's description here.classLineclassLinkManagerObjectInsert the type's description here.classMacroInsert the type's description here.classPortInsert the type's description here.classRecordInsert the type's description here.classTemplateGraphical representation of templates.classTemplateEPICSMacroInsert the type's description here.classTemplateEPICSPortInsert the type's description here.classTextBoxclassVertexMethods in com.cosylab.vdct.graphics.objects that return VisibleObject Modifier and Type Method Description VisibleObjectBorder. hiliteComponentsCheck(int x, int y)Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObjectBox. hiliteComponentsCheck(int x, int y)Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObjectGroup. hiliteComponentsCheck(int x, int y)Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObjectLine. hiliteComponentsCheck(int x, int y)Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObjectRecord. hiliteComponentsCheck(int x, int y)Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObjectTemplate. hiliteComponentsCheck(int x, int y)Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObjectTextBox. hiliteComponentsCheck(int x, int y)Returned value inicates change Creation date: (21.12.2000 22:21:12)VisibleObjectBorder. intersects(int px, int py)VisibleObjectBorder. intersects(int p1x, int p1y, int p2x, int p2y)VisibleObjectBox. intersects(int px, int py)Creation date: (19.12.2000 20:20:20)VisibleObjectConnector. intersects(int px, int py)Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObjectConnector. 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)VisibleObjectLine. intersects(int px, int py)Creation date: (19.12.2000 20:20:20)VisibleObjectRecord. intersects(int px, int py)Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObjectTemplate. intersects(int px, int py)Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObjectTextBox. intersects(int px, int py)Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObjectVertex. intersects(int px, int py)Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObjectVertex. 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)VisibleObjectVisibleObject. intersects(int px, int py)Default impmlementation for square (must be rescaled) Creation date: (19.12.2000 20:20:20)VisibleObjectVisibleObject. 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 voidContainerObject. addSubObject(String id, VisibleObject object)Insert the method's description here.voidContainerObject. addSubObject(String id, VisibleObject object, boolean create)"Helper" method (e.g. for Group).voidContainerObject. addSubObject(String id, VisibleObject object, int position)voidGroup. addSubObject(String id, VisibleObject object)Insert the method's description here.voidGroup. addSubObject(String id, VisibleObject object, boolean create)Insert the method's description here.ImageZoomPane. 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 VisibleObjectCreateAction. objectConstructors 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.
-