| Package | Description |
|---|---|
| org.deeplearning4j.ui.api | |
| org.deeplearning4j.ui.components.table.style |
| Modifier and Type | Field and Description |
|---|---|
protected LengthUnit |
Style.Builder.heightUnit |
protected LengthUnit |
Style.marginUnit |
protected LengthUnit |
Style.Builder.marginUnit |
protected LengthUnit |
Style.Builder.widthUnit |
| Modifier and Type | Method and Description |
|---|---|
static LengthUnit |
LengthUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LengthUnit[] |
LengthUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Style.Builder.height(double height,
LengthUnit heightUnit) |
T |
Style.Builder.margin(LengthUnit unit,
Double marginTop,
Double marginBottom,
Double marginLeft,
Double marginRight) |
T |
Style.Builder.margin(LengthUnit unit,
Integer marginTop,
Integer marginBottom,
Integer marginLeft,
Integer marginRight) |
T |
Style.Builder.width(double width,
LengthUnit widthUnit) |
| Modifier and Type | Method and Description |
|---|---|
StyleTable.Builder |
StyleTable.Builder.columnWidths(LengthUnit unit,
double... widths)
Specify the widths for the columns
|
Copyright © 2021. All rights reserved.