tf = isValidGraphicsProperty(typename, propertyname)
| Parameter | Description |
|---|---|
| typename | a character vector or scalar string: 'axes', 'line', 'image', 'root', 'text', 'figure'. |
| propertyname | a character vector or scalar string: property name to check. |
| Parameter | Description |
|---|---|
| tf | a scalar logical. |
isValidGraphicsProperty checks is property name is existing for graphical object class.
This function is an helper to check input parameters graphical functions.
tf = isValidGraphicsProperty('figure', 'Type')
tf = isValidGraphicsProperty('figure', 'TypeType')
| Version | Description |
|---|---|
| 1.0.0 | initial version |