public class Nvg_lite_gradient
extends java.lang.Object
Constructor and Description |
---|
Nvg_lite_gradient() |
Modifier and Type | Method and Description |
---|---|
static int |
create()
Create a Nvg_lite_gradient object.
|
static int |
destroy(int handle)
Destroy a Nvg_lite_gradient object.
|
static int |
get_matrix_handle(int handle)
Get the Gradient handle of the Nvg_lite_gradient object.
|
static Gradient |
get(int handle)
Get a Gradient handle from the gradientMap.
|
public static int create()
public static int destroy(int handle)
handle
- of the Nvg_lite_gradient object to destroy.public static int get_matrix_handle(int handle)
handle
- Nvg_lite_gradient handle.public static Gradient get(int handle)
handle
- Gradient offset in the gradientMap.