| 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.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.
|