Class ComponentDiv
- java.lang.Object
-
- org.deeplearning4j.ui.api.Component
-
- org.deeplearning4j.ui.components.component.ComponentDiv
-
public class ComponentDiv extends Component
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_TYPE-
Fields inherited from class org.deeplearning4j.ui.api.Component
componentType, style
-
-
Constructor Summary
Constructors Constructor Description ComponentDiv()ComponentDiv(Style style, Collection<Component> componentCollection)ComponentDiv(Style style, Component... components)
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComponentDiv
public ComponentDiv()
-
ComponentDiv
public ComponentDiv(Style style, Collection<Component> componentCollection)
-
-