Uses of Class
com.cosylab.vdct.graphics.objects.Record
-
Packages that use Record Package Description com.cosylab.vdct.undo com.cosylab.vdct.vdb -
-
Uses of Record in com.cosylab.vdct.undo
Constructors in com.cosylab.vdct.undo with parameters of type Record Constructor Description MorphAction(Record object, VDBRecordData oldRecordData, VDBRecordData newRecordData)Insert the method's description here. -
Uses of Record in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as Record Modifier and Type Field Description protected RecordVDBRecordData. recordMethods in com.cosylab.vdct.vdb that return Record Modifier and Type Method Description RecordVDBRecordData. getRecord()Methods in com.cosylab.vdct.vdb with parameters of type Record Modifier and Type Method Description voidVDBRecordData. setRecord(Record record)
-