TaurusJDrawGraphicsFactory
¶
digraph inheritance3a417f8697 {
bgcolor=transparent;
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"Logger" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="The taurus logger class. All taurus pertinent classes should inherit"];
"Object" -> "Logger" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Object" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"Singleton" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="This class allows Singleton objects"];
"TaurusBaseGraphicsFactory" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"TaurusJDrawGraphicsFactory" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"Singleton" -> "TaurusJDrawGraphicsFactory" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TaurusBaseGraphicsFactory" -> "TaurusJDrawGraphicsFactory" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Logger" -> "TaurusJDrawGraphicsFactory" [arrowsize=0.5,style="setlinewidth(0.5)"];
}
-
class
TaurusJDrawGraphicsFactory
(*p, **k)[source]¶ Bases:
taurus.core.util.singleton.Singleton
,taurus.qt.qtgui.graphic.taurusgraphic.TaurusBaseGraphicsFactory
,taurus.core.util.log.Logger