8 lines
307 B
Plaintext
8 lines
307 B
Plaintext
digraph G
|
|
{
|
|
edge [fontname="FreeSans.ttf",fontsize=10,labelfontname="FreeSans.ttf",labelfontsize=10];
|
|
node [fontname="FreeSans.ttf",fontsize=10,shape=record];
|
|
rankdir=LR;
|
|
Node1 [label="JAnimator",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_j_animator.html"];
|
|
}
|