Skip to content

Commit

Permalink
v1.1.0 Release
Browse files Browse the repository at this point in the history
Summary:
@public
Version 1.1.0 release.
Adds support for min/maxEms and min/maxWidth.

Reviewed By: ahmedre

Differential Revision: D4856272

fbshipit-source-id: 93c54abc4a0d7728c00c26f5a6c81227f54b8d69
  • Loading branch information
sriramramani authored and facebook-github-bot committed Apr 8, 2017
1 parent 246139e commit 9bd8c0b
Show file tree
Hide file tree
Showing 29 changed files with 315 additions and 94 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Download
If using Gradle, add this to your `build.gradle`:

```groovy
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.1.0'
```

or, if using Maven:
Expand All @@ -25,7 +25,7 @@ or, if using Maven:
<dependency>
<groupId>com.facebook.fbui.textlayoutbuilder</groupId>
<artifactId>textlayoutbuilder</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ <h3>Download</h3>
<ul>
<li>
If using Gradle, add this to your <code>build.gradle</code>:
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'</pre>
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.1.0'</pre>
</li>
<li>
or, if using Maven:
<pre>
&lt;dependency&gt;
&lt;groupId&gt;com.facebook.fbui.textlayoutbuilder&lt;/groupId&gt;
&lt;artifactId&gt;textlayoutbuilder&lt;/artifactId&gt;
&lt;version&gt;1.0.0&lt;/version&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;typen&gt;aar&lt;/type&gt;
&lt;/dependency&gt;</pre>
</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>All Classes (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>All Classes (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>GlyphWarmer (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>ResourceTextLayoutHelper (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>TextLayoutBuilder.MeasureMode (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
258 changes: 223 additions & 35 deletions docs/javadoc/com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>GlyphWarmerImpl (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h2 title="Class GlyphWarmerImpl" class="title">Class GlyphWarmerImpl</h2>
implements <a href="../../../../../com/facebook/fbui/textlayoutbuilder/GlyphWarmer.html" title="interface in com.facebook.fbui.textlayoutbuilder">GlyphWarmer</a></pre>
<div class="block">Default <a href="../../../../../com/facebook/fbui/textlayoutbuilder/GlyphWarmer.html" title="interface in com.facebook.fbui.textlayoutbuilder"><code>GlyphWarmer</code></a> that runs a <a href="https://developer.android.com/reference/android/os/HandlerThread.html?is-external=true" title="class or interface in android.os"><code>HandlerThread</code></a>
to draw a text <a href="https://developer.android.com/reference/android/text/Layout.html?is-external=true" title="class or interface in android.text"><code>Layout</code></a> on a <a href="https://developer.android.com/reference/android/graphics/Picture.html?is-external=true" title="class or interface in android.graphics"><code>Picture</code></a>.
This helps in warming up the glyph cache in Android 4.0+.</div>
This helps in warming up the FreeType cache in Android 4.0+.</div>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder.glyphwarmer (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder.glyphwarmer (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder.glyphwarmer Class Hierarchy (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder Class Hierarchy (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>LayoutMeasureUtil (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder.util (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder.util (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>com.facebook.fbui.textlayoutbuilder.util Class Hierarchy (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>Constant Field Values (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>Deprecated List (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>API Help (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
36 changes: 34 additions & 2 deletions docs/javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>Index (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -138,10 +138,26 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Returns the link color for this TextLayoutBuilder.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#getMaxEms--">getMaxEms()</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Returns the max width expressed in ems.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#getMaxLines--">getMaxLines()</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Returns the number of max lines used by this TextLayoutBuilder.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#getMaxWidth--">getMaxWidth()</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Returns the max width expressed in pixels.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#getMinEms--">getMinEms()</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Returns the min width expressed in ems.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#getMinWidth--">getMinWidth()</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Returns the min width expressed in pixels.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#getShouldCacheLayout--">getShouldCacheLayout()</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Returns whether the TextLayoutBuilder should cache the layout.</div>
Expand Down Expand Up @@ -265,10 +281,26 @@ <h2 class="title">S</h2>
<dd>
<div class="block">Sets the link color for the text in the layout.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#setMaxEms-int-">setMaxEms(int)</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Sets the max width expressed in ems.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#setMaxLines-int-">setMaxLines(int)</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Sets a maximum number of lines to be shown by the Layout.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#setMaxWidth-int-">setMaxWidth(int)</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Sets the max width expressed in pixels.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#setMinEms-int-">setMinEms(int)</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Sets the min width expressed in ems.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#setMinWidth-int-">setMinWidth(int)</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Sets the min width expressed in pixels.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html#setShadowLayer-float-float-float-int-">setShadowLayer(float, float, float, int)</a></span> - Method in class com.facebook.fbui.textlayoutbuilder.<a href="com/facebook/fbui/textlayoutbuilder/TextLayoutBuilder.html" title="class in com.facebook.fbui.textlayoutbuilder">TextLayoutBuilder</a></dt>
<dd>
<div class="block">Sets the shadow layer for the layout.</div>
Expand Down
13 changes: 7 additions & 6 deletions docs/javadoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>TextLayoutBuilder API</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
targetPage = "undefined";
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
tmpTargetPage = tmpTargetPage.substring(1);
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
tmpTargetPage = "undefined";
targetPage = tmpTargetPage;
function validURL(url) {
try {
url = decodeURIComponent(url);
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/overview-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>Overview List (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue Nov 08 13:16:57 PST 2016 -->
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 07 17:15:16 PDT 2017 -->
<title>Overview (TextLayoutBuilder API)</title>
<meta name="date" content="2016-11-08">
<meta name="date" content="2017-04-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down

0 comments on commit 9bd8c0b

Please sign in to comment.