Added rotation.

Updated graphs.
This commit is contained in:
Chris Cromer
2016-07-16 16:28:25 -04:00
parent f0c1a51634
commit 201ed14bdd
141 changed files with 1693 additions and 503 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_92) on Mon Jul 11 02:23:31 CLT 2016 -->
<!-- Generated by javadoc (1.8.0_92) on Sat Jul 16 17:27:35 CLT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>R-Index</title>
<meta name="date" content="2016-07-11">
<meta name="date" content="2016-07-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
@@ -74,8 +74,10 @@
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Colores.html#randomColor--">randomColor()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Colores.html" title="class in cl.cromer.estructuras">Colores</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Colores.html#randomColorGenrator--">randomColorGenrator()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Colores.html" title="class in cl.cromer.estructuras">Colores</a></dt>
<dd>
<div class="block">Generar colores al azar.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafico.html#RECTANGULO">RECTANGULO</a></span> - Static variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafico.html" title="class in cl.cromer.estructuras">Grafico</a></dt>
<dd>
<div class="block">Tipo de dibujo rectuangular.</div>
@@ -184,6 +186,14 @@
<dd>
<div class="block">The vertex identified as the root of the graph</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Arbol.html#rotarDerecha-int-">rotarDerecha(int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Arbol.html" title="class in cl.cromer.estructuras">Arbol</a></dt>
<dd>
<div class="block">Rotar el arbol usando el hijo a la izquerda como un pivot.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Arbol.html#rotarIzquerda-int-">rotarIzquerda(int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Arbol.html" title="class in cl.cromer.estructuras">Arbol</a></dt>
<dd>
<div class="block">Rotar el arbol usando el hijo a la derecha como un pivot.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">X</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->