aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/designDocs.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/designDocs.tex b/docs/designDocs.tex
index 2a9fd97..327c280 100644
--- a/docs/designDocs.tex
+++ b/docs/designDocs.tex
@@ -164,6 +164,10 @@ argument. This will be passed in via recursive inputs.}
\subsection{Time}
For time, use the \texttt{Util.time()} method to return the current
time in ms.
+ \subsection{Acessing a Component Given an Id}
+ Use \texttt{Util.getComponentById(id)}. This provides any
+ component access to any other components. We may consider a way to
+ make this read-only.
\subsection{Acessing Pixels}
The ideal method for acessing Pixels in a screen is to use its
iterator. Iterating over the individual PixelStrips is also an