Class StyleChart
- java.lang.Object
-
- org.deeplearning4j.ui.api.Style
-
- org.deeplearning4j.ui.components.chart.style.StyleChart
-
public class StyleChart extends Style
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStyleChart.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DoubleaxisStrokeWidthstatic DoubleDEFAULT_CHART_MARGIN_BOTTOMstatic DoubleDEFAULT_CHART_MARGIN_LEFTstatic DoubleDEFAULT_CHART_MARGIN_RIGHTstatic DoubleDEFAULT_CHART_MARGIN_TOPprotected DoublepointSizeprotected String[]seriesColorsprotected DoublestrokeWidthprotected StyleTexttitleStyle-
Fields inherited from class org.deeplearning4j.ui.api.Style
backgroundColor, marginBottom, marginLeft, marginRight, marginTop, marginUnit
-
-
-
-
Field Detail
-
DEFAULT_CHART_MARGIN_TOP
public static final Double DEFAULT_CHART_MARGIN_TOP
-
DEFAULT_CHART_MARGIN_BOTTOM
public static final Double DEFAULT_CHART_MARGIN_BOTTOM
-
DEFAULT_CHART_MARGIN_LEFT
public static final Double DEFAULT_CHART_MARGIN_LEFT
-
DEFAULT_CHART_MARGIN_RIGHT
public static final Double DEFAULT_CHART_MARGIN_RIGHT
-
strokeWidth
protected Double strokeWidth
-
pointSize
protected Double pointSize
-
seriesColors
protected String[] seriesColors
-
axisStrokeWidth
protected Double axisStrokeWidth
-
titleStyle
protected StyleText titleStyle
-
-