Author: nick Date: Wed May 25 11:05:33 2016 New Revision: 1745472 URL: http://svn.apache.org/viewvc?rev=1745472&view=rev Log: Republish javadocs
Modified: poi/site/publish/apidocs/index-all.html poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html Modified: poi/site/publish/apidocs/index-all.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1745472&r1=1745471&r2=1745472&view=diff ============================================================================== --- poi/site/publish/apidocs/index-all.html (original) +++ poi/site/publish/apidocs/index-all.html Wed May 25 11:05:33 2016 @@ -43815,6 +43815,10 @@ </dd> <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/types/HRESIAbstractType.html#HRESIAbstractType()">HRESIAbstractType()</a></span> - Constructor for class org.apache.poi.hwpf.model.types.<a href="./org/apache/poi/hwpf/model/types/HRESIAbstractType.html" title="class in org.apache.poi.hwpf.model.types">HRESIAbstractType</a></dt> <dd> </dd> +<dt><span class="strong"><a href="./org/apache/poi/sl/draw/DrawPaint.html#HSL2RGB(double,%20double,%20double,%20double)">HSL2RGB(double, double, double, double)</a></span> - Static method in class org.apache.poi.sl.draw.<a href="./org/apache/poi/sl/draw/DrawPaint.html" title="class in org.apache.poi.sl.draw">DrawPaint</a></dt> +<dd> +<div class="block">Convert HSL values to a RGB Color.</div> +</dd> <dt><span class="strong"><a href="./org/apache/poi/sl/draw/binding/CTColor.html#hslClr">hslClr</a></span> - Variable in class org.apache.poi.sl.draw.binding.<a href="./org/apache/poi/sl/draw/binding/CTColor.html" title="class in org.apache.poi.sl.draw.binding">CTColor</a></dt> <dd> </dd> <dt><a href="./org/apache/poi/hslf/usermodel/HSLFAutoShape.html" title="class in org.apache.poi.hslf.usermodel"><span class="strong">HSLFAutoShape</span></a> - Class in <a href="./org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</a></dt> @@ -51362,6 +51366,10 @@ <dd> </dd> <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/PropertyNode.html#limitsAreEqual(java.lang.Object)">limitsAreEqual(Object)</a></span> - Method in class org.apache.poi.hwpf.model.<a href="./org/apache/poi/hwpf/model/PropertyNode.html" title="class in org.apache.poi.hwpf.model">PropertyNode</a></dt> <dd> </dd> +<dt><span class="strong"><a href="./org/apache/poi/sl/draw/DrawPaint.html#lin2srgb(int)">lin2srgb(int)</a></span> - Static method in class org.apache.poi.sl.draw.<a href="./org/apache/poi/sl/draw/DrawPaint.html" title="class in org.apache.poi.sl.draw">DrawPaint</a></dt> +<dd> +<div class="block">Convert linear RGB [0..100000] to sRGB float component [0..1]</div> +</dd> <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFShapeTypes.html#Line">Line</a></span> - Static variable in interface org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFShapeTypes.html" title="interface in org.apache.poi.hssf.usermodel">HSSFShapeTypes</a></dt> <dd> </dd> <dt><a href="./org/apache/poi/sl/usermodel/Line.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">Line</span></a><<a href="./org/apache/poi/sl/usermodel/Line.html" title="type parameter in Line">S</a> extends <a href="./org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a><<a href="./org/apache/poi/sl/usermodel/Line.html" title="type parameter in Line">S</a>,<a href="./org/apache/poi/sl/usermodel/Line.html" title="type parameter in Line">P</a>>,<a href="./org/apache/poi/sl/usermodel/Line.html" title="type parameter in Line">P</a> extends <a href="./org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a><<a href="./org/apache/poi/sl/usermodel/Line.html" title="type parameter in Line">S</a>,<a href="./org/apache/poi/sl/usermodel/Line.html" title="type parameter in Line">P</a>,?>> - Interface in <a href="./org/apache/poi/sl/usermodel/packag e-summary.html">org.apache.poi.sl.usermodel</a></dt> @@ -79145,6 +79153,10 @@ Compound Document Format.</div> <dd> <div class="block">Squares</div> </dd> +<dt><span class="strong"><a href="./org/apache/poi/sl/draw/DrawPaint.html#srgb2lin(float)">srgb2lin(float)</a></span> - Static method in class org.apache.poi.sl.draw.<a href="./org/apache/poi/sl/draw/DrawPaint.html" title="class in org.apache.poi.sl.draw">DrawPaint</a></dt> +<dd> +<div class="block">Convert sRGB float component [0..1] from sRGB to linear RGB [0..100000]</div> +</dd> <dt><span class="strong"><a href="./org/apache/poi/sl/draw/binding/CTColor.html#srgbClr">srgbClr</a></span> - Variable in class org.apache.poi.sl.draw.binding.<a href="./org/apache/poi/sl/draw/binding/CTColor.html" title="class in org.apache.poi.sl.draw.binding">CTColor</a></dt> <dd> </dd> <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/ExcelStyleDateFormatter.html#SS_BRACKET_SYMBOL">SS_BRACKET_SYMBOL</a></span> - Static variable in class org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/ExcelStyleDateFormatter.html" title="class in org.apache.poi.ss.usermodel">ExcelStyleDateFormatter</a></dt> Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html?rev=1745472&r1=1745471&r2=1745472&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPaint.html Wed May 25 11:05:33 2016 @@ -202,10 +202,31 @@ extends java.lang.Object</pre> java.awt.Graphics2D graphics)</code> </td> </tr> <tr class="altColor"> +<td class="colFirst"><code>static java.awt.Color</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#HSL2RGB(double,%20double,%20double,%20double)">HSL2RGB</a></strong>(double h, + double s, + double l, + double alpha)</code> +<div class="block">Convert HSL values to a RGB Color.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static float</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#lin2srgb(int)">lin2srgb</a></strong>(int linRGB)</code> +<div class="block">Convert linear RGB [0..100000] to sRGB float component [0..1]</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#snapToAnchor(java.awt.geom.Point2D,%20java.awt.geom.Rectangle2D)">snapToAnchor</a></strong>(java.awt.geom.Point2D p, java.awt.geom.Rectangle2D anchor)</code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/draw/DrawPaint.html#srgb2lin(float)">srgb2lin</a></strong>(float sRGB)</code> +<div class="block">Convert sRGB float component [0..1] from sRGB to linear RGB [0..100000]</div> +</td> +</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -366,13 +387,49 @@ extends java.lang.Object</pre> <a name="snapToAnchor(java.awt.geom.Point2D, java.awt.geom.Rectangle2D)"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>snapToAnchor</h4> <pre>protected void snapToAnchor(java.awt.geom.Point2D p, java.awt.geom.Rectangle2D anchor)</pre> </li> </ul> +<a name="HSL2RGB(double, double, double, double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HSL2RGB</h4> +<pre>public static java.awt.Color HSL2RGB(double h, + double s, + double l, + double alpha)</pre> +<div class="block">Convert HSL values to a RGB Color.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>h</code> - Hue is specified as degrees in the range 0 - 360.</dd><dd><code>s</code> - Saturation is specified as a percentage in the range 1 - 100.</dd><dd><code>l</code> - Luminance is specified as a percentage in the range 1 - 100.</dd><dd><code>alpha</code> - the alpha value between 0 - 1</dd></dl> +</li> +</ul> +<a name="srgb2lin(float)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>srgb2lin</h4> +<pre>public static int srgb2lin(float sRGB)</pre> +<div class="block">Convert sRGB float component [0..1] from sRGB to linear RGB [0..100000]</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><code>Color.getRGBColorComponents(float[])</code></dd></dl> +</li> +</ul> +<a name="lin2srgb(int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>lin2srgb</h4> +<pre>public static float lin2srgb(int linRGB)</pre> +<div class="block">Convert linear RGB [0..100000] to sRGB float component [0..1]</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><code>Color.getRGBColorComponents(float[])</code></dd></dl> +</li> +</ul> </li> </ul> </li> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org