mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
11 lines
851 B
Plaintext
11 lines
851 B
Plaintext
|
digraph "LuminousSimpleScanner"
|
||
|
{
|
||
|
edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
|
||
|
node [fontname="FreeSans",fontsize="10",shape=record];
|
||
|
Node1 [label="LuminousSimpleScanner",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
|
||
|
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
|
||
|
Node2 [label="LuminousScanner",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classLuminousScanner.html",tooltip="the base class for all scanners"];
|
||
|
Node3 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
|
||
|
Node3 [label="Scanner",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classScanner.html",tooltip="Base string scanning class."];
|
||
|
}
|