Class LineInfo
java.lang.Object
rawDeepLearningClassifier.dataPlotFX.LineInfo
- All Implemented Interfaces:
Serializable
,Cloneable
The line info.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionjavafx.scene.paint.Color
The colour of the linedouble[]
Only used when serializing the data...boolean
True if the line is enabled (shown on the plot) -
Constructor Summary
-
Method Summary
-
Field Details
-
color
public transient javafx.scene.paint.Color colorThe colour of the line -
colorSerializable
public double[] colorSerializableOnly used when serializing the data... -
enabled
public boolean enabledTrue if the line is enabled (shown on the plot)
-
-
Constructor Details
-
LineInfo
public LineInfo(boolean enabled, javafx.scene.paint.Color color)
-