Uses of Class
org.deeplearning4j.ui.components.component.style.StyleDiv.FloatValue
-
Packages that use StyleDiv.FloatValue Package Description org.deeplearning4j.ui.components.component.style -
-
Uses of StyleDiv.FloatValue in org.deeplearning4j.ui.components.component.style
Methods in org.deeplearning4j.ui.components.component.style that return StyleDiv.FloatValue Modifier and Type Method Description static StyleDiv.FloatValueStyleDiv.FloatValue. valueOf(String name)Returns the enum constant of this type with the specified name.static StyleDiv.FloatValue[]StyleDiv.FloatValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.ui.components.component.style with parameters of type StyleDiv.FloatValue Modifier and Type Method Description StyleDiv.BuilderStyleDiv.Builder. floatValue(StyleDiv.FloatValue floatValue)CSS float styling option
-