Added new docs.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="es">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_92) on Sat Jul 02 15:01:02 CLT 2016 -->
|
||||
<!-- Generated by javadoc (1.8.0_92) on Sun Jul 03 12:31:04 CLT 2016 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
|
||||
<title>Grafico</title>
|
||||
<meta name="date" content="2016-07-02">
|
||||
<meta name="date" content="2016-07-03">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@@ -399,7 +399,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>destacados</h4>
|
||||
<pre>private java.util.List<<a href="../../../cl/cromer/estructuras/Grafico.Destacados.html" title="class in cl.cromer.estructuras">Grafico.Destacados</a>> destacados</pre>
|
||||
<pre>private final java.util.List<<a href="../../../cl/cromer/estructuras/Grafico.Destacados.html" title="class in cl.cromer.estructuras">Grafico.Destacados</a>> destacados</pre>
|
||||
<div class="block">Los elementos destacados.</div>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -547,6 +547,22 @@ extends java.lang.Object</pre>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="destacar-java.lang.String-int-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>destacar</h4>
|
||||
<pre>public void destacar(java.lang.String id,
|
||||
int tipo)</pre>
|
||||
<div class="block">Destacar un elemento</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>id</code> - int: El indice a destacar.</dd>
|
||||
<dd><code>tipo</code> - int: El tipo de objeto a destacar, <a href="../../../cl/cromer/estructuras/Grafico.html#RECTANGULO">0</a>, <a href="../../../cl/cromer/estructuras/Grafico.html#CIRCULO">1</a> o <a href="../../../cl/cromer/estructuras/Grafico.html#TEXTO">2</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="createPauseTransition-javafx.scene.shape.Rectangle-javafx.scene.paint.Color-">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -601,22 +617,6 @@ extends java.lang.Object</pre>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="destacar-java.lang.String-int-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>destacar</h4>
|
||||
<pre>public void destacar(java.lang.String id,
|
||||
int tipo)</pre>
|
||||
<div class="block">Destacar un elemento</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>id</code> - int: El indice a destacar.</dd>
|
||||
<dd><code>tipo</code> - int: El tipo de objeto a destacar, <a href="../../../cl/cromer/estructuras/Grafico.html#RECTANGULO">0</a>, <a href="../../../cl/cromer/estructuras/Grafico.html#CIRCULO">1</a> o <a href="../../../cl/cromer/estructuras/Grafico.html#TEXTO">2</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="removerDestacar--">
|
||||
<!-- -->
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user