public enum VerticalCellComponentAlignment extends Enum<VerticalCellComponentAlignment>
VerticalCellComponentAlignment class.
| Enum Constant and Description |
|---|
BOTTOM
---
| |
| |
| - |
||C||
| - |
---
|
EXPAND
---
| - |
|| ||
||C||
|| ||
| - |
---
|
MIDDLE
---
| |
| - |
||C||
| - |
| |
---
|
TOP
---
| - |
||C||
| - |
| |
| |
---
|
| Modifier and Type | Method and Description |
|---|---|
static VerticalCellComponentAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalCellComponentAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerticalCellComponentAlignment TOP
--- | - | ||C|| | - | | | | | ---
public static final VerticalCellComponentAlignment MIDDLE
--- | | | - | ||C|| | - | | | ---
public static final VerticalCellComponentAlignment BOTTOM
--- | | | | | - | ||C|| | - | ---
public static final VerticalCellComponentAlignment EXPAND
--- | - | || || ||C|| || || | - | ---
public static VerticalCellComponentAlignment[] values()
for (VerticalCellComponentAlignment c : VerticalCellComponentAlignment.values()) System.out.println(c);
public static VerticalCellComponentAlignment 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 nullCopyright © 2010–2021. All rights reserved.