Uses of Class
org.deeplearning4j.ui.api.LengthUnit
-
Packages that use LengthUnit Package Description org.deeplearning4j.ui.api org.deeplearning4j.ui.components.table.style -
-
Uses of LengthUnit in org.deeplearning4j.ui.api
Fields in org.deeplearning4j.ui.api declared as LengthUnit Modifier and Type Field Description protected LengthUnitStyle.Builder. heightUnitprotected LengthUnitStyle.Builder. marginUnitprotected LengthUnitStyle. marginUnitprotected LengthUnitStyle.Builder. widthUnitMethods in org.deeplearning4j.ui.api that return LengthUnit Modifier and Type Method Description static LengthUnitLengthUnit. 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.Methods in org.deeplearning4j.ui.api with parameters of type LengthUnit Modifier and Type Method Description TStyle.Builder. height(double height, LengthUnit heightUnit)TStyle.Builder. margin(LengthUnit unit, Double marginTop, Double marginBottom, Double marginLeft, Double marginRight)TStyle.Builder. margin(LengthUnit unit, Integer marginTop, Integer marginBottom, Integer marginLeft, Integer marginRight)TStyle.Builder. width(double width, LengthUnit widthUnit) -
Uses of LengthUnit in org.deeplearning4j.ui.components.table.style
Methods in org.deeplearning4j.ui.components.table.style with parameters of type LengthUnit Modifier and Type Method Description StyleTable.BuilderStyleTable.Builder. columnWidths(LengthUnit unit, double... widths)Specify the widths for the columns
-