public class ExternalResourceLoadingArgs extends Object
ExternalResourceHandler.onLoading(ExternalResourceLoadingArgs) method.| Constructor and Description |
|---|
ExternalResourceLoadingArgs(String uri)
Initializes a new instance of the
ExternalResourceLoadingArgs class with rectangular area. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the user data.
|
String |
getUri()
Gets the URI of the external resource.
|
boolean |
isSkipped()
Gets the value that indicates whether the loading of the external resource must be skipped.
|
void |
setData(byte[] data)
Sets the user data.
|
void |
setSkipped(boolean skipped)
Sets the value that indicates whether the loading of the external resource must be skipped.
|
void |
setUri(String uri)
Gets the URI of the external resource.
|
public ExternalResourceLoadingArgs(String uri)
ExternalResourceLoadingArgs class with rectangular area.uri - URI of the external resource.public String getUri()
public void setUri(String uri)
uri - A string value that represents a new URI of the external resource.public boolean isSkipped()
public void setSkipped(boolean skipped)
skipped - true if the loading of the external resource must be skipped; otherwise, false.public byte[] getData()
public void setData(byte[] data)
data - The byte array with the user content of the external resource. null if isn't set.Copyright © 2026. All rights reserved.