Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html Sat May 27 10:10:07 2017 @@ -129,22 +129,34 @@ extends <a href="../../../../../org/apac </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor()">XSSFColor</a></strong>()</code> -<div class="block">Create an new instance of XSSFColor</div> +<div class="block">Create an new instance of XSSFColor, without knowledge of any custom indexed colors.</div> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(byte[])">XSSFColor</a></strong>(byte[] rgb)</code> </td> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(byte[],%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFColor</a></strong>(byte[] rgb, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(java.awt.Color)">XSSFColor</a></strong>(java.awt.Color clr)</code> </td> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(java.awt.Color)">XSSFColor</a></strong>(java.awt.Color clr)</code> +<div class="block">TEST ONLY - does not know about custom indexed colors</div> +</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">XSSFColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</code> -<div class="block">Create an instance of XSSFColor from the supplied XML bean</div> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>3.17 beta 1 - pass the workbook styles indexed color map, if any</i></div> +</div> </td> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.apache.poi.ss.usermodel.IndexedColors)">XSSFColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a> indexedColor)</code> </td> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> map)</code> +<div class="block">Create an instance of XSSFColor from the supplied XML bean, with the given color indexes</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.apache.poi.ss.usermodel.IndexedColors,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a> indexedColor, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> </tr> </table> </li> @@ -185,107 +197,97 @@ extends <a href="../../../../../org/apac </tr> <tr class="altColor"> <td class="colFirst"><code>short</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getIndexed()">getIndexed</a></strong>()</code> -<div class="block">Indexed ctColor value.</div> -</td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getIndexed()">getIndexed</a></strong>()</code> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code>protected byte[]</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getIndexedRGB()">getIndexedRGB</a></strong>()</code> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getRGB()">getRGB</a></strong>()</code> <div class="block">Standard Red Green Blue ctColor value (RGB).</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/xssf/usermodel/XSSFColor.html#getStoredRBG()">getStoredRBG</a></strong>()</code> -<div class="block">RGB or ARGB or null</div> -</td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getStoredRBG()">getStoredRBG</a></strong>()</code> </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/xssf/usermodel/XSSFColor.html#getTheme()">getTheme</a></strong>()</code> <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or <srgbClr> value expressed in the Theme part.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getTint()">getTint</a></strong>()</code> <div class="block">Specifies the tint value applied to the ctColor.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#hasAlpha()">hasAlpha</a></strong>()</code> -<div class="block">A boolean value indicating if the ctColor has a alpha or not</div> -</td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#hasAlpha()">hasAlpha</a></strong>()</code> </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/xssf/usermodel/XSSFColor.html#hashCode()">hashCode</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#hasTint()">hasTint</a></strong>()</code> -<div class="block">A boolean value indicating if the ctColor has a tint or not</div> -</td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#hasTint()">hasTint</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isAuto()">isAuto</a></strong>()</code> <div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isIndexed()">isIndexed</a></strong>()</code> <div class="block">A boolean value indicating the ctColor is Indexed</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isRGB()">isRGB</a></strong>()</code> -<div class="block">A boolean value indicating the ctColor is RGB or ARGB based</div> -</td> -</tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isThemed()">isThemed</a></strong>()</code> -<div class="block">A boolean value indicating the ctColor is Theme based</div> -</td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isRGB()">isRGB</a></strong>()</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setAuto(boolean)">setAuto</a></strong>(boolean auto)</code> -<div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div> -</td> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isThemed()">isThemed</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setAuto(boolean)">setAuto</a></strong>(boolean auto)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setIndexed(int)">setIndexed</a></strong>(int indexed)</code> <div class="block">Indexed ctColor value.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setRGB(byte[])">setRGB</a></strong>(byte[] rgb)</code> <div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div> </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/xssf/usermodel/XSSFColor.html#setTheme(int)">setTheme</a></strong>(int theme)</code> <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or <srgbClr> value expressed in the Theme part.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setTint(double)">setTint</a></strong>(double tint)</code> <div class="block">Specifies the tint value applied to the ctColor.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#toXSSFColor(org.apache.poi.ss.usermodel.Color)">toXSSFColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a> color)</code> <div class="block">Checked type cast <tt>color</tt> to an XSSFColor.</div> @@ -326,8 +328,24 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>XSSFColor</h4> -<pre>public XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> -<div class="block">Create an instance of XSSFColor from the supplied XML bean</div> +<pre>@Deprecated +<a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version()">version</a>="3.19") +public XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>3.17 beta 1 - pass the workbook styles indexed color map, if any</i></div> +<div class="block">Create an instance of XSSFColor from the supplied XML bean, with default color indexes</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - </dd></dl> +</li> +</ul> +<a name="XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor, org.apache.poi.xssf.usermodel.IndexedColorMap)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>XSSFColor</h4> +<pre>public XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> map)</pre> +<div class="block">Create an instance of XSSFColor from the supplied XML bean, with the given color indexes</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - </dd><dd><code>map</code> - </dd></dl> </li> </ul> <a name="XSSFColor()"> @@ -337,7 +355,8 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>XSSFColor</h4> <pre>public XSSFColor()</pre> -<div class="block">Create an new instance of XSSFColor</div> +<div class="block">Create an new instance of XSSFColor, without knowledge of any custom indexed colors. + This is OK for just transiently setting indexes, etc. but is discouraged in read/get uses</div> </li> </ul> <a name="XSSFColor(java.awt.Color)"> @@ -347,24 +366,30 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>XSSFColor</h4> <pre>public XSSFColor(java.awt.Color clr)</pre> +<div class="block">TEST ONLY - does not know about custom indexed colors</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>clr</code> - awt Color</dd></dl> </li> </ul> -<a name="XSSFColor(byte[])"> +<a name="XSSFColor(byte[], org.apache.poi.xssf.usermodel.IndexedColorMap)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFColor</h4> -<pre>public XSSFColor(byte[] rgb)</pre> +<pre>public XSSFColor(byte[] rgb, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rgb</code> - bytes</dd><dd><code>colorMap</code> - </dd></dl> </li> </ul> -<a name="XSSFColor(org.apache.poi.ss.usermodel.IndexedColors)"> +<a name="XSSFColor(org.apache.poi.ss.usermodel.IndexedColors, org.apache.poi.xssf.usermodel.IndexedColorMap)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XSSFColor</h4> -<pre>public XSSFColor(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a> indexedColor)</pre> +<pre>public XSSFColor(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a> indexedColor, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>indexedColor</code> - color index (Enum named for default colors)</dd><dd><code>colorMap</code> - </dd></dl> </li> </ul> </li> @@ -386,7 +411,7 @@ extends <a href="../../../../../org/apac <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isAuto()">isAuto</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>true if the color is automatic</dd></dl> </li> </ul> <a name="setAuto(boolean)"> @@ -396,7 +421,7 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>setAuto</h4> <pre>public void setAuto(boolean auto)</pre> -<div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>auto</code> - true if the ctColor is automatic and system ctColor dependent.</dd></dl> </li> </ul> <a name="isIndexed()"> @@ -410,7 +435,7 @@ extends <a href="../../../../../org/apac <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isIndexed()">isIndexed</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>true if the color is indexed</dd></dl> </li> </ul> <a name="isRGB()"> @@ -420,11 +445,10 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>isRGB</h4> <pre>public boolean isRGB()</pre> -<div class="block">A boolean value indicating the ctColor is RGB or ARGB based</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isRGB()">isRGB</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>true if the ctColor is RGB or ARGB based</dd></dl> </li> </ul> <a name="isThemed()"> @@ -434,11 +458,10 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>isThemed</h4> <pre>public boolean isThemed()</pre> -<div class="block">A boolean value indicating the ctColor is Theme based</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isThemed()">isThemed</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>true if the ctColor is Theme based</dd></dl> </li> </ul> <a name="hasAlpha()"> @@ -448,7 +471,7 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>hasAlpha</h4> <pre>public boolean hasAlpha()</pre> -<div class="block">A boolean value indicating if the ctColor has a alpha or not</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>true if the ctColor has a alpha</dd></dl> </li> </ul> <a name="hasTint()"> @@ -458,7 +481,7 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>hasTint</h4> <pre>public boolean hasTint()</pre> -<div class="block">A boolean value indicating if the ctColor has a tint or not</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>true if the ctColor has a tint</dd></dl> </li> </ul> <a name="getIndex()"> @@ -472,7 +495,7 @@ extends <a href="../../../../../org/apac <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getIndex()">getIndex</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>Indexed Color index value, if <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isIndexed()"><code>ExtendedColor.isIndexed()</code></a> is true</dd></dl> </li> </ul> <a name="getIndexed()"> @@ -482,7 +505,7 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>getIndexed</h4> <pre>public short getIndexed()</pre> -<div class="block">Indexed ctColor value. Only used for backwards compatibility. References a ctColor in indexedColors.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>Indexed ctColor value. Only used for backwards compatibility. References a ctColor in indexedColors.</dd></dl> </li> </ul> <a name="setIndexed(int)"> @@ -493,6 +516,7 @@ extends <a href="../../../../../org/apac <h4>setIndexed</h4> <pre>public void setIndexed(int indexed)</pre> <div class="block">Indexed ctColor value. Only used for backwards compatibility. References a ctColor in indexedColors.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>indexed</code> - color index</dd></dl> </li> </ul> <a name="getRGB()"> @@ -507,7 +531,8 @@ extends <a href="../../../../../org/apac <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getRGB()">getRGB</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>Standard Red Green Blue ctColor value (RGB) bytes. + If there was an A (Alpha) value, it will be stripped.</dd></dl> </li> </ul> <a name="getARGB()"> @@ -521,7 +546,7 @@ extends <a href="../../../../../org/apac <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getARGB()">getARGB</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>Standard Alpha Red Green Blue ctColor value (ARGB) bytes.</dd></dl> </li> </ul> <a name="getStoredRBG()"> @@ -531,12 +556,23 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>getStoredRBG</h4> <pre>protected byte[] getStoredRBG()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getStoredRBG()">ExtendedColor</a></code></strong></div> -<div class="block">RGB or ARGB or null</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getStoredRBG()">getStoredRBG</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>RGB or ARGB bytes or null</dd></dl> +</li> +</ul> +<a name="getIndexedRGB()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getIndexedRGB</h4> +<pre>protected byte[] getIndexedRGB()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getIndexedRGB()">getIndexedRGB</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>index color RGB bytes, if <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isIndexed()"><code>ExtendedColor.isIndexed()</code></a> == true, null if not indexed or index is invalid</dd></dl> </li> </ul> <a name="setRGB(byte[])"> @@ -550,7 +586,7 @@ extends <a href="../../../../../org/apac <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setRGB(byte[])">setRGB</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Parameters:</span></dt><dd><code>rgb</code> - bytes</dd></dl> </li> </ul> <a name="getTheme()"> @@ -565,7 +601,7 @@ extends <a href="../../../../../org/apac <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getTheme()">getTheme</a></code> in class <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> -</dl> +<dt><span class="strong">Returns:</span></dt><dd>Index of Theme color, if <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isThemed()"><code>ExtendedColor.isThemed()</code></a> is true</dd></dl> </li> </ul> <a name="setTheme(int)"> @@ -577,6 +613,7 @@ extends <a href="../../../../../org/apac <pre>public void setTheme(int theme)</pre> <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or <srgbClr> value expressed in the Theme part.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theme</code> - index</dd></dl> </li> </ul> <a name="getTint()">
Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html Sat May 27 10:10:07 2017 @@ -301,6 +301,7 @@ implements <a href="../../../../../org/a <li class="blockList"> <h4>createColor</h4> <pre>public <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a> createColor()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>color from scale</dd></dl> </li> </ul> <a name="createThreshold()"> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.html Sat May 27 10:10:07 2017 @@ -406,6 +406,8 @@ implements <a href="../../../../../org/a <li class="blockList"> <h4>createDataBarFormatting</h4> <pre>public <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataBarFormatting.html" title="class in org.apache.poi.xssf.usermodel">XSSFDataBarFormatting</a> createDataBarFormatting(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a> color)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - </dd> +<dt><span class="strong">Returns:</span></dt><dd>data bar formatting</dd></dl> </li> </ul> <a name="getDataBarFormatting()"> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html Sat May 27 10:10:07 2017 @@ -124,8 +124,9 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf,%20int)">XSSFDxfStyleProvider</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf, - int stripeSize)</code> </td> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf,%20int,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFDxfStyleProvider</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf, + int stripeSize, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> </tr> </table> </li> @@ -186,15 +187,16 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf, int)"> +<a name="XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf, int, org.apache.poi.xssf.usermodel.IndexedColorMap)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XSSFDxfStyleProvider</h4> <pre>public XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf, - int stripeSize)</pre> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dxf</code> - </dd><dd><code>stripeSize</code> - 0 for non-stripe styles, > 1 for stripes</dd></dl> + int stripeSize, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dxf</code> - </dd><dd><code>stripeSize</code> - 0 for non-stripe styles, > 1 for stripes</dd><dd><code>colorMap</code> - </dd></dl> </li> </ul> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFFont.html Sat May 27 10:10:07 2017 @@ -180,8 +180,11 @@ implements <a href="../../../../../org/a </tr> <tr class="altColor"> <td class="colFirst"><code> </code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont,%20int)">XSSFFont</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font, - int index)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont,%20int,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFFont</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font, + int index, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> +<div class="block">Called from parsing styles.xml</div> +</td> </tr> </table> </li> @@ -530,14 +533,17 @@ implements <a href="../../../../../org/a <dl><dt><span class="strong">Parameters:</span></dt><dd><code>font</code> - the underlying CTFont bean</dd></dl> </li> </ul> -<a name="XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont, int)"> +<a name="XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont, int, org.apache.poi.xssf.usermodel.IndexedColorMap)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFFont</h4> <pre>public XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font, - int index)</pre> + int index, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</pre> +<div class="block">Called from parsing styles.xml</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>font</code> - CTFont</dd><dd><code>index</code> - font index</dd><dd><code>colorMap</code> - for default or custom indexed colors</dd></dl> </li> </ul> <a name="XSSFFont()"> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTableStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTableStyle.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTableStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFTableStyle.html Sat May 27 10:10:07 2017 @@ -125,9 +125,10 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#XSSFTableStyle(int,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle)">XSSFTableStyle</a></strong>(int index, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#XSSFTableStyle(int,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFTableStyle</a></strong>(int index, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs dxfs, - org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle tableStyle)</code> </td> + org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle tableStyle, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> </tr> </table> </li> @@ -186,7 +187,7 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XSSFTableStyle(int, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle)"> +<a name="XSSFTableStyle(int, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle, org.apache.poi.xssf.usermodel.IndexedColorMap)"> <!-- --> </a> <ul class="blockListLast"> @@ -194,8 +195,9 @@ implements <a href="../../../../../org/a <h4>XSSFTableStyle</h4> <pre>public XSSFTableStyle(int index, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs dxfs, - org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle tableStyle)</pre> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - style definition index or built-in ordinal depending on use</dd><dd><code>dxfs</code> - </dd><dd><code>tableStyle</code> - </dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getIndex()"><code>TableStyle.getIndex()</code></a></dd></dl> + org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle tableStyle, + <a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - style definition index or built-in ordinal depending on use</dd><dd><code>dxfs</code> - </dd><dd><code>tableStyle</code> - </dd><dd><code>colorMap</code> - indexed color map - default or custom</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/TableStyle.html#getIndex()"><code>TableStyle.getIndex()</code></a></dd></dl> </li> </ul> </li> Added: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/CustomIndexedColorMap.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/CustomIndexedColorMap.html?rev=1796376&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/CustomIndexedColorMap.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/CustomIndexedColorMap.html Sat May 27 10:10:07 2017 @@ -0,0 +1,163 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>Uses of Class org.apache.poi.xssf.usermodel.CustomIndexedColorMap (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.poi.xssf.usermodel.CustomIndexedColorMap (POI API Documentation)"; + } + } + catch(err) { + } +//--> +</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><a href="../../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/CustomIndexedColorMap.html" target="_top">Frames</a></li> +<li><a href="CustomIndexedColorMap.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.poi.xssf.usermodel.CustomIndexedColorMap" class="title">Uses of Class<br>org.apache.poi.xssf.usermodel.CustomIndexedColorMap</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">CustomIndexedColorMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.poi.xssf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">CustomIndexedColorMap</a> in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> that return <a href="../../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">CustomIndexedColorMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">CustomIndexedColorMap</a></code></td> +<td class="colLast"><span class="strong">CustomIndexedColorMap.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html#fromColors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColors)">fromColors</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColors colors)</code> +<div class="block">OOXML spec says if this exists it must have all indexes.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= 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><a href="../../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/CustomIndexedColorMap.html" target="_top">Frames</a></li> +<li><a href="CustomIndexedColorMap.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> +<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/xssf/usermodel/class-use/DefaultIndexedColorMap.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/DefaultIndexedColorMap.html?rev=1796376&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/DefaultIndexedColorMap.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/DefaultIndexedColorMap.html Sat May 27 10:10:07 2017 @@ -0,0 +1,121 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>Uses of Class org.apache.poi.xssf.usermodel.DefaultIndexedColorMap (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.poi.xssf.usermodel.DefaultIndexedColorMap (POI API Documentation)"; + } + } + catch(err) { + } +//--> +</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><a href="../../../../../../org/apache/poi/xssf/usermodel/DefaultIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/DefaultIndexedColorMap.html" target="_top">Frames</a></li> +<li><a href="DefaultIndexedColorMap.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.poi.xssf.usermodel.DefaultIndexedColorMap" class="title">Uses of Class<br>org.apache.poi.xssf.usermodel.DefaultIndexedColorMap</h2> +</div> +<div class="classUseContainer">No usage of org.apache.poi.xssf.usermodel.DefaultIndexedColorMap</div> +<!-- ======= 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><a href="../../../../../../org/apache/poi/xssf/usermodel/DefaultIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/DefaultIndexedColorMap.html" target="_top">Frames</a></li> +<li><a href="DefaultIndexedColorMap.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> +<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/xssf/usermodel/class-use/IndexedColorMap.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/IndexedColorMap.html?rev=1796376&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/IndexedColorMap.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/IndexedColorMap.html Sat May 27 10:10:07 2017 @@ -0,0 +1,280 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<title>Uses of Interface org.apache.poi.xssf.usermodel.IndexedColorMap (POI API Documentation)</title> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface org.apache.poi.xssf.usermodel.IndexedColorMap (POI API Documentation)"; + } + } + catch(err) { + } +//--> +</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><a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/IndexedColorMap.html" target="_top">Frames</a></li> +<li><a href="IndexedColorMap.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.poi.xssf.usermodel.IndexedColorMap" class="title">Uses of Interface<br>org.apache.poi.xssf.usermodel.IndexedColorMap</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.extensions">org.apache.poi.xssf.usermodel.extensions</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.poi.xssf.model"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> in <a href="../../../../../../org/apache/poi/xssf/model/package-summary.html">org.apache.poi.xssf.model</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/model/package-summary.html">org.apache.poi.xssf.model</a> that return <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a></code></td> +<td class="colLast"><span class="strong">StylesTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/model/StylesTable.html#getIndexedColors()">getIndexedColors</a></strong>()</code> </td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/model/package-summary.html">org.apache.poi.xssf.model</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="strong">ThemesTable.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html#setColorMap(org.apache.poi.xssf.usermodel.IndexedColorMap)">setColorMap</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> +<div class="block">called from <a href="../../../../../../org/apache/poi/xssf/model/StylesTable.html" title="class in org.apache.poi.xssf.model"><code>StylesTable</code></a> when setting theme, used to adjust colors if a custom indexed mapping is defined</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.usermodel"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> that implement <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">CustomIndexedColorMap</a></strong></code> +<div class="block">custom index color map, i.e.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/DefaultIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">DefaultIndexedColorMap</a></strong></code> +<div class="block">Uses the legacy colors defined in HSSF for index lookups</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(byte[],%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFColor</a></strong>(byte[] rgb, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> map)</code> +<div class="block">Create an instance of XSSFColor from the supplied XML bean, with the given color indexes</div> +</td> +</tr> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.apache.poi.ss.usermodel.IndexedColors,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFColor</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a> indexedColor, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.html#XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf,%20int,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFDxfStyleProvider</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf, + int stripeSize, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> +</tr> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFFont.html#XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont,%20int,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFFont</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font, + int index, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> +<div class="block">Called from parsing styles.xml</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFTableStyle.html#XSSFTableStyle(int,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs,%20org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFTableStyle</a></strong>(int index, + org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs dxfs, + org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle tableStyle, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.poi.xssf.usermodel.extensions"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> in <a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/package-summary.html">org.apache.poi.xssf.usermodel.extensions</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/package-summary.html">org.apache.poi.xssf.usermodel.extensions</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFCellBorder</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder,%20org.apache.poi.xssf.model.ThemesTable,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFCellBorder</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, + <a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model">ThemesTable</a> theme, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> +<div class="block">Creates a Cell Border from the supplied XML definition</div> +</td> +</tr> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFCellFill</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill fill, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> +<div class="block">Creates a CellFill from the supplied parts</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= 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><a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/poi/xssf/usermodel/class-use/IndexedColorMap.html" target="_top">Frames</a></li> +<li><a href="IndexedColorMap.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> +<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> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html Sat May 27 10:10:07 2017 @@ -152,8 +152,13 @@ extends java.lang.Object</pre> </td> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder,%20org.apache.poi.xssf.model.ThemesTable)">XSSFCellBorder</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, - <a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model">ThemesTable</a> theme)</code> +<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFCellBorder</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.html#XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder,%20org.apache.poi.xssf.model.ThemesTable,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFCellBorder</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, + <a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model">ThemesTable</a> theme, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> <div class="block">Creates a Cell Border from the supplied XML definition</div> </td> </tr> @@ -242,15 +247,17 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder, org.apache.poi.xssf.model.ThemesTable)"> +<a name="XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder, org.apache.poi.xssf.model.ThemesTable, org.apache.poi.xssf.usermodel.IndexedColorMap)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFCellBorder</h4> <pre>public XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, - <a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model">ThemesTable</a> theme)</pre> + <a href="../../../../../../org/apache/poi/xssf/model/ThemesTable.html" title="class in org.apache.poi.xssf.model">ThemesTable</a> theme, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</pre> <div class="block">Creates a Cell Border from the supplied XML definition</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - </dd><dd><code>theme</code> - </dd><dd><code>colorMap</code> - </dd></dl> </li> </ul> <a name="XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder)"> @@ -261,6 +268,18 @@ extends java.lang.Object</pre> <h4>XSSFCellBorder</h4> <pre>public XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border)</pre> <div class="block">Creates a Cell Border from the supplied XML definition</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - </dd></dl> +</li> +</ul> +<a name="XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder, org.apache.poi.xssf.usermodel.IndexedColorMap)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>XSSFCellBorder</h4> +<pre>public XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>border</code> - </dd><dd><code>colorMap</code> - </dd></dl> </li> </ul> <a name="XSSFCellBorder()"> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html Sat May 27 10:10:07 2017 @@ -125,7 +125,8 @@ extends java.lang.Object</pre> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill)">XSSFCellFill</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill fill)</code> +<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.html#XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill,%20org.apache.poi.xssf.usermodel.IndexedColorMap)">XSSFCellFill</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill fill, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</code> <div class="block">Creates a CellFill from the supplied parts</div> </td> </tr> @@ -228,13 +229,14 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill)"> +<a name="XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill, org.apache.poi.xssf.usermodel.IndexedColorMap)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFCellFill</h4> -<pre>public XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill fill)</pre> +<pre>public XSSFCellFill(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill fill, + <a href="../../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a> colorMap)</pre> <div class="block">Creates a CellFill from the supplied parts</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>fill</code> - - fill</dd></dl> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-frame.html Sat May 27 10:10:07 2017 @@ -10,12 +10,15 @@ <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> +<li><a href="IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel" target="classFrame"><i>IndexedColorMap</i></a></li> <li><a href="XSSFPivotTable.PivotTableReferenceConfigurator.html" title="interface in org.apache.poi.xssf.usermodel" target="classFrame"><i>XSSFPivotTable.PivotTableReferenceConfigurator</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="BaseXSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">BaseXSSFEvaluationWorkbook</a></li> <li><a href="BaseXSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">BaseXSSFFormulaEvaluator</a></li> +<li><a href="CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">CustomIndexedColorMap</a></li> +<li><a href="DefaultIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">DefaultIndexedColorMap</a></li> <li><a href="XSSFAnchor.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFAnchor</a></li> <li><a href="XSSFAutoFilter.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFAutoFilter</a></li> <li><a href="XSSFBorderFormatting.html" title="class in org.apache.poi.xssf.usermodel" target="classFrame">XSSFBorderFormatting</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-summary.html Sat May 27 10:10:07 2017 @@ -78,6 +78,12 @@ </tr> <tbody> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a></td> +<td class="colLast"> +<div class="block">Interface for color index to RGB mappings.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.PivotTableReferenceConfigurator.html" title="interface in org.apache.poi.xssf.usermodel">XSSFPivotTable.PivotTableReferenceConfigurator</a></td> <td class="colLast"> </td> </tr> @@ -105,6 +111,18 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">CustomIndexedColorMap</a></td> +<td class="colLast"> +<div class="block">custom index color map, i.e.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/DefaultIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel">DefaultIndexedColorMap</a></td> +<td class="colLast"> +<div class="block">Uses the legacy colors defined in HSSF for index lookups</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFAnchor.html" title="class in org.apache.poi.xssf.usermodel">XSSFAnchor</a></td> <td class="colLast"> <div class="block">An anchor is what specifics the position of a shape within a client object Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-tree.html Sat May 27 10:10:07 2017 @@ -90,6 +90,8 @@ <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFEvaluationWorkbook.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFEvaluationWorkbook</span></a></li> </ul> </li> +<li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/CustomIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">CustomIndexedColorMap</span></a> (implements org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a>)</li> +<li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/DefaultIndexedColorMap.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">DefaultIndexedColorMap</span></a> (implements org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel">IndexedColorMap</a>)</li> <li type="circle">org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel"><span class="strong">ExtendedColor</span></a> (implements org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>) <ul> <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFColor</span></a></li> @@ -198,6 +200,7 @@ </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> +<li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/IndexedColorMap.html" title="interface in org.apache.poi.xssf.usermodel"><span class="strong">IndexedColorMap</span></a></li> <li type="circle">org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFPivotTable.PivotTableReferenceConfigurator.html" title="interface in org.apache.poi.xssf.usermodel"><span class="strong">XSSFPivotTable.PivotTableReferenceConfigurator</span></a></li> </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html?rev=1796376&r1=1796375&r2=1796376&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html Sat May 27 10:10:07 2017 @@ -199,25 +199,30 @@ for streaming/read-only processing of xl </tr> <tbody> <tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/IndexedColorMap.html#org.apache.poi.xssf.model">IndexedColorMap</a> +<div class="block">Interface for color index to RGB mappings.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFCellStyle.html#org.apache.poi.xssf.model">XSSFCellStyle</a> <div class="block">High level representation of the the possible formatting information for the contents of the cells on a sheet in a SpreadsheetML document.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFColor.html#org.apache.poi.xssf.model">XSSFColor</a> <div class="block">Represents a color in SpreadsheetML</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFComment.html#org.apache.poi.xssf.model">XSSFComment</a> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFFont.html#org.apache.poi.xssf.model">XSSFFont</a> <div class="block">Represents a font used in a workbook.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFMap.html#org.apache.poi.xssf.model">XSSFMap</a> <div class="block">This class implements the Map element (Open Office XML Part 4: chapter 3.16.2) @@ -226,12 +231,12 @@ for streaming/read-only processing of xl and the behaviors expected during data refresh operations.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html#org.apache.poi.xssf.model">XSSFSheet</a> <div class="block">High level representation of a SpreadsheetML worksheet.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html#org.apache.poi.xssf.model">XSSFWorkbook</a> <div class="block">High level representation of a SpreadsheetML workbook.</div> </td> @@ -338,6 +343,16 @@ for streaming/read-only processing of xl </td> </tr> <tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/CustomIndexedColorMap.html#org.apache.poi.xssf.usermodel">CustomIndexedColorMap</a> +<div class="block">custom index color map, i.e.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/IndexedColorMap.html#org.apache.poi.xssf.usermodel">IndexedColorMap</a> +<div class="block">Interface for color index to RGB mappings.</div> +</td> +</tr> +<tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/ListAutoNumber.html#org.apache.poi.xssf.usermodel">ListAutoNumber</a> <div class="block">Specifies type of automatic numbered bullet points that should be applied to a paragraph.</div> </td> @@ -687,6 +702,11 @@ for streaming/read-only processing of xl </tr> <tbody> <tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/IndexedColorMap.html#org.apache.poi.xssf.usermodel.extensions">IndexedColorMap</a> +<div class="block">Interface for color index to RGB mappings.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFColor.html#org.apache.poi.xssf.usermodel.extensions">XSSFColor</a> <div class="block">Represents a color in SpreadsheetML</div> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
