Uses of Class
com.cosylab.vdct.graphics.objects.Template
-
Packages that use Template Package Description com.cosylab.vdct.graphics com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of Template in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics with parameters of type Template Modifier and Type Method Description void
DrawingSurface. descendIntoTemplate(Template template)
Insert the method's description here. -
Uses of Template in com.cosylab.vdct.undo
Fields in com.cosylab.vdct.undo declared as Template Modifier and Type Field Description protected Template
ChangeTemplatePropertyAction. object
protected Template
CreateTemplatePropertyAction. object
Constructors in com.cosylab.vdct.undo with parameters of type Template Constructor Description ChangeTemplatePropertyAction(Template object, String name, String oldValue, String newValue)
Insert the method's description here.CreateTemplatePropertyAction(Template object, String name, String value)
Insert the method's description here.DeleteTemplatePropertyAction(Template object, String name, String value)
DeleteAction constructor comment.MorphTemplateAction(Template object, VDBTemplateInstance oldTemplateData, VDBTemplateInstance newTemplateData)
Insert the method's description here. -
Uses of Template in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as Template Modifier and Type Field Description protected Template
VDBTemplateInstance. visualTemplate
Methods in com.cosylab.vdct.vdb that return Template Modifier and Type Method Description Template
VDBTemplateInstance. getVisualTemplate()
Methods in com.cosylab.vdct.vdb with parameters of type Template Modifier and Type Method Description void
VDBTemplateInstance. setVisualTemplate(Template visualTemplate)
-