Uses of Interface
com.cosylab.vdct.graphics.objects.Movable
-
Packages that use Movable Package Description com.cosylab.vdct.graphics.objects com.cosylab.vdct.undo -
-
Uses of Movable in com.cosylab.vdct.graphics.objects
Subinterfaces of Movable in com.cosylab.vdct.graphics.objects Modifier and Type Interface Description interface
Selectable
Insert the type's description here.interface
SelectableComponents
Insert the type's description here.Classes in com.cosylab.vdct.graphics.objects that implement Movable Modifier and Type Class Description class
Border
class
Box
class
Connector
Insert the type's description here.class
Group
Insert the type's description here.class
Line
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
-
Uses of Movable in com.cosylab.vdct.undo
Constructors in com.cosylab.vdct.undo with parameters of type Movable Constructor Description MoveAction(Movable object, int dx, int dy)
This method was created in VisualAge.
-