digraph inheritance0c9e6ae13d {
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"TaurusBaseGraphicsFactory" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
}
-
class
TaurusBaseGraphicsFactory
[source]
Bases: object
-
getEllipseObj
(params)[source]
-
getGraphicsClassItem
(cls, type_)[source]
-
getGraphicsItem
(type_, params)[source]
-
getGroupObj
(params)[source]
-
getImageObj
(parms)[source]
-
getLabelObj
(params)[source]
-
getLineObj
(params)[source]
-
getNameParam
()[source]
Returns the name of the parameter which contains the name identifier.
Default implementation returns ‘name’.
Overwrite has necessary.
-
getObj
(name, params)[source]
-
getPolylineObj
(params)[source]
-
getRectangleObj
(params)[source]
-
getRoundRectangleObj
(params)[source]
-
getSceneObj
()[source]
-
getSplineObj
(params)[source]
-
getSwingObjectObj
(params)[source]
-
set_common_params
(item, params)[source]
Sets the common parameters. Default implementation does nothing.
Overwrite has necessary.