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 2017/11/27 12:09:33 UTC

svn commit: r1816438 [18/35] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/hpsf/ apidocs/org/apache/poi/hpsf/class-use/ apidocs/org/apache/poi/hpsf/wellknown/ apidocs/org/apache/poi...

Added: poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html?rev=1816438&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html Mon Nov 27 12:09:29 2017
@@ -0,0 +1,443 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<title>XDDFChartData.Series (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="XDDFChartData.Series (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":10,"i2":6,"i3":6,"i4":10,"i5":10,"i6":10,"i7":6,"i8":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFChartData.Series.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/xddf/usermodel/chart/XDDFChartData.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" target="_top">Frames</a></li>
+<li><a href="XDDFChartData.Series.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&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.xddf.usermodel.chart</div>
+<h2 title="Class XDDFChartData.Series" class="title">Class XDDFChartData.Series</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xddf.usermodel.chart.XDDFChartData.Series</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFBarChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFBarChartData.Series</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLineChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLineChartData.Series</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFPieChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFPieChartData.Series</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFRadarChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFRadarChartData.Series</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFScatterChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFScatterChartData.Series</a></dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartData</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">XDDFChartData.Series</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#categoryData">categoryData</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#valuesData">valuesData</a></span></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#Series-org.apache.poi.xddf.usermodel.chart.XDDFDataSource-org.apache.poi.xddf.usermodel.chart.XDDFNumericalDataSource-">Series</a></span>(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;&nbsp;category,
+      <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;values)</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#getAxDS--">getAxDS</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#getCategoryData--">getCategoryData</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#getNumDS--">getNumDS</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#getSeriesText--">getSeriesText</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#getValuesData--">getValuesData</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#plot--">plot</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#replaceData-org.apache.poi.xddf.usermodel.chart.XDDFDataSource-org.apache.poi.xddf.usermodel.chart.XDDFNumericalDataSource-">replaceData</a></span>(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;&nbsp;category,
+           <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;values)</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>abstract void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#setShowLeaderLines-boolean-">setShowLeaderLines</a></span>(boolean&nbsp;showLeaderLines)</code>&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html#setTitle-java.lang.String-org.apache.poi.ss.util.CellReference-">setTitle</a></span>(java.lang.String&nbsp;title,
+        <a href="../../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</a>&nbsp;titleRef)</code>&nbsp;</td>
+</tr>
+</table>
+<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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="categoryData">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>categoryData</h4>
+<pre>protected&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt; categoryData</pre>
+</li>
+</ul>
+<a name="valuesData">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valuesData</h4>
+<pre>protected&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt; valuesData</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Series-org.apache.poi.xddf.usermodel.chart.XDDFDataSource-org.apache.poi.xddf.usermodel.chart.XDDFNumericalDataSource-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Series</h4>
+<pre>protected&nbsp;Series(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;&nbsp;category,
+                 <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;values)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getSeriesText--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSeriesText</h4>
+<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx&nbsp;getSeriesText()</pre>
+</li>
+</ul>
+<a name="setShowLeaderLines-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setShowLeaderLines</h4>
+<pre>public abstract&nbsp;void&nbsp;setShowLeaderLines(boolean&nbsp;showLeaderLines)</pre>
+</li>
+</ul>
+<a name="getAxDS--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAxDS</h4>
+<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource&nbsp;getAxDS()</pre>
+</li>
+</ul>
+<a name="getNumDS--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumDS</h4>
+<pre>protected abstract&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource&nbsp;getNumDS()</pre>
+</li>
+</ul>
+<a name="replaceData-org.apache.poi.xddf.usermodel.chart.XDDFDataSource-org.apache.poi.xddf.usermodel.chart.XDDFNumericalDataSource-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>replaceData</h4>
+<pre>public&nbsp;void&nbsp;replaceData(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;&nbsp;category,
+                        <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;values)</pre>
+</li>
+</ul>
+<a name="setTitle-java.lang.String-org.apache.poi.ss.util.CellReference-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTitle</h4>
+<pre>public&nbsp;void&nbsp;setTitle(java.lang.String&nbsp;title,
+                     <a href="../../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</a>&nbsp;titleRef)</pre>
+</li>
+</ul>
+<a name="getCategoryData--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCategoryData</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;&nbsp;getCategoryData()</pre>
+</li>
+</ul>
+<a name="getValuesData--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValuesData</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;getValuesData()</pre>
+</li>
+</ul>
+<a name="plot--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>plot</h4>
+<pre>public&nbsp;void&nbsp;plot()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFChartData.Series.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/xddf/usermodel/chart/XDDFChartData.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" target="_top">Frames</a></li>
+<li><a href="XDDFChartData.Series.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&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 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartData.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartData.html?rev=1816438&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartData.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartData.html Mon Nov 27 12:09:29 2017
@@ -0,0 +1,408 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<title>XDDFChartData (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="XDDFChartData (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":10,"i2":10,"i3":10,"i4":10,"i5":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFChartData.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/xddf/usermodel/chart/XDDFChartAxis.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFChartData.html" target="_top">Frames</a></li>
+<li><a href="XDDFChartData.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&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.xddf.usermodel.chart</div>
+<h2 title="Class XDDFChartData" class="title">Class XDDFChartData</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xddf.usermodel.chart.XDDFChartData</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFBarChartData.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFBarChartData</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLineChartData.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLineChartData</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFPieChartData.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFPieChartData</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFRadarChartData.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFRadarChartData</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFScatterChartData.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFScatterChartData</a></dd>
+</dl>
+<hr>
+<br>
+<pre><a href="../../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
+public abstract class <span class="typeNameLabel">XDDFChartData</span>
+extends java.lang.Object</pre>
+<div class="block">Base of all XDDF Chart Data</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartData.Series</a></span></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartData.Series</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html#series">series</a></span></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html#XDDFChartData--">XDDFChartData</a></span>()</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>abstract <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartData.Series</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html#addSeries-org.apache.poi.xddf.usermodel.chart.XDDFDataSource-org.apache.poi.xddf.usermodel.chart.XDDFNumericalDataSource-">addSeries</a></span>(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;&nbsp;category,
+         <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;values)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html#defineAxes-org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt:A-java.util.Map-java.util.Map-">defineAxes</a></span>(org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt[]&nbsp;axes,
+          java.util.Map&lt;java.lang.Long,<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartAxis.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartAxis</a>&gt;&nbsp;categories,
+          java.util.Map&lt;java.lang.Long,<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFValueAxis.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFValueAxis</a>&gt;&nbsp;values)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFCategoryAxis.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFCategoryAxis</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html#getCategoryAxis--">getCategoryAxis</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartData.Series</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html#getSeries--">getSeries</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFValueAxis.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFValueAxis</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html#getValueAxes--">getValueAxes</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>abstract void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.html#setVaryColors-boolean-">setVaryColors</a></span>(boolean&nbsp;varyColors)</code>&nbsp;</td>
+</tr>
+</table>
+<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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="series">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>series</h4>
+<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartData.Series</a>&gt; series</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XDDFChartData--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDDFChartData</h4>
+<pre>protected&nbsp;XDDFChartData()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="defineAxes-org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt:A-java.util.Map-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>defineAxes</h4>
+<pre>protected&nbsp;void&nbsp;defineAxes(org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt[]&nbsp;axes,
+                          java.util.Map&lt;java.lang.Long,<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartAxis.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartAxis</a>&gt;&nbsp;categories,
+                          java.util.Map&lt;java.lang.Long,<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFValueAxis.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFValueAxis</a>&gt;&nbsp;values)</pre>
+</li>
+</ul>
+<a name="getCategoryAxis--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCategoryAxis</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFCategoryAxis.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFCategoryAxis</a>&nbsp;getCategoryAxis()</pre>
+</li>
+</ul>
+<a name="getValueAxes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueAxes</h4>
+<pre>public&nbsp;java.util.List&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFValueAxis.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFValueAxis</a>&gt;&nbsp;getValueAxes()</pre>
+</li>
+</ul>
+<a name="getSeries--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSeries</h4>
+<pre>public&nbsp;java.util.List&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartData.Series</a>&gt;&nbsp;getSeries()</pre>
+</li>
+</ul>
+<a name="setVaryColors-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setVaryColors</h4>
+<pre>public abstract&nbsp;void&nbsp;setVaryColors(boolean&nbsp;varyColors)</pre>
+</li>
+</ul>
+<a name="addSeries-org.apache.poi.xddf.usermodel.chart.XDDFDataSource-org.apache.poi.xddf.usermodel.chart.XDDFNumericalDataSource-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>addSeries</h4>
+<pre>public abstract&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartData.Series</a>&nbsp;addSeries(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFDataSource</a>&lt;?&gt;&nbsp;category,
+                                               <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;? extends java.lang.Number&gt;&nbsp;values)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFChartData.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/xddf/usermodel/chart/XDDFChartAxis.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFChartData.html" target="_top">Frames</a></li>
+<li><a href="XDDFChartData.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&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 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html?rev=1816438&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html Mon Nov 27 12:09:29 2017
@@ -0,0 +1,292 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<title>XDDFChartExtensionList (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="XDDFChartExtensionList (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFChartExtensionList.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/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html" target="_top">Frames</a></li>
+<li><a href="XDDFChartExtensionList.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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.xddf.usermodel.chart</div>
+<h2 title="Class XDDFChartExtensionList" class="title">Class XDDFChartExtensionList</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xddf.usermodel.chart.XDDFChartExtensionList</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre><a href="../../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
+public class <span class="typeNameLabel">XDDFChartExtensionList</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html#XDDFChartExtensionList--">XDDFChartExtensionList</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html#XDDFChartExtensionList-org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList-">XDDFChartExtensionList</a></span>(org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList&nbsp;list)</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html#getXmlObject--">getXmlObject</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XDDFChartExtensionList--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>XDDFChartExtensionList</h4>
+<pre>public&nbsp;XDDFChartExtensionList()</pre>
+</li>
+</ul>
+<a name="XDDFChartExtensionList-org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDDFChartExtensionList</h4>
+<pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+protected&nbsp;XDDFChartExtensionList(org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList&nbsp;list)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getXmlObject--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getXmlObject</h4>
+<pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList&nbsp;getXmlObject()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFChartExtensionList.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/xddf/usermodel/chart/XDDFChartData.Series.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html" target="_top">Frames</a></li>
+<li><a href="XDDFChartExtensionList.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html?rev=1816438&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html Mon Nov 27 12:09:29 2017
@@ -0,0 +1,497 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<title>XDDFChartLegend (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="XDDFChartLegend (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFChartLegend.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/xddf/usermodel/chart/XDDFChartExtensionList.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html" target="_top">Frames</a></li>
+<li><a href="XDDFChartLegend.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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.xddf.usermodel.chart</div>
+<h2 title="Class XDDFChartLegend" class="title">Class XDDFChartLegend</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.xddf.usermodel.chart.XDDFChartLegend</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre><a href="../../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
+public final class <span class="typeNameLabel">XDDFChartLegend</span>
+extends java.lang.Object</pre>
+<div class="block">Represents a DrawingML chart legend</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#XDDFChartLegend-org.openxmlformats.schemas.drawingml.x2006.chart.CTChart-">XDDFChartLegend</a></span>(org.openxmlformats.schemas.drawingml.x2006.chart.CTChart&nbsp;ctChart)</code>
+<div class="block">Create a new DrawingML chart legend</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLegendEntry.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLegendEntry</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#addEntry--">addEntry</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLegendEntry.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLegendEntry</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getEntries--">getEntries</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLegendEntry.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLegendEntry</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getEntry-int-">getEntry</a></span>(int&nbsp;index)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartExtensionList</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getExtensionList--">getExtensionList</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLayout.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLayout</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getLayout--">getLayout</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFManualLayout.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFManualLayout</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getOrAddManualLayout--">getOrAddManualLayout</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/LegendPosition.html" title="enum in org.apache.poi.xddf.usermodel.chart">LegendPosition</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getPosition--">getPosition</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getShapeProperties--">getShapeProperties</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/text/XDDFTextBody.html" title="class in org.apache.poi.xddf.usermodel.text">XDDFTextBody</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getTextBody--">getTextBody</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#getXmlObject--">getXmlObject</a></span>()</code>
+<div class="block">Return the underlying CTLegend bean.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#isOverlay--">isOverlay</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#setExtensionList-org.apache.poi.xddf.usermodel.chart.XDDFChartExtensionList-">setExtensionList</a></span>(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartExtensionList</a>&nbsp;list)</code>&nbsp;</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#setLayout-org.apache.poi.xddf.usermodel.chart.XDDFLayout-">setLayout</a></span>(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLayout.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLayout</a>&nbsp;layout)</code>&nbsp;</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#setOverlay-boolean-">setOverlay</a></span>(boolean&nbsp;value)</code>&nbsp;</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#setPosition-org.apache.poi.xddf.usermodel.chart.LegendPosition-">setPosition</a></span>(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/LegendPosition.html" title="enum in org.apache.poi.xddf.usermodel.chart">LegendPosition</a>&nbsp;position)</code>&nbsp;</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#setShapeProperties-org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties-">setShapeProperties</a></span>(org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties&nbsp;properties)</code>&nbsp;</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html#setTextBody-org.apache.poi.xddf.usermodel.text.XDDFTextBody-">setTextBody</a></span>(<a href="../../../../../../org/apache/poi/xddf/usermodel/text/XDDFTextBody.html" title="class in org.apache.poi.xddf.usermodel.text">XDDFTextBody</a>&nbsp;body)</code>&nbsp;</td>
+</tr>
+</table>
+<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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="XDDFChartLegend-org.openxmlformats.schemas.drawingml.x2006.chart.CTChart-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>XDDFChartLegend</h4>
+<pre>public&nbsp;XDDFChartLegend(org.openxmlformats.schemas.drawingml.x2006.chart.CTChart&nbsp;ctChart)</pre>
+<div class="block">Create a new DrawingML chart legend</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getXmlObject--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getXmlObject</h4>
+<pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+protected&nbsp;org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend&nbsp;getXmlObject()</pre>
+<div class="block">Return the underlying CTLegend bean.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the underlying CTLegend bean</dd>
+</dl>
+</li>
+</ul>
+<a name="getShapeProperties--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getShapeProperties</h4>
+<pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties&nbsp;getShapeProperties()</pre>
+</li>
+</ul>
+<a name="setShapeProperties-org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setShapeProperties</h4>
+<pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;void&nbsp;setShapeProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties&nbsp;properties)</pre>
+</li>
+</ul>
+<a name="getTextBody--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTextBody</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/text/XDDFTextBody.html" title="class in org.apache.poi.xddf.usermodel.text">XDDFTextBody</a>&nbsp;getTextBody()</pre>
+</li>
+</ul>
+<a name="setTextBody-org.apache.poi.xddf.usermodel.text.XDDFTextBody-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTextBody</h4>
+<pre>public&nbsp;void&nbsp;setTextBody(<a href="../../../../../../org/apache/poi/xddf/usermodel/text/XDDFTextBody.html" title="class in org.apache.poi.xddf.usermodel.text">XDDFTextBody</a>&nbsp;body)</pre>
+</li>
+</ul>
+<a name="addEntry--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addEntry</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLegendEntry.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLegendEntry</a>&nbsp;addEntry()</pre>
+</li>
+</ul>
+<a name="getEntry-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEntry</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLegendEntry.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLegendEntry</a>&nbsp;getEntry(int&nbsp;index)</pre>
+</li>
+</ul>
+<a name="getEntries--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEntries</h4>
+<pre>public&nbsp;java.util.List&lt;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLegendEntry.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLegendEntry</a>&gt;&nbsp;getEntries()</pre>
+</li>
+</ul>
+<a name="setExtensionList-org.apache.poi.xddf.usermodel.chart.XDDFChartExtensionList-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setExtensionList</h4>
+<pre>public&nbsp;void&nbsp;setExtensionList(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartExtensionList</a>&nbsp;list)</pre>
+</li>
+</ul>
+<a name="getExtensionList--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExtensionList</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFChartExtensionList.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFChartExtensionList</a>&nbsp;getExtensionList()</pre>
+</li>
+</ul>
+<a name="setLayout-org.apache.poi.xddf.usermodel.chart.XDDFLayout-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLayout</h4>
+<pre>public&nbsp;void&nbsp;setLayout(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLayout.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLayout</a>&nbsp;layout)</pre>
+</li>
+</ul>
+<a name="getLayout--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLayout</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFLayout.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFLayout</a>&nbsp;getLayout()</pre>
+</li>
+</ul>
+<a name="setPosition-org.apache.poi.xddf.usermodel.chart.LegendPosition-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPosition</h4>
+<pre>public&nbsp;void&nbsp;setPosition(<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/LegendPosition.html" title="enum in org.apache.poi.xddf.usermodel.chart">LegendPosition</a>&nbsp;position)</pre>
+</li>
+</ul>
+<a name="getPosition--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPosition</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/LegendPosition.html" title="enum in org.apache.poi.xddf.usermodel.chart">LegendPosition</a>&nbsp;getPosition()</pre>
+</li>
+</ul>
+<a name="getOrAddManualLayout--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOrAddManualLayout</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFManualLayout.html" title="class in org.apache.poi.xddf.usermodel.chart">XDDFManualLayout</a>&nbsp;getOrAddManualLayout()</pre>
+</li>
+</ul>
+<a name="isOverlay--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isOverlay</h4>
+<pre>public&nbsp;boolean&nbsp;isOverlay()</pre>
+</li>
+</ul>
+<a name="setOverlay-boolean-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setOverlay</h4>
+<pre>public&nbsp;void&nbsp;setOverlay(boolean&nbsp;value)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFChartLegend.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/xddf/usermodel/chart/XDDFChartExtensionList.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFChartLegend.html" target="_top">Frames</a></li>
+<li><a href="XDDFChartLegend.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Added: poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html?rev=1816438&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html Mon Nov 27 12:09:29 2017
@@ -0,0 +1,281 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<title>XDDFDataSource (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="XDDFDataSource (POI API Documentation)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFDataSource.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/xddf/usermodel/chart/XDDFChartLegend.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSourcesFactory.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" target="_top">Frames</a></li>
+<li><a href="XDDFDataSource.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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.xddf.usermodel.chart</div>
+<h2 title="Interface XDDFDataSource" class="title">Interface XDDFDataSource&lt;T&gt;</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/xddf/usermodel/chart/XDDFCategoryDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFCategoryDataSource</a>, <a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFNumericalDataSource.html" title="interface in org.apache.poi.xddf.usermodel.chart">XDDFNumericalDataSource</a>&lt;T&gt;</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="typeNameLabel">XDDFDataSource&lt;T&gt;</span></pre>
+</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html#getDataRangeReference--">getDataRangeReference</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="type parameter in XDDFDataSource">T</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html#getPointAt-int-">getPointAt</a></span>(int&nbsp;index)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html#getPointCount--">getPointCount</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html#isNumeric--">isNumeric</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html#isReference--">isReference</a></span>()</code>&nbsp;</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="getPointCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPointCount</h4>
+<pre>int&nbsp;getPointCount()</pre>
+</li>
+</ul>
+<a name="getPointAt-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPointAt</h4>
+<pre><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" title="type parameter in XDDFDataSource">T</a>&nbsp;getPointAt(int&nbsp;index)</pre>
+</li>
+</ul>
+<a name="isReference--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isReference</h4>
+<pre>boolean&nbsp;isReference()</pre>
+</li>
+</ul>
+<a name="isNumeric--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isNumeric</h4>
+<pre>boolean&nbsp;isNumeric()</pre>
+</li>
+</ul>
+<a name="getDataRangeReference--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getDataRangeReference</h4>
+<pre>java.lang.String&nbsp;getDataRangeReference()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<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/XDDFDataSource.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/xddf/usermodel/chart/XDDFChartLegend.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/poi/xddf/usermodel/chart/XDDFDataSourcesFactory.html" title="class in org.apache.poi.xddf.usermodel.chart"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/xddf/usermodel/chart/XDDFDataSource.html" target="_top">Frames</a></li>
+<li><a href="XDDFDataSource.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 2017 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>



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