Uses of Class
org.deeplearning4j.ui.api.Component
-
-
Uses of Component in org.deeplearning4j.ui.components.chart
Subclasses of Component in org.deeplearning4j.ui.components.chart Modifier and Type Class Description classChartclassChartHistogramclassChartHorizontalBarclassChartLineclassChartScatterclassChartStackedAreaclassChartTimeline -
Uses of Component in org.deeplearning4j.ui.components.component
Subclasses of Component in org.deeplearning4j.ui.components.component Modifier and Type Class Description classComponentDivConstructors in org.deeplearning4j.ui.components.component with parameters of type Component Constructor Description ComponentDiv(Style style, Component... components)Constructor parameters in org.deeplearning4j.ui.components.component with type arguments of type Component Constructor Description ComponentDiv(Style style, Collection<Component> componentCollection) -
Uses of Component in org.deeplearning4j.ui.components.decorator
Subclasses of Component in org.deeplearning4j.ui.components.decorator Modifier and Type Class Description classDecoratorAccordionMethods in org.deeplearning4j.ui.components.decorator with parameters of type Component Modifier and Type Method Description DecoratorAccordion.BuilderDecoratorAccordion.Builder. addComponents(Component... innerComponents)Components to show internally in the accordion element -
Uses of Component in org.deeplearning4j.ui.components.table
Subclasses of Component in org.deeplearning4j.ui.components.table Modifier and Type Class Description classComponentTable -
Uses of Component in org.deeplearning4j.ui.components.text
Subclasses of Component in org.deeplearning4j.ui.components.text Modifier and Type Class Description classComponentText -
Uses of Component in org.deeplearning4j.ui.standalone
Methods in org.deeplearning4j.ui.standalone with parameters of type Component Modifier and Type Method Description static StringStaticPageUtil. renderHTML(Component... components)Given the specified components, render them to a stand-alone HTML page (which is returned as a String)static StringStaticPageUtil. renderHTMLContent(Component... components)static voidStaticPageUtil. saveHTMLFile(File outputFile, Component... components)A version ofStaticPageUtil.renderHTML(Component...)that exports the resulting HTML to the specified File.static voidStaticPageUtil. saveHTMLFile(String outputPath, Component... components)A version ofStaticPageUtil.renderHTML(Component...)that exports the resulting HTML to the specified path.Method parameters in org.deeplearning4j.ui.standalone with type arguments of type Component Modifier and Type Method Description static StringStaticPageUtil. renderHTML(Collection<Component> components)Given the specified components, render them to a stand-alone HTML page (which is returned as a String)
-