public enum TA_GridThemes extends Enum<TA_GridThemes>
Themes for a TA_Grid.
| Enum Constant and Description |
|---|
BORDERS
Theme for using only left and right borders.
|
BOTTOM
Theme for using bottom line only.
|
CC
Theme for using only corners and connectors.
|
CONNECTORS
Theme for using only connectors.
|
CORNERS
Theme for using only corners.
|
FULL
Theme for using the full grid.
|
HORIZONTAL
Theme for using only top/bottom lines and left/right borders, that is no corners.
|
INSIDE
Theme for using inside borders.
|
INSIDE_HORIZONTAL
Theme for using the inside borders horizontal lines only.
|
INSIDE_VERTICAL
Theme for using the inside borders vertical lines only.
|
LEFT
Theme for using only left side.
|
LINE_TOPBOTTOM
Theme for using only top and bottom lines.
|
NONE
Theme for using no grid.
|
OUTSIDE
Theme for using the outside borders.
|
RIGHT
Theme for using only right side.
|
TOP
Theme for using top line only.
|
TOPBOTTOM
Theme for using top and bottom lines only.
|
VERTICAL
Theme for using borders vertical lines only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Returns the integer encoding of the theme using
TA_GridOptions. |
static TA_GridThemes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TA_GridThemes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TA_GridThemes FULL
Theme for using the full grid.
public static final TA_GridThemes NONE
Theme for using no grid.
public static final TA_GridThemes OUTSIDE
Theme for using the outside borders.
public static final TA_GridThemes INSIDE
Theme for using inside borders.
public static final TA_GridThemes INSIDE_HORIZONTAL
Theme for using the inside borders horizontal lines only.
public static final TA_GridThemes HORIZONTAL
Theme for using only top/bottom lines and left/right borders, that is no corners.
public static final TA_GridThemes INSIDE_VERTICAL
Theme for using the inside borders vertical lines only.
public static final TA_GridThemes VERTICAL
Theme for using borders vertical lines only.
public static final TA_GridThemes LINE_TOPBOTTOM
Theme for using only top and bottom lines.
public static final TA_GridThemes LEFT
Theme for using only left side.
public static final TA_GridThemes RIGHT
Theme for using only right side.
public static final TA_GridThemes BORDERS
Theme for using only left and right borders.
public static final TA_GridThemes CORNERS
Theme for using only corners.
public static final TA_GridThemes CC
Theme for using only corners and connectors.
public static final TA_GridThemes CONNECTORS
Theme for using only connectors.
public static final TA_GridThemes TOPBOTTOM
Theme for using top and bottom lines only.
public static final TA_GridThemes TOP
Theme for using top line only.
public static final TA_GridThemes BOTTOM
Theme for using bottom line only.
public static TA_GridThemes[] values()
for (TA_GridThemes c : TA_GridThemes.values()) System.out.println(c);
public static TA_GridThemes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int get()
Returns the integer encoding of the theme using TA_GridOptions.
Copyright © 2016–2017. All rights reserved.