Skip to content

Commit b61c59e

Browse files
committed
Release 3.10.0 javadoc
1 parent 6b81b87 commit b61c59e

34 files changed

+229
-148
lines changed

docs/javadoc/allclasses-frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (library 3.9.0 API)</title>
6+
<title>All Classes (library 3.10.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

docs/javadoc/allclasses-noframe.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (library 3.9.0 API)</title>
6+
<title>All Classes (library 3.10.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

docs/javadoc/com/davemorrissey/labs/subscaleview/ImageSource.html

+30-14
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>ImageSource (library 3.9.0 API)</title>
6+
<title>ImageSource (library 3.10.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="ImageSource (library 3.9.0 API)";
14+
parent.document.title="ImageSource (library 3.10.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -259,7 +259,8 @@ <h3>Method Detail</h3>
259259
<ul class="blockList">
260260
<li class="blockList">
261261
<h4>resource</h4>
262-
<pre>public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;resource(int&nbsp;resId)</pre>
262+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
263+
public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;resource(int&nbsp;resId)</pre>
263264
<div class="block">Create an instance from a resource. The correct resource for the device screen resolution will be used.</div>
264265
<dl>
265266
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -275,7 +276,9 @@ <h4>resource</h4>
275276
<ul class="blockList">
276277
<li class="blockList">
277278
<h4>asset</h4>
278-
<pre>public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;asset(<a href="https://developer.android.com/reference/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;assetName)</pre>
279+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
280+
public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;asset(<a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
281+
<a href="https://developer.android.com/reference/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;assetName)</pre>
279282
<div class="block">Create an instance from an asset name.</div>
280283
<dl>
281284
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -291,7 +294,9 @@ <h4>asset</h4>
291294
<ul class="blockList">
292295
<li class="blockList">
293296
<h4>uri</h4>
294-
<pre>public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;uri(<a href="https://developer.android.com/reference/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
297+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
298+
public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;uri(<a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
299+
<a href="https://developer.android.com/reference/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
295300
<div class="block">Create an instance from a URI. If the URI does not start with a scheme, it's assumed to be the URI
296301
of a file.</div>
297302
<dl>
@@ -308,7 +313,9 @@ <h4>uri</h4>
308313
<ul class="blockList">
309314
<li class="blockList">
310315
<h4>uri</h4>
311-
<pre>public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;uri(<a href="https://developer.android.com/reference/android/net/Uri.html?is-external=true" title="class or interface in android.net">Uri</a>&nbsp;uri)</pre>
316+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
317+
public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;uri(<a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
318+
<a href="https://developer.android.com/reference/android/net/Uri.html?is-external=true" title="class or interface in android.net">Uri</a>&nbsp;uri)</pre>
312319
<div class="block">Create an instance from a URI.</div>
313320
<dl>
314321
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -324,7 +331,9 @@ <h4>uri</h4>
324331
<ul class="blockList">
325332
<li class="blockList">
326333
<h4>bitmap</h4>
327-
<pre>public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;bitmap(<a href="https://developer.android.com/reference/android/graphics/Bitmap.html?is-external=true" title="class or interface in android.graphics">Bitmap</a>&nbsp;bitmap)</pre>
334+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
335+
public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;bitmap(<a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
336+
<a href="https://developer.android.com/reference/android/graphics/Bitmap.html?is-external=true" title="class or interface in android.graphics">Bitmap</a>&nbsp;bitmap)</pre>
328337
<div class="block">Provide a loaded bitmap for display.</div>
329338
<dl>
330339
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -340,7 +349,9 @@ <h4>bitmap</h4>
340349
<ul class="blockList">
341350
<li class="blockList">
342351
<h4>cachedBitmap</h4>
343-
<pre>public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;cachedBitmap(<a href="https://developer.android.com/reference/android/graphics/Bitmap.html?is-external=true" title="class or interface in android.graphics">Bitmap</a>&nbsp;bitmap)</pre>
352+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
353+
public static&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;cachedBitmap(<a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
354+
<a href="https://developer.android.com/reference/android/graphics/Bitmap.html?is-external=true" title="class or interface in android.graphics">Bitmap</a>&nbsp;bitmap)</pre>
344355
<div class="block">Provide a loaded and cached bitmap for display. This bitmap will not be recycled when it is no
345356
longer needed. Use this method if you loaded the bitmap with an image loader such as Picasso
346357
or Volley.</div>
@@ -358,7 +369,8 @@ <h4>cachedBitmap</h4>
358369
<ul class="blockList">
359370
<li class="blockList">
360371
<h4>tilingEnabled</h4>
361-
<pre>public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;tilingEnabled()</pre>
372+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
373+
public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;tilingEnabled()</pre>
362374
<div class="block">Enable tiling of the image. This does not apply to preview images which are always loaded as a single bitmap.,
363375
and tiling cannot be disabled when displaying a region of the source image.</div>
364376
<dl>
@@ -373,7 +385,8 @@ <h4>tilingEnabled</h4>
373385
<ul class="blockList">
374386
<li class="blockList">
375387
<h4>tilingDisabled</h4>
376-
<pre>public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;tilingDisabled()</pre>
388+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
389+
public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;tilingDisabled()</pre>
377390
<div class="block">Disable tiling of the image. This does not apply to preview images which are always loaded as a single bitmap,
378391
and tiling cannot be disabled when displaying a region of the source image.</div>
379392
<dl>
@@ -388,7 +401,8 @@ <h4>tilingDisabled</h4>
388401
<ul class="blockList">
389402
<li class="blockList">
390403
<h4>tiling</h4>
391-
<pre>public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;tiling(boolean&nbsp;tile)</pre>
404+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
405+
public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;tiling(boolean&nbsp;tile)</pre>
392406
<div class="block">Enable or disable tiling of the image. This does not apply to preview images which are always loaded as a single bitmap,
393407
and tiling cannot be disabled when displaying a region of the source image.</div>
394408
<dl>
@@ -405,7 +419,8 @@ <h4>tiling</h4>
405419
<ul class="blockList">
406420
<li class="blockList">
407421
<h4>region</h4>
408-
<pre>public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;region(<a href="https://developer.android.com/reference/android/graphics/Rect.html?is-external=true" title="class or interface in android.graphics">Rect</a>&nbsp;sRegion)</pre>
422+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
423+
public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;region(<a href="https://developer.android.com/reference/android/graphics/Rect.html?is-external=true" title="class or interface in android.graphics">Rect</a>&nbsp;sRegion)</pre>
409424
<div class="block">Use a region of the source image. Region must be set independently for the full size image and the preview if
410425
you are using one.</div>
411426
<dl>
@@ -422,8 +437,9 @@ <h4>region</h4>
422437
<ul class="blockList">
423438
<li class="blockList">
424439
<h4>dimensions</h4>
425-
<pre>public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;dimensions(int&nbsp;sWidth,
426-
int&nbsp;sHeight)</pre>
440+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
441+
public&nbsp;<a href="../../../../com/davemorrissey/labs/subscaleview/ImageSource.html" title="class in com.davemorrissey.labs.subscaleview">ImageSource</a>&nbsp;dimensions(int&nbsp;sWidth,
442+
int&nbsp;sHeight)</pre>
427443
<div class="block">Declare the dimensions of the image. This is only required for a full size image, when you are specifying a URI
428444
and also a preview image. When displaying a bitmap object, or not using a preview, you do not need to declare
429445
the image dimensions. Note if the declared dimensions are found to be incorrect, the view will reset.</div>

docs/javadoc/com/davemorrissey/labs/subscaleview/ImageViewState.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>ImageViewState (library 3.9.0 API)</title>
6+
<title>ImageViewState (library 3.10.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="ImageViewState (library 3.9.0 API)";
14+
parent.document.title="ImageViewState (library 3.10.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -197,6 +197,7 @@ <h3>Constructor Detail</h3>
197197
<li class="blockList">
198198
<h4>ImageViewState</h4>
199199
<pre>public&nbsp;ImageViewState(float&nbsp;scale,
200+
<a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
200201
<a href="https://developer.android.com/reference/android/graphics/PointF.html?is-external=true" title="class or interface in android.graphics">PointF</a>&nbsp;center,
201202
int&nbsp;orientation)</pre>
202203
</li>
@@ -224,7 +225,8 @@ <h4>getScale</h4>
224225
<ul class="blockList">
225226
<li class="blockList">
226227
<h4>getCenter</h4>
227-
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/graphics/PointF.html?is-external=true" title="class or interface in android.graphics">PointF</a>&nbsp;getCenter()</pre>
228+
<pre><a href="https://developer.android.com/reference/android/support.annotation.NonNull.html?is-external=true" title="class or interface in android">@NonNull</a>
229+
public&nbsp;<a href="https://developer.android.com/reference/android/graphics/PointF.html?is-external=true" title="class or interface in android.graphics">PointF</a>&nbsp;getCenter()</pre>
228230
</li>
229231
</ul>
230232
<a name="getOrientation--">

0 commit comments

Comments
 (0)