You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2013/12/12 06:33:53 UTC

svn commit: r1550352 [2/6] - in /poi/site/publish/apidocs: ./ org/apache/poi/hslf/model/ org/apache/poi/hslf/record/ org/apache/poi/hslf/record/class-use/ org/apache/poi/hssf/usermodel/ org/apache/poi/openxml4j/opc/ org/apache/poi/poifs/crypt/ org/apac...

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/AgileDecryptor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/AgileDecryptor.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/AgileDecryptor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/AgileDecryptor.html Thu Dec 12 05:33:51 2013
@@ -101,8 +101,6 @@
 <br>
 <pre>public class <span class="strong">AgileDecryptor</span>
 extends <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html" title="class in org.apache.poi.poifs.crypt">Decryptor</a></pre>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Gary King</dd></dl>
 </li>
 </ul>
 </div>
@@ -157,16 +155,23 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/AgileDecryptor.html#generateIv(int, byte[], byte[])">generateIv</a></strong>(int&nbsp;algorithm,
-          byte[]&nbsp;salt,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/AgileDecryptor.html#generateIv(byte[], byte[])">generateIv</a></strong>(byte[]&nbsp;salt,
           byte[]&nbsp;blockKey)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/AgileDecryptor.html#getBlockSizeInBytes()">getBlockSizeInBytes</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>java.io.InputStream</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/AgileDecryptor.html#getDataStream(org.apache.poi.poifs.filesystem.DirectoryNode)">getDataStream</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir)</code>
 <div class="block">Return a stream with decrypted data.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/AgileDecryptor.html#getKeySizeInBytes()">getKeySizeInBytes</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/AgileDecryptor.html#getLength()">getLength</a></strong>()</code>
@@ -184,7 +189,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.poifs.crypt.<a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html" title="class in org.apache.poi.poifs.crypt">Decryptor</a></h3>
-<code><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getBlockSize(int)">getBlockSize</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">getDataStream</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.POIFSFileSystem)">getDataStream</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getInstance(org.apache.poi.poifs.crypt.EncryptionInfo)">getInstance</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#hashPassword(org.apache.poi.poifs.crypt.EncryptionInfo, java.lang.String)">hashPassword</a></code></li>
+<code><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">getDataStream</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.POIFSFileSystem)">getDataStream</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getInstance(org.apache.poi.poifs.crypt.EncryptionInfo)">getInstance</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#hashPassword(org.apache.poi.poifs.crypt.EncryptionInfo, java.lang.String)">hashPassword</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -288,20 +293,37 @@ extends <a href="../../../../../org/apac
 <dt><span class="strong">Returns:</span></dt><dd>length of the encrypted data</dd></dl>
 </li>
 </ul>
-<a name="generateIv(int, byte[], byte[])">
+<a name="generateIv(byte[], byte[])">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>generateIv</h4>
-<pre>protected&nbsp;byte[]&nbsp;generateIv(int&nbsp;algorithm,
-                byte[]&nbsp;salt,
+<pre>protected&nbsp;byte[]&nbsp;generateIv(byte[]&nbsp;salt,
                 byte[]&nbsp;blockKey)
                      throws java.security.NoSuchAlgorithmException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.security.NoSuchAlgorithmException</code></dd></dl>
 </li>
 </ul>
+<a name="getBlockSizeInBytes()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBlockSizeInBytes</h4>
+<pre>protected&nbsp;int&nbsp;getBlockSizeInBytes()</pre>
+</li>
+</ul>
+<a name="getKeySizeInBytes()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getKeySizeInBytes</h4>
+<pre>protected&nbsp;int&nbsp;getKeySizeInBytes()</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/Decryptor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/Decryptor.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/Decryptor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/Decryptor.html Thu Dec 12 05:33:51 2013
@@ -155,40 +155,36 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getBlockSize(int)">getBlockSize</a></strong>(int&nbsp;algorithm)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>abstract java.io.InputStream</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.DirectoryNode)">getDataStream</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir)</code>
 <div class="block">Return a stream with decrypted data.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.io.InputStream</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">getDataStream</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.io.InputStream</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.POIFSFileSystem)">getDataStream</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html" title="class in org.apache.poi.poifs.crypt">Decryptor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getInstance(org.apache.poi.poifs.crypt.EncryptionInfo)">getInstance</a></strong>(<a href="../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;info)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>abstract long</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getLength()">getLength</a></strong>()</code>
 <div class="block">Returns the length of the encytpted data that can be safely read with
  <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.DirectoryNode)"><code>getDataStream(org.apache.poi.poifs.filesystem.DirectoryNode)</code></a>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#hashPassword(org.apache.poi.poifs.crypt.EncryptionInfo, java.lang.String)">hashPassword</a></strong>(<a href="../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;info,
             java.lang.String&nbsp;password)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>abstract boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#verifyPassword(java.lang.String)">verifyPassword</a></strong>(java.lang.String&nbsp;password)</code>&nbsp;</td>
 </tr>
