An abstract painter. To be used as a decorator for modelit.layout.Frame
visible | Boolean: Default value: true | Determines if the painter is visible. |
modelit.ui.AbstractPainter constructor
obj = modelit.ui.AbstractPainter(varargin)
varargin | parameter-value pairs | see the component properties for a description of the parameters and their values Documentation for modelit.layout.AbstractPainter/AbstractPainter doc modelit.layout.AbstractPainter |
Get the painter insets
Carry out the painting
Returns if one or more properties have been changed and the painter needs to be reinitialized
value = isPainterChanged(obj)
obj | modelit.ui.AbstractPainter |
value | boolean | true if one or more properties have been changed and the painter needs to be reinitialized |
Set to true to indicate that one or more properties have been changed and the painter needs to be reinitialized
obj = modelit.ui.AbstractPainter(varargin)
obj | modelit.ui.AbstractPainter | |
value | boolean | true if one or more properties have been changed and the painter needs to be reinitialized |
No output