diff options
Diffstat (limited to 'docs/progguide')
-rw-r--r-- | docs/progguide/examples.adoc | 4 | ||||
-rw-r--r-- | docs/progguide/gettingstarted.adoc | 2 | ||||
-rw-r--r-- | docs/progguide/images/aspects.png | bin | 7071 -> 2666 bytes | |||
-rw-r--r-- | docs/progguide/images/figureUML.png | bin | 3480 -> 2276 bytes | |||
-rw-r--r-- | docs/progguide/images/overview.png | bin | 2576 -> 797 bytes | |||
-rw-r--r-- | docs/progguide/images/telecom.png | bin | 4047 -> 1334 bytes |
6 files changed, 3 insertions, 3 deletions
diff --git a/docs/progguide/examples.adoc b/docs/progguide/examples.adoc index ca4fc2fdb..caa74a620 100644 --- a/docs/progguide/examples.adoc +++ b/docs/progguide/examples.adoc @@ -287,7 +287,7 @@ aspects, though simple, are not totally trivial. The diagram below gives an overview of the aspects and their interaction with the class `Point`. -image:images/aspects.gif[image] +image:images/aspects.png[image] ===== The `CloneablePoint` aspect @@ -1314,7 +1314,7 @@ is used to connect them. Conference calls between more than two customers will involve more than one connection. A customer may be involved in many calls at one time. -image:images/telecom.gif[image] +image:images/telecom.png[image] ===== The `Customer` class diff --git a/docs/progguide/gettingstarted.adoc b/docs/progguide/gettingstarted.adoc index 3f0889915..b7de29e59 100644 --- a/docs/progguide/gettingstarted.adoc +++ b/docs/progguide/gettingstarted.adoc @@ -60,7 +60,7 @@ The features are presented using a simple figure editor system. A is also a `Display`. Most example programs later in this chapter are based on this system as well. -image:images/figureUML.gif[ UML for the `FigureEditor` example ] +image:images/figureUML.png[ UML for the `FigureEditor` example ] The motivation for AspectJ (and likewise for aspect-oriented programming) is the realization that there are issues or concerns that diff --git a/docs/progguide/images/aspects.png b/docs/progguide/images/aspects.png Binary files differindex 8bca684ad..38f688371 100644 --- a/docs/progguide/images/aspects.png +++ b/docs/progguide/images/aspects.png diff --git a/docs/progguide/images/figureUML.png b/docs/progguide/images/figureUML.png Binary files differindex c4bf8db9a..d4de81f14 100644 --- a/docs/progguide/images/figureUML.png +++ b/docs/progguide/images/figureUML.png diff --git a/docs/progguide/images/overview.png b/docs/progguide/images/overview.png Binary files differindex 7b1d6c8d6..f9395f887 100644 --- a/docs/progguide/images/overview.png +++ b/docs/progguide/images/overview.png diff --git a/docs/progguide/images/telecom.png b/docs/progguide/images/telecom.png Binary files differindex 89a7207f3..66f998b77 100644 --- a/docs/progguide/images/telecom.png +++ b/docs/progguide/images/telecom.png |