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 voidDrawingSurface. 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 TemplateChangeTemplatePropertyAction. objectprotected TemplateCreateTemplatePropertyAction. objectConstructors 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 TemplateVDBTemplateInstance. visualTemplateMethods in com.cosylab.vdct.vdb that return Template Modifier and Type Method Description TemplateVDBTemplateInstance. getVisualTemplate()Methods in com.cosylab.vdct.vdb with parameters of type Template Modifier and Type Method Description voidVDBTemplateInstance. setVisualTemplate(Template visualTemplate)
-