- Chart - Class in org.deeplearning4j.ui.components.chart
-
Abstract class for charts
- Chart(String) - Constructor for class org.deeplearning4j.ui.components.chart.Chart
-
- Chart(String, Chart.Builder) - Constructor for class org.deeplearning4j.ui.components.chart.Chart
-
- Chart.Builder<T extends Chart.Builder<T>> - Class in org.deeplearning4j.ui.components.chart
-
- ChartHistogram - Class in org.deeplearning4j.ui.components.chart
-
Histogram chart, with pre-binned values.
- ChartHistogram(ChartHistogram.Builder) - Constructor for class org.deeplearning4j.ui.components.chart.ChartHistogram
-
- ChartHistogram() - Constructor for class org.deeplearning4j.ui.components.chart.ChartHistogram
-
- ChartHistogram.Builder - Class in org.deeplearning4j.ui.components.chart
-
- ChartHorizontalBar - Class in org.deeplearning4j.ui.components.chart
-
- ChartHorizontalBar() - Constructor for class org.deeplearning4j.ui.components.chart.ChartHorizontalBar
-
- ChartHorizontalBar.Builder - Class in org.deeplearning4j.ui.components.chart
-
- ChartLine - Class in org.deeplearning4j.ui.components.chart
-
Line chart with multiple independent series
- ChartLine() - Constructor for class org.deeplearning4j.ui.components.chart.ChartLine
-
- ChartLine.Builder - Class in org.deeplearning4j.ui.components.chart
-
- ChartScatter - Class in org.deeplearning4j.ui.components.chart
-
Scatter chart
- ChartScatter() - Constructor for class org.deeplearning4j.ui.components.chart.ChartScatter
-
- ChartScatter.Builder - Class in org.deeplearning4j.ui.components.chart
-
- ChartStackedArea - Class in org.deeplearning4j.ui.components.chart
-
Stacked area chart (no normalization), with multiple series.
- ChartStackedArea() - Constructor for class org.deeplearning4j.ui.components.chart.ChartStackedArea
-
- ChartStackedArea(ChartStackedArea.Builder) - Constructor for class org.deeplearning4j.ui.components.chart.ChartStackedArea
-
- ChartStackedArea.Builder - Class in org.deeplearning4j.ui.components.chart
-
- ChartTimeline - Class in org.deeplearning4j.ui.components.chart
-
A timeline/swimlane chart with zoom/scroll functionality.
- ChartTimeline() - Constructor for class org.deeplearning4j.ui.components.chart.ChartTimeline
-
- ChartTimeline.Builder - Class in org.deeplearning4j.ui.components.chart
-
- ChartTimeline.TimelineEntry - Class in org.deeplearning4j.ui.components.chart
-
- ClassPathResource - Class in org.deeplearning4j.ui.standalone
-
Simple utility class used to get access to files at the classpath, or packed into jar.
- ClassPathResource(String) - Constructor for class org.deeplearning4j.ui.standalone.ClassPathResource
-
Builds new ClassPathResource object
- color(Color) - Method in class org.deeplearning4j.ui.components.text.style.StyleText.Builder
-
Color for the text
- color(String) - Method in class org.deeplearning4j.ui.components.text.style.StyleText.Builder
-
Color for the text
- colorToHex(Color) - Static method in class org.deeplearning4j.ui.api.Utils
-
Convert an AWT color to a hex color string, such as #000000
- columnWidths(LengthUnit, double...) - Method in class org.deeplearning4j.ui.components.table.style.StyleTable.Builder
-
Specify the widths for the columns
- Component - Class in org.deeplearning4j.ui.api
-
A component is anything that can be rendered, such at charts, text or tables.
- Component(String, Style) - Constructor for class org.deeplearning4j.ui.api.Component
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.chart.ChartHistogram
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.chart.ChartHorizontalBar
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.chart.ChartLine
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.chart.ChartScatter
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.chart.ChartStackedArea
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.chart.ChartTimeline
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.component.ComponentDiv
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.decorator.DecoratorAccordion
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.table.ComponentTable
-
- COMPONENT_TYPE - Static variable in class org.deeplearning4j.ui.components.text.ComponentText
-
- ComponentDiv - Class in org.deeplearning4j.ui.components.component
-
Div component (as in, HTML div)
- ComponentDiv() - Constructor for class org.deeplearning4j.ui.components.component.ComponentDiv
-
- ComponentDiv(Style, Component...) - Constructor for class org.deeplearning4j.ui.components.component.ComponentDiv
-
- ComponentDiv(Style, Collection<Component>) - Constructor for class org.deeplearning4j.ui.components.component.ComponentDiv
-
- ComponentObject - Class in org.deeplearning4j.ui.standalone
-
Created by Alex on 25/03/2016.
- ComponentObject() - Constructor for class org.deeplearning4j.ui.standalone.ComponentObject
-
- ComponentTable - Class in org.deeplearning4j.ui.components.table
-
Simple 2d table for text,
- ComponentTable() - Constructor for class org.deeplearning4j.ui.components.table.ComponentTable
-
- ComponentTable(ComponentTable.Builder) - Constructor for class org.deeplearning4j.ui.components.table.ComponentTable
-
- ComponentTable(String[], String[][], StyleTable) - Constructor for class org.deeplearning4j.ui.components.table.ComponentTable
-
- ComponentTable.Builder - Class in org.deeplearning4j.ui.components.table
-
- ComponentText - Class in org.deeplearning4j.ui.components.text
-
Simple text component with styling
- ComponentText() - Constructor for class org.deeplearning4j.ui.components.text.ComponentText
-
- ComponentText(String, StyleText) - Constructor for class org.deeplearning4j.ui.components.text.ComponentText
-
- ComponentText.Builder - Class in org.deeplearning4j.ui.components.text
-
- componentType - Variable in class org.deeplearning4j.ui.api.Component
-
Component type: used by the Arbiter UI to determine how to decode and render the object which is
represented by the JSON representation of this object
- content(String[][]) - Method in class org.deeplearning4j.ui.components.table.ComponentTable.Builder
-
Content for the table, as 2d String[]
- content - Variable in class org.deeplearning4j.ui.standalone.ComponentObject
-