Skip to content
Snippets Groups Projects
Commit 698514bf authored by Alice Brenon's avatar Alice Brenon
Browse files

Commit yet another bunch of figures I had forgotten

parent 2266a55f
No related branches found
No related tags found
No related merge requests found
figures/4-male-mallard-duck-steve-javorsky.jpg

101 KiB

figures/Design_Patterns_cover.jpg

6.37 KiB

figures/INSA.jpg

26.6 KiB

figures/LIRIS.png

5.27 KiB

figures/javadoc_class_page.png

66 KiB

figures/javadoc_generated_files.png

40 KiB

figures/javadoc_main_page.png

23.2 KiB

figures/male-mallard-duck-portrait-art-spearing.jpg

66.6 KiB

digraph hashMap {
H [label=".hashCode()" shape="none"];
subgraph cluster_bucket0 {
style="invis";
border="none";
h00 -> h01 -> h02;
}
subgraph cluster_bucket1 {
style="invis";
empty [style="dashed"];
}
subgraph cluster_ellipsis {
style="invis";
N [label="…" shape="none"];
}
subgraph cluster_bucketn {
style="invis";
hn0 -> hn1;
}
H -> h00 [style="dashed" label="h0"];
H -> empty [style="dashed" label="h1"];
H -> N [style="dashed"];
H -> hn0 [style="dashed" label="hn"];
}
digraph nestedBox {
shape="square";
subgraph cluster0 {
label = "JFrame";
subgraph cluster1 {
label = "JPanel";
JLabel [shape="box"];
JTextField [shape="box"];
JButton [shape="box"];
}
subgraph cluster2 {
label = "Image component";
SomeImage [shape="none"];
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment