Uses of Class
com.cosylab.vdct.graphics.objects.Macro
-
Packages that use Macro Package Description com.cosylab.vdct.graphics com.cosylab.vdct.graphics.objects com.cosylab.vdct.vdb -
-
Uses of Macro in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics that return Macro Modifier and Type Method Description Macro
DrawingSurface. createMacro(VDBMacro vdbMacro)
Insert the method's description here. -
Uses of Macro in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects with parameters of type Macro Modifier and Type Method Description static void
LinkManagerObject. fixMacroLink(Macro macro)
!!!! duplication -
Uses of Macro in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as Macro Modifier and Type Field Description protected Macro
VDBMacro. visibleObject
Methods in com.cosylab.vdct.vdb that return Macro Modifier and Type Method Description Macro
VDBMacro. getVisibleObject()
Returns the visibleObject.Methods in com.cosylab.vdct.vdb with parameters of type Macro Modifier and Type Method Description void
VDBMacro. setVisibleObject(Macro visibleObject)
Sets the visibleObject.
-