@@ -342,15 +338,6 @@ extends java.lang.Object</pre>
 <dd><code>java.security.GeneralSecurityException</code></dd></dl>
 </li>
 </ul>
-<a name="getBlockSize(int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getBlockSize</h4>
-<pre>protected static&nbsp;int&nbsp;getBlockSize(int&nbsp;algorithm)</pre>
-</li>
-</ul>
 <a name="hashPassword(org.apache.poi.poifs.crypt.EncryptionInfo, java.lang.String)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EcmaDecryptor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EcmaDecryptor.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EcmaDecryptor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EcmaDecryptor.html Thu Dec 12 05:33:51 2013
@@ -101,8 +101,6 @@
 <br>
 <pre>public class <span class="strong">EcmaDecryptor</span>
 extends <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html" title="class in org.apache.poi.poifs.crypt">Decryptor</a></pre>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Maxim Valyanskiy, Gary King</dd></dl>
 </li>
 </ul>
 </div>
@@ -176,7 +174,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.poifs.crypt.<a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html" title="class in org.apache.poi.poifs.crypt">Decryptor</a></h3>
-<code><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getBlockSize(int)">getBlockSize</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">getDataStream</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.POIFSFileSystem)">getDataStream</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getInstance(org.apache.poi.poifs.crypt.EncryptionInfo)">getInstance</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#hashPassword(org.apache.poi.poifs.crypt.EncryptionInfo, java.lang.String)">hashPassword</a></code></li>
+<code><a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">getDataStream</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getDataStream(org.apache.poi.poifs.filesystem.POIFSFileSystem)">getDataStream</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#getInstance(org.apache.poi.poifs.crypt.EncryptionInfo)">getInstance</a>, <a href="../../../../../org/apache/poi/poifs/crypt/Decryptor.html#hashPassword(org.apache.poi.poifs.crypt.EncryptionInfo, java.lang.String)">hashPassword</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html Thu Dec 12 05:33:51 2013
@@ -213,33 +213,37 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherMode()">getCipherMode</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherMode()">getCipherMode</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getProviderType()">getProviderType</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -499,6 +503,15 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;int&nbsp;getKeySize()</pre>
 </li>
 </ul>
+<a name="getBlockSize()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBlockSize</h4>
+<pre>public&nbsp;int&nbsp;getBlockSize()</pre>
+</li>
+</ul>
 <a name="getKeySalt()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionInfo.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionInfo.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionInfo.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionInfo.html Thu Dec 12 05:33:51 2013
@@ -96,8 +96,6 @@
 <br>
 <pre>public class <span class="strong">EncryptionInfo</span>
 extends java.lang.Object</pre>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Maxim Valyanskiy, Gary King</dd></dl>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionVerifier.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionVerifier.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionVerifier.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionVerifier.html Thu Dec 12 05:33:51 2013
@@ -96,8 +96,7 @@
 <br>
 <pre>public class <span class="strong">EncryptionVerifier</span>
 extends java.lang.Object</pre>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Maxim Valyanskiy, Gary King</dd></dl>
+<div class="block">Used when checking if a key is valid for a document</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/package-summary.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/package-summary.html Thu Dec 12 05:33:51 2013
@@ -98,7 +98,9 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt">EncryptionVerifier</a></td>
-<td class="colLast">&nbsp;</td>
+<td class="colLast">
+<div class="block">Used when checking if a key is valid for a document</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/package-use.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/package-use.html Thu Dec 12 05:33:51 2013
@@ -102,7 +102,9 @@
 <td class="colOne"><a href="../../../../../org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html#org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/poifs/crypt/class-use/EncryptionVerifier.html#org.apache.poi.poifs.crypt">EncryptionVerifier</a>&nbsp;</td>
+<td class="colOne"><a href="../../../../../org/apache/poi/poifs/crypt/class-use/EncryptionVerifier.html#org.apache.poi.poifs.crypt">EncryptionVerifier</a>
+<div class="block">Used when checking if a key is valid for a document</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Cell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Cell.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Cell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Cell.html Thu Dec 12 05:33:51 2013
@@ -314,7 +314,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#setCellType(int)">setCellType</a></strong>(int&nbsp;cellType)</code>
-<div class="block">Set the cells type (numeric, formula or string)</div>
+<div class="block">Set the cells type (numeric, formula or string).</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -512,9 +512,12 @@
 <li class="blockList">
 <h4>setCellType</h4>
 <pre>void&nbsp;setCellType(int&nbsp;cellType)</pre>
-<div class="block">Set the cells type (numeric, formula or string)</div>
+<div class="block">Set the cells type (numeric, formula or string).
+ If the cell currently contains a value, the value will
+  be converted to match the new type, if possible.</div>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if the specified cell type is invalid</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC"><code>CELL_TYPE_NUMERIC</code></a>, 
+<dd><code>java.lang.IllegalArgumentException</code> - if the specified cell type is invalid</dd>
+<dd><code>java.lang.IllegalStateException</code> - if the current value cannot be converted to the new type</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC"><code>CELL_TYPE_NUMERIC</code></a>, 
 <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_STRING"><code>CELL_TYPE_STRING</code></a>, 
 <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_FORMULA"><code>CELL_TYPE_FORMULA</code></a>, 
 <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK"><code>CELL_TYPE_BLANK</code></a>, 

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisPosition.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisPosition.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisPosition.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisPosition.html Thu Dec 12 05:33:51 2013
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisOrientation.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/AxisPosition.html" target="_top">Frames</a></li>
@@ -302,7 +302,7 @@ with the specified name</dd>
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisOrientation.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/AxisPosition.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisTickMark.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisTickMark.html?rev=1550352&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisTickMark.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisTickMark.html Thu Dec 12 05:33:51 2013
@@ -0,0 +1,350 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>AxisTickMark (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="AxisTickMark (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AxisTickMark.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/AxisTickMark.html" target="_top">Frames</a></li>
+<li><a href="AxisTickMark.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.ss.usermodel.charts</div>
+<h2 title="Enum AxisTickMark" class="title">Enum AxisTickMark</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Enum&lt;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.ss.usermodel.charts.AxisTickMark</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public enum <span class="strong">AxisTickMark</span>
+extends java.lang.Enum&lt;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&gt;</pre>
+<div class="block">Enumeration of possible axis tick marks.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Martin Andersson</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
+<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html#CROSS">CROSS</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html#IN">IN</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html#NONE">NONE</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html#OUT">OUT</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="NONE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NONE</h4>
+<pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a> NONE</pre>
+</li>
+</ul>
+<a name="CROSS">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CROSS</h4>
+<pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a> CROSS</pre>
+</li>
+</ul>
+<a name="IN">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>IN</h4>
+<pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a> IN</pre>
+</li>
+</ul>
+<a name="OUT">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OUT</h4>
+<pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a> OUT</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>[]&nbsp;values()</pre>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (AxisTickMark c : AxisTickMark.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
+the order they are declared</dd></dl>
+</li>
+</ul>
+<a name="valueOf(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant
+with the specified name</dd>
+<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AxisTickMark.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/AxisTickMark.html" target="_top">Frames</a></li>
+<li><a href="AxisTickMark.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2013 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Propchange: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisTickMark.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/AxisTickMark.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartAxis.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartAxis.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartAxis.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartAxis.html Thu Dec 12 05:33:51 2013
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -90,7 +90,7 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a>, <a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFValueAxis</a></dd>
+<dd><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFCategoryAxis</a>, <a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFChartAxis</a>, <a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFValueAxis</a></dd>
 </dl>
 <hr>
 <br>
@@ -136,13 +136,21 @@ public interface <span class="strong">Ch
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#getLogBase()">getLogBase</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#getMajorTickMark()">getMajorTickMark</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#getMaximum()">getMaximum</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#getMinimum()">getMinimum</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#getMinorTickMark()">getMinorTickMark</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#getNumberFormat()">getNumberFormat</a></strong>()</code>&nbsp;</td>
@@ -168,13 +176,21 @@ public interface <span class="strong">Ch
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#isSetMinimum()">isSetMinimum</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#isVisible()">isVisible</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setCrosses(org.apache.poi.ss.usermodel.charts.AxisCrosses)">setCrosses</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisCrosses.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisCrosses</a>&nbsp;crosses)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setLogBase(double)">setLogBase</a></strong>(double&nbsp;logBase)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setMajorTickMark(org.apache.poi.ss.usermodel.charts.AxisTickMark)">setMajorTickMark</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&nbsp;tickMark)</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setMaximum(double)">setMaximum</a></strong>(double&nbsp;max)</code>&nbsp;</td>
@@ -185,16 +201,24 @@ public interface <span class="strong">Ch
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setNumberFormat(java.lang.String)">setNumberFormat</a></strong>(java.lang.String&nbsp;format)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setMinorTickMark(org.apache.poi.ss.usermodel.charts.AxisTickMark)">setMinorTickMark</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&nbsp;tickMark)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setOrientation(org.apache.poi.ss.usermodel.charts.AxisOrientation)">setOrientation</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisOrientation.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisOrientation</a>&nbsp;orientation)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setNumberFormat(java.lang.String)">setNumberFormat</a></strong>(java.lang.String&nbsp;format)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setOrientation(org.apache.poi.ss.usermodel.charts.AxisOrientation)">setOrientation</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisOrientation.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisOrientation</a>&nbsp;orientation)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setPosition(org.apache.poi.ss.usermodel.charts.AxisPosition)">setPosition</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;position)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html#setVisible(boolean)">setVisible</a></strong>(boolean&nbsp;value)</code>&nbsp;</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -395,7 +419,7 @@ public interface <span class="strong">Ch
 <a name="crossAxis(org.apache.poi.ss.usermodel.charts.ChartAxis)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>crossAxis</h4>
 <pre>void&nbsp;crossAxis(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartAxis</a>&nbsp;axis)</pre>
@@ -403,6 +427,66 @@ public interface <span class="strong">Ch
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>axis</code> - that this axis should cross</dd></dl>
 </li>
 </ul>
+<a name="isVisible()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isVisible</h4>
+<pre>boolean&nbsp;isVisible()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>visibility of the axis.</dd></dl>
+</li>
+</ul>
+<a name="setVisible(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setVisible</h4>
+<pre>void&nbsp;setVisible(boolean&nbsp;value)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - visibility of the axis.</dd></dl>
+</li>
+</ul>
+<a name="getMajorTickMark()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMajorTickMark</h4>
+<pre><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&nbsp;getMajorTickMark()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>major tick mark.</dd></dl>
+</li>
+</ul>
+<a name="setMajorTickMark(org.apache.poi.ss.usermodel.charts.AxisTickMark)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMajorTickMark</h4>
+<pre>void&nbsp;setMajorTickMark(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&nbsp;tickMark)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tickMark</code> - major tick mark type.</dd></dl>
+</li>
+</ul>
+<a name="getMinorTickMark()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMinorTickMark</h4>
+<pre><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&nbsp;getMinorTickMark()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>minor tick mark.</dd></dl>
+</li>
+</ul>
+<a name="setMinorTickMark(org.apache.poi.ss.usermodel.charts.AxisTickMark)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setMinorTickMark</h4>
+<pre>void&nbsp;setMinorTickMark(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisTickMark</a>&nbsp;tickMark)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tickMark</code> - minor tick mark type.</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -429,7 +513,7 @@ public interface <span class="strong">Ch
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisTickMark.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html Thu Dec 12 05:33:51 2013
@@ -94,7 +94,7 @@
 public interface <span class="strong">ChartAxisFactory</span></pre>
 <div class="block">A factory for different chart axis.</div>
 <dl><dt><span class="strong">Author:</span></dt>
-  <dd>Roman Kashitsyn</dd></dl>
+  <dd>Roman Kashitsyn, Martin Andersson</dd></dl>
 </li>
 </ul>
 </div>
@@ -114,6 +114,10 @@ public interface <span class="strong">Ch
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartAxis</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html#createCategoryAxis(org.apache.poi.ss.usermodel.charts.AxisPosition)">createCategoryAxis</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ValueAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ValueAxis</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxisFactory.html#createValueAxis(org.apache.poi.ss.usermodel.charts.AxisPosition)">createValueAxis</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</code>&nbsp;</td>
 </tr>
@@ -135,13 +139,23 @@ public interface <span class="strong">Ch
 <a name="createValueAxis(org.apache.poi.ss.usermodel.charts.AxisPosition)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>createValueAxis</h4>
 <pre><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ValueAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ValueAxis</a>&nbsp;createValueAxis(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>new value axis</dd></dl>
 </li>
 </ul>
+<a name="createCategoryAxis(org.apache.poi.ss.usermodel.charts.AxisPosition)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>createCategoryAxis</h4>
+<pre><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartAxis.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartAxis</a>&nbsp;createCategoryAxis(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/AxisPosition.html" title="enum in org.apache.poi.ss.usermodel.charts">AxisPosition</a>&nbsp;pos)</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>new category axis.</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartData.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartData.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartData.html Thu Dec 12 05:33:51 2013
@@ -86,11 +86,11 @@
 <li class="blockList">
 <dl>
 <dt>All Known Subinterfaces:</dt>
-<dd><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ScatterChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ScatterChartData</a></dd>
+<dd><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartData</a>, <a href="../../../../../../org/apache/poi/ss/usermodel/charts/ScatterChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ScatterChartData</a></dd>
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFScatterChartData</a></dd>
+<dd><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFLineChartData.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFLineChartData</a>, <a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFScatterChartData</a></dd>
 </dl>
 <hr>
 <br>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartDataFactory.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartDataFactory.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartDataFactory.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartDataFactory.html Thu Dec 12 05:33:51 2013
@@ -94,7 +94,7 @@
 public interface <span class="strong">ChartDataFactory</span></pre>
 <div class="block">A factory for different charts data types.</div>
 <dl><dt><span class="strong">Author:</span></dt>
-  <dd>Roman Kashitsyn</dd></dl>
+  <dd>Roman Kashitsyn, Martin Andersson</dd></dl>
 </li>
 </ul>
 </div>
@@ -114,6 +114,10 @@ public interface <span class="strong">Ch
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartData</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartDataFactory.html#createLineChartData()">createLineChartData</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ScatterChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ScatterChartData</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartDataFactory.html#createScatterChartData()">createScatterChartData</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -135,13 +139,23 @@ public interface <span class="strong">Ch
 <a name="createScatterChartData()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>createScatterChartData</h4>
 <pre><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ScatterChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ScatterChartData</a>&nbsp;createScatterChartData()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>an appropriate ScatterChartData instance</dd></dl>
 </li>
 </ul>
+<a name="createLineChartData()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>createLineChartData</h4>
+<pre><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartData</a>&nbsp;createLineChartData()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>a LineChartData instance</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartLegend.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartLegend.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartLegend.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartLegend.html Thu Dec 12 05:33:51 2013
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartDataSource.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/DataSources.html" title="class in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/ChartLegend.html" target="_top">Frames</a></li>
@@ -230,7 +230,7 @@ extends <a href="../../../../../../org/a
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartDataSource.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/DataSources.html" title="class in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/ChartLegend.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartSerie.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartSerie.html?rev=1550352&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartSerie.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartSerie.html Thu Dec 12 05:33:51 2013
@@ -0,0 +1,282 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>ChartSerie (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ChartSerie (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ChartSerie.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartLegend.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/DataSources.html" title="class in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/ChartSerie.html" target="_top">Frames</a></li>
+<li><a href="ChartSerie.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.ss.usermodel.charts</div>
+<h2 title="Interface ChartSerie" class="title">Interface ChartSerie</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartSerie</a>, <a href="../../../../../../org/apache/poi/ss/usermodel/charts/ScatterChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts">ScatterChartSerie</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/AbstractXSSFChartSerie.html" title="class in org.apache.poi.xssf.usermodel.charts">AbstractXSSFChartSerie</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="strong">ChartSerie</span></pre>
+<div class="block">Basic settings for all chart series.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Martin Andersson</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html#getTitleCellReference()">getTitleCellReference</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html#getTitleString()">getTitleString</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/TitleType.html" title="enum in org.apache.poi.ss.usermodel.charts">TitleType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html#getTitleType()">getTitleType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html#setTitle(org.apache.poi.ss.util.CellReference)">setTitle</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</a>&nbsp;titleReference)</code>
+<div class="block">Sets the title of the series as a cell reference.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html#setTitle(java.lang.String)">setTitle</a></strong>(java.lang.String&nbsp;title)</code>
+<div class="block">Sets the title of the series as a string literal.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="setTitle(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTitle</h4>
+<pre>void&nbsp;setTitle(java.lang.String&nbsp;title)</pre>
+<div class="block">Sets the title of the series as a string literal.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>title</code> - </dd></dl>
+</li>
+</ul>
+<a name="setTitle(org.apache.poi.ss.util.CellReference)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTitle</h4>
+<pre>void&nbsp;setTitle(<a href="../../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</a>&nbsp;titleReference)</pre>
+<div class="block">Sets the title of the series as a cell reference.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>titleReference</code> - </dd></dl>
+</li>
+</ul>
+<a name="getTitleString()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTitleString</h4>
+<pre>java.lang.String&nbsp;getTitleString()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>title as string literal.</dd></dl>
+</li>
+</ul>
+<a name="getTitleCellReference()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTitleCellReference</h4>
+<pre><a href="../../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</a>&nbsp;getTitleCellReference()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>title as cell reference.</dd></dl>
+</li>
+</ul>
+<a name="getTitleType()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getTitleType</h4>
+<pre><a href="../../../../../../org/apache/poi/ss/usermodel/charts/TitleType.html" title="enum in org.apache.poi.ss.usermodel.charts">TitleType</a>&nbsp;getTitleType()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>title type.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ChartSerie.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartLegend.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/DataSources.html" title="class in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/ChartSerie.html" target="_top">Frames</a></li>
+<li><a href="ChartSerie.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2013 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Propchange: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartSerie.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/ChartSerie.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/DataSources.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/DataSources.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/DataSources.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/DataSources.html Thu Dec 12 05:33:51 2013
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartLegend.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LayoutMode.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -211,7 +211,7 @@ extends java.lang.Object</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartLegend.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LayoutMode.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LegendPosition.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LegendPosition.html?rev=1550352&r1=1550351&r2=1550352&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LegendPosition.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LegendPosition.html Thu Dec 12 05:33:51 2013
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LayoutTarget.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ManualLayout.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartData.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/LegendPosition.html" target="_top">Frames</a></li>
@@ -314,7 +314,7 @@ with the specified name</dd>
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LayoutTarget.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ManualLayout.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartData.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/LegendPosition.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LineChartData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LineChartData.html?rev=1550352&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LineChartData.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LineChartData.html Thu Dec 12 05:33:51 2013
@@ -0,0 +1,245 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>LineChartData (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="LineChartData (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LineChartData.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LegendPosition.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/LineChartData.html" target="_top">Frames</a></li>
+<li><a href="LineChartData.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.ss.usermodel.charts</div>
+<h2 title="Interface LineChartData" class="title">Interface LineChartData</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartData</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../../../org/apache/poi/xssf/usermodel/charts/XSSFLineChartData.html" title="class in org.apache.poi.xssf.usermodel.charts">XSSFLineChartData</a></dd>
+</dl>
+<hr>
+<br>
+<pre><a href="../../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
+public interface <span class="strong">LineChartData</span>
+extends <a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartData</a></pre>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Martin Andersson</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartSerie</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartData.html#addSerie(org.apache.poi.ss.usermodel.charts.ChartDataSource, org.apache.poi.ss.usermodel.charts.ChartDataSource)">addSerie</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartDataSource.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartDataSource</a>&lt;?&gt;&nbsp;categories,
+        <a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartDataSource.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;values)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.util.List&lt;? extends <a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartSerie</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartData.html#getSeries()">getSeries</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.usermodel.charts.ChartData">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.poi.ss.usermodel.charts.<a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartData</a></h3>
+<code><a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartData.html#fillChart(org.apache.poi.ss.usermodel.Chart, org.apache.poi.ss.usermodel.charts.ChartAxis...)">fillChart</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="addSerie(org.apache.poi.ss.usermodel.charts.ChartDataSource, org.apache.poi.ss.usermodel.charts.ChartDataSource)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addSerie</h4>
+<pre><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartSerie</a>&nbsp;addSerie(<a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartDataSource.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartDataSource</a>&lt;?&gt;&nbsp;categories,
+                      <a href="../../../../../../org/apache/poi/ss/usermodel/charts/ChartDataSource.html" title="interface in org.apache.poi.ss.usermodel.charts">ChartDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;values)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>categories</code> - data source for categories.</dd><dd><code>values</code> - data source for values.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>a new line chart serie.</dd></dl>
+</li>
+</ul>
+<a name="getSeries()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getSeries</h4>
+<pre>java.util.List&lt;? extends <a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts">LineChartSerie</a>&gt;&nbsp;getSeries()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>list of all series.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LineChartData.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LegendPosition.html" title="enum in org.apache.poi.ss.usermodel.charts"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/charts/LineChartSerie.html" title="interface in org.apache.poi.ss.usermodel.charts"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/charts/LineChartData.html" target="_top">Frames</a></li>
+<li><a href="LineChartData.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2013 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Propchange: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LineChartData.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/charts/LineChartData.html
------------------------------------------------------------------------------
    svn:mime-type = text/html



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org