public static class CoreComponent.RomF2D
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float[] |
data |
static java.lang.String |
handleArgs |
static java.lang.String |
handleAuto |
static java.lang.String |
handleMethod_get |
| Constructor and Description |
|---|
RomF2D(int oN,
int oM,
int ow) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
float |
get(int n,
int m) |
void |
set(int n,
int m,
float d) |
java.lang.String |
toString() |
public float[] data
public static final java.lang.String handleArgs
public static final java.lang.String handleAuto
public static final java.lang.String handleMethod_get