# doc-cache created by Octave 10.1.0
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
hgsetget


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 686
 -- Function File: hgsetget
     A superclass to add set and get methods such as those used for
     Handle Graphics.

     This superclass should be used to derive an other class from it,
     e.g.

     ‘classdef’ MYCLASS < ‘hgsetget’ ‘properties’ ‘field1’ ‘end’ ‘end’

     then use the ‘set’ and ‘get’ methods, e.g.

     OBJ = myClass; ‘set’ (OBJ, "field1", 42) ‘get’ (OBJ,"field")

     Method      Description
     -----------------------------------------------------------------------
     set         Set named property values for the object
     get         Get named property values for the object

     See also: handle,dynamicprops.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 79
A superclass to add set and get methods such as those used for Handle
Graphics.





