diff options
Diffstat (limited to 'html/simple-shape/docs/Layout.html')
-rw-r--r-- | html/simple-shape/docs/Layout.html | 423 |
1 files changed, 423 insertions, 0 deletions
diff --git a/html/simple-shape/docs/Layout.html b/html/simple-shape/docs/Layout.html new file mode 100644 index 0000000..344b4df --- /dev/null +++ b/html/simple-shape/docs/Layout.html @@ -0,0 +1,423 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>JSDoc: Namespace: Layout</title> + + <script src="scripts/prettify/prettify.js"> </script> + <script src="scripts/prettify/lang-css.js"> </script> + <!--[if lt IE 9]> + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> + <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> +</head> + +<body> + +<div id="main"> + + <h1 class="page-title">Namespace: Layout</h1> + + + + + + +<section> + +<header> + + <h2>Layout</h2> + + +</header> + +<article> + <div class="container-overview"> + + + <div class="description">Layout System +Handles grid layout and composition</div> + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + <dt class="tag-source">Source:</dt> + <dd class="tag-source"><ul class="dummy"><li> + <a href="app.js.html">app.js</a>, <a href="app.js.html#line398">line 398</a> + </li></ul></dd> + + + + + + + +</dl> + + + + + </div> + + + + + + + + + + + + + + + + + <h3 class="subsection-title">Methods</h3> + + + + + + + + <h4 class="name" id=".calculateMetrics"><span class="type-signature">(static) </span>calculateMetrics<span class="signature">()</span><span class="type-signature"> → {Object}</span></h4> + + + + + + +<div class="description"> + Calculates layout metrics for the grid +</div> + + + + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + <dt class="tag-source">Source:</dt> + <dd class="tag-source"><ul class="dummy"><li> + <a href="app.js.html">app.js</a>, <a href="app.js.html#line408">line 408</a> + </li></ul></dd> + + + + + + + +</dl> + + + + + + + + + + + + + + + +<h5>Returns:</h5> + + +<div class="param-desc"> + Layout calculations +</div> + + + +<dl> + <dt> + Type + </dt> + <dd> + +<span class="param-type">Object</span> + + + </dd> +</dl> + + + + + + + + + + + + + + <h4 class="name" id=".drawGrid"><span class="type-signature">(static) </span>drawGrid<span class="signature">()</span><span class="type-signature"></span></h4> + + + + + + +<div class="description"> + Draws the complete grid +</div> + + + + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + <dt class="tag-source">Source:</dt> + <dd class="tag-source"><ul class="dummy"><li> + <a href="app.js.html">app.js</a>, <a href="app.js.html#line440">line 440</a> + </li></ul></dd> + + + + + + + +</dl> + + + + + + + + + + + + + + + + + + + + + + + + + + + <h4 class="name" id=".drawRow"><span class="type-signature">(static) </span>drawRow<span class="signature">()</span><span class="type-signature"></span></h4> + + + + + + +<div class="description"> + Draws a row of patterns +</div> + + + + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + <dt class="tag-source">Source:</dt> + <dd class="tag-source"><ul class="dummy"><li> + <a href="app.js.html">app.js</a>, <a href="app.js.html#line425">line 425</a> + </li></ul></dd> + + + + + + + +</dl> + + + + + + + + + + + + + + + + + + + + + + + + + + +</article> + +</section> + + + + +</div> + +<nav> + <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="ContextManager.html">ContextManager</a></li><li><a href="Layout.html">Layout</a></li><li><a href="Patterns.html">Patterns</a></li><li><a href="Shapes.html">Shapes</a></li><li><a href="Utils.html">Utils</a></li></ul><h3>Global</h3><ul><li><a href="global.html#CONFIG">CONFIG</a></li><li><a href="global.html#canvas">canvas</a></li></ul> +</nav> + +<br class="clear"> + +<footer> + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Mon Feb 17 2025 15:13:39 GMT-0500 (Eastern Standard Time) +</footer> + +<script> prettyPrint(); </script> +<script src="scripts/linenumber.js"> </script> +</body> +</html> \ No newline at end of file |