summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex18
1 files changed, 16 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex
index b02a61319cb..38bf29e058f 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex
@@ -775,18 +775,27 @@ that is small in practice.
\includeluadocumentationof{pgf.gd.model.Collection}
-\subsubsection{Coordinates and Transformations}
+\subsubsection{Coordinates, Paths, and Transformations}
\includeluadocumentationof{pgf.gd.model.Coordinate}
+\includeluadocumentationof{pgf.gd.model.Path}
\includeluadocumentationof{pgf.gd.lib.Transform}
\subsubsection{Options and Data Storages for Vertices, Arcs, and Digraphs}
+Many objects in the graph drawing system have an |options| table
+attached to them. These tables will contain the different kinds
+options specified by the user for the object. For efficiency reasons,
+many objects may share the same options table (since, more often than
+not, almost all objects have exactly the same |options| table). For
+this reason, you cannot store anything in an options table, indeed,
+you should never attemp to write anything into an options
+table. Instead, you should use a |Storage|.
+
\includeluadocumentationof{pgf.gd.lib.Storage}
\subsubsection{Events}
-
\includeluadocumentationof{pgf.gd.lib.Event}
@@ -795,8 +804,13 @@ that is small in practice.
\label{section-gd-transformations}
+\subsubsection{The Layout Pipeline}
+
\includeluadocumentationof{pgf.gd.control.LayoutPipeline}
+\subsubsection{Hints For Edge Routing}
+
+\includeluadocumentationof{pgf.gd.routing.Hints}
\subsection{The Interface To Algorithms}