grim/purple-objects-docbook

Change the book title from "Purple Objects Overview" to "Purple Objects"
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<chapter id="graphs">
<title>All about the graphs</title>
<para>
There are many graphs in use in this document. All of the graphs
are generated by the graphviz package.
</para>
<sect1>
<title>Object Key</title>
<imageobject>
<imagedata fileref="graphs/objects.png"/>
</imageobject>
<para>
All object and interfaces are represented by a rectangle. The
color is used to describe the type of object. In the key above
we see that abstract classes are pale green, concrete classes
are light pink, and interfaces are powder blue.
</para>
</sect1>
<sect1>
<title>Relationship Key</title>
<imageobject>
<imagedata fileref="graphs/relationships.png"/>
</imageobject>
<para>
Similar to the object key, the relationship key shows how
objects relate to one another. Subclasses point to their
parent class with a solid line with an open arrow. Classes
that implement interfaces point to the interface they're
implementing with a dotted line with an open circle. Classes
that have an instance of another class, are pointed to by that
class with an open diamond.
</para>
</sect1>
</chapter>