public final class GridLineRenderMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL
ALL lines are rendered.
|
static int |
FIRST
FIRST line is rendered.
|
static int |
FIRST_AND_INNER
FIRST and inner lines are rendered.
|
static int |
FIRST_AND_LAST
FIRST and last lines are rendered.
|
static int |
INNER
INNER lines are rendered.
|
static int |
INNER_AND_LAST
INNER and last lines are rendered.
|
static int |
LAST
LAST line is rendered.
|
Constructor and Description |
---|
GridLineRenderMode() |
public static final int FIRST
public static final int INNER
public static final int LAST
public static final int FIRST_AND_INNER
public static final int INNER_AND_LAST
public static final int FIRST_AND_LAST
public static final int ALL
public static int valueOf(String value)