Skip to content

Commit 3ae04a9

Browse files
committed
add scaladocs manually as temporary solution
1 parent f657439 commit 3ae04a9

File tree

96 files changed

+5187
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+5187
-0
lines changed

docs/hevs/graphics/AcceleratedDisplay$.html

Lines changed: 5 additions & 0 deletions
Large diffs are not rendered by default.

docs/hevs/graphics/AcceleratedDisplay.html

Lines changed: 9 additions & 0 deletions
Large diffs are not rendered by default.

docs/hevs/graphics/FunGraphics$.html

Lines changed: 12 additions & 0 deletions
Large diffs are not rendered by default.

docs/hevs/graphics/FunGraphics.html

Lines changed: 124 additions & 0 deletions
Large diffs are not rendered by default.

docs/hevs/graphics/ImageGraphics$.html

Lines changed: 7 additions & 0 deletions
Large diffs are not rendered by default.

docs/hevs/graphics/ImageGraphics.html

Lines changed: 24 additions & 0 deletions
Large diffs are not rendered by default.

docs/hevs/graphics/TurtleGraphics.html

Lines changed: 149 additions & 0 deletions
Large diffs are not rendered by default.

docs/hevs/graphics/advanced/Drawable.html

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

docs/hevs/graphics/advanced/ListGraphics.html

Lines changed: 129 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!DOCTYPE html ><html><head><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/><title>FunGraphics 1.5.11 API - hevs.graphics.advanced</title><meta content="FunGraphics 1.5.11 API - hevs.graphics.advanced" name="description"/><meta content="FunGraphics 1.5.11 API hevs.graphics.advanced" name="keywords"/><meta http-equiv="content-type" content="text/html; charset=UTF-8"/><link href="../../../lib/index.css" media="screen" type="text/css" rel="stylesheet"/><link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet"/><link href="../../../lib/print.css" media="print" type="text/css" rel="stylesheet"/><link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css"/><script type="text/javascript" src="../../../lib/jquery.min.js"></script><script type="text/javascript" src="../../../lib/index.js"></script><script type="text/javascript" src="../../../index.js"></script><script type="text/javascript" src="../../../lib/scheduler.js"></script><script type="text/javascript" src="../../../lib/template.js"></script><script type="text/javascript">/* this variable can be used by the JS to determine the path to the root document */
2+
var toRoot = '../../../';</script></head><body><div id="search"><span id="doc-title">FunGraphics 1.5.11 API<span id="doc-version"></span></span> <span class="close-results"><span class="left">&lt;</span> Back</span><div id="textfilter"><span class="input"><input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/"/><i class="clear material-icons"></i><i id="search-icon" class="material-icons"></i></span></div></div><div id="search-results"><div id="search-progress"><div id="progress-fill"></div></div><div id="results-content"><div id="entity-results"></div><div id="member-results"></div></div></div><div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;"><div id="content-container" style="-webkit-overflow-scrolling: touch;"><div id="subpackage-spacer"><div id="packages"><h1>Packages</h1><ul><li class="indented0 " name="_root_.root" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="_root_" class="anchorToMember"></a><a id="root:_root_" class="anchorToMember"></a> <span class="permalink"><a href="../../../index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><a href="../../../index.html" title=""><span class="name">root</span></a></span><div class="fullcomment"><dl class="attributes block"><dt>Definition Classes</dt><dd><a href="../../../index.html" name="_root_" id="_root_" class="extype">root</a></dd></dl></div></li><li class="indented1 " name="_root_.hevs" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="hevs" class="anchorToMember"></a><a id="hevs:hevs" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><a href="../../index.html" title=""><span class="name">hevs</span></a></span><div class="fullcomment"><dl class="attributes block"><dt>Definition Classes</dt><dd><a href="../../../index.html" name="_root_" id="_root_" class="extype">root</a></dd></dl></div></li><li class="indented2 " name="hevs.graphics" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="graphics" class="anchorToMember"></a><a id="graphics:graphics" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><a href="../index.html" title="Provides classes for simple graphical interfaces"><span class="name">graphics</span></a></span><p class="shortcomment cmt">Provides classes for simple graphical interfaces</p><div class="fullcomment"><div class="comment cmt"><p>Provides classes for simple graphical interfaces</p><h4>Overview</h4><p>Here is how to create a window and draw a circle on it using <a href="../FunGraphics.html" name="hevs.graphics.FunGraphics" id="hevs.graphics.FunGraphics" class="extype">FunGraphics</a> :</p><pre><span class="kw">val</span> f = <span class="kw">new</span> FunGraphics(<span class="num">400</span>, <span class="num">300</span>)
3+
f.drawCircle(<span class="num">200</span>,<span class="num">150</span>, <span class="num">50</span>)</pre></div><dl class="attributes block"><dt>Definition Classes</dt><dd><a href="../../index.html" name="hevs" id="hevs" class="extype">hevs</a></dd></dl></div></li><li class="indented3 current" name="hevs.graphics.advanced" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="advanced" class="anchorToMember"></a><a id="advanced:advanced" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/advanced/index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><span class="name">advanced</span></span><div class="fullcomment"><dl class="attributes block"><dt>Definition Classes</dt><dd><a href="../index.html" name="hevs.graphics" id="hevs.graphics" class="extype">graphics</a></dd></dl></div></li><li class="indented4 " name="hevs.graphics.advanced.samples" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="samples" class="anchorToMember"></a><a id="samples:samples" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/advanced/samples/index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><a href="samples/index.html" title=""><span class="name">samples</span></a></span></li><li class="current-entities indented3"><span class="separator"></span> <a href="Drawable.html" title="Interface for objects that could be drawn within the a graphical application" class="trait"></a><a href="Drawable.html" title="Interface for objects that could be drawn within the a graphical application">Drawable</a></li><li class="current-entities indented3"><span class="separator"></span> <a href="ListGraphics.html" title="Extension of hevs.graphics.FunGraphics that manages a list of hevs.graphics.advanced.Drawable objects that are displayed using the repaint ( ) method." class="class"></a><a href="ListGraphics.html" title="Extension of hevs.graphics.FunGraphics that manages a list of hevs.graphics.advanced.Drawable objects that are displayed using the repaint ( ) method.">ListGraphics</a></li><li class="indented3 " name="hevs.graphics.interfaces" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="interfaces" class="anchorToMember"></a><a id="interfaces:interfaces" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/interfaces/index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><a href="../interfaces/index.html" title=""><span class="name">interfaces</span></a></span><div class="fullcomment"><dl class="attributes block"><dt>Definition Classes</dt><dd><a href="../index.html" name="hevs.graphics" id="hevs.graphics" class="extype">graphics</a></dd></dl></div></li><li class="indented3 " name="hevs.graphics.samples" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="samples" class="anchorToMember"></a><a id="samples:samples" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/samples/index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><a href="../samples/index.html" title=""><span class="name">samples</span></a></span><div class="fullcomment"><dl class="attributes block"><dt>Definition Classes</dt><dd><a href="../index.html" name="hevs.graphics" id="hevs.graphics" class="extype">graphics</a></dd></dl></div></li><li class="indented3 " name="hevs.graphics.utils" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="utils" class="anchorToMember"></a><a id="utils:utils" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/utils/index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><a href="../utils/index.html" title=""><span class="name">utils</span></a></span><div class="fullcomment"><dl class="attributes block"><dt>Definition Classes</dt><dd><a href="../index.html" name="hevs.graphics" id="hevs.graphics" class="extype">graphics</a></dd></dl></div></li></ul></div></div><div id="content"><body class="package value"><div id="definition"><div class="big-circle package">p</div><p id="owner"><a href="../../index.html" name="hevs" id="hevs" class="extype">hevs</a>.<a href="../index.html" name="hevs.graphics" id="hevs.graphics" class="extype">graphics</a></p><h1>advanced<span class="permalink"><a href="../../../hevs/graphics/advanced/index.html" title="Permalink"><i class="material-icons"></i></a></span></h1></div><h4 id="signature" class="signature"><span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><span class="name">advanced</span></span></h4><div id="comment" class="fullcommenttop"></div><div id="template"><div id="allMembers"><div id="packages" class="package members"><h3>Package Members</h3><ol><li class="indented0 " name="hevs.graphics.advanced.samples" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="samples" class="anchorToMember"></a><a id="samples:samples" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/advanced/samples/index.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">package</span></span> <span class="symbol"><a href="samples/index.html" title=""><span class="name">samples</span></a></span></li></ol></div><div id="types" class="types members"><h3>Type Members</h3><ol><li class="indented0 " name="hevs.graphics.advanced.Drawable" group="Ungrouped" fullComment="yes" data-isabs="true" visbl="pub"><a id="DrawableextendsAnyRef" class="anchorToMember"></a><a id="Drawable:Drawable" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/advanced/Drawable.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">trait</span></span> <span class="symbol"><a href="Drawable.html" title="Interface for objects that could be drawn within the a graphical application"><span class="name">Drawable</span></a><span class="result"> extends <span name="scala.AnyRef" class="extype">AnyRef</span></span></span><p class="shortcomment cmt">Interface for objects that could be drawn within the a graphical application
4+
</p><div class="fullcomment"><div class="comment cmt"><p>Interface for objects that could be drawn within the a graphical application
5+
</p></div><dl class="attributes block"><dt>Version</dt><dd><p>1.0, January 2010</p></dd></dl></div></li><li class="indented0 " name="hevs.graphics.advanced.ListGraphics" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="ListGraphicsextendsFunGraphics" class="anchorToMember"></a><a id="ListGraphics:ListGraphics" class="anchorToMember"></a> <span class="permalink"><a href="../../../hevs/graphics/advanced/ListGraphics.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">class</span></span> <span class="symbol"><a href="ListGraphics.html" title="Extension of hevs.graphics.FunGraphics that manages a list of hevs.graphics.advanced.Drawable objects that are displayed using the repaint ( ) method."><span class="name">ListGraphics</span></a><span class="result"> extends <a href="../FunGraphics.html" name="hevs.graphics.FunGraphics" id="hevs.graphics.FunGraphics" class="extype">FunGraphics</a></span></span><p class="shortcomment cmt">Extension of <code><a href="../FunGraphics.html" name="hevs.graphics.FunGraphics" id="hevs.graphics.FunGraphics" class="extype">hevs.graphics.FunGraphics</a></code> that manages a list of <code><a href="Drawable.html" name="hevs.graphics.advanced.Drawable" id="hevs.graphics.advanced.Drawable" class="extype">hevs.graphics.advanced.Drawable</a></code>
6+
objects that are displayed using the <code><span name="#" class="extype">repaint ( )</span></code> method.</p></li></ol></div></div><div id="inheritedMembers"></div><div id="groupedMembers"><div name="Ungrouped" class="group"><h3>Ungrouped</h3></div></div></div><div id="tooltip"></div><div id="footer"></div></body></div></div></div></body></html>

0 commit comments

Comments
 (0)