Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
static NetworkContext.ConfigureRequest |
NetworkContext.getConfigureRequestCallback()
Gets a delegate which, if set, will be called to configure every network
request made by Insight3D before it is made.
|
static NetworkContext.ConfigureRequest |
NetworkContext.ConfigureRequest.of(NetworkContext.ConfigureRequest.Function f)
Create a delegate for the given interface.
|
static NetworkContext.ConfigureRequest |
NetworkContext.ConfigureRequest.of(NetworkContext.ConfigureRequest.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static NetworkContext.ConfigureRequest |
NetworkContext.ConfigureRequest.of(NetworkContext.ConfigureRequest.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
Modifier and Type | Method and Description |
---|---|
static void |
NetworkContext.setConfigureRequestCallback(NetworkContext.ConfigureRequest value)
Sets a delegate which, if set, will be called to configure every network
request made by Insight3D before it is made.
|