Class PlotData
java.lang.Object
llnl.gnem.core.gui.plotting.plotly.PlotData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAxes()
javafx.scene.paint.Color
com.fasterxml.jackson.databind.ObjectMapper
boolean
void
void
setBackgroundColor
(javafx.scene.paint.Color backgroundColor) void
setDefaultTraceStyle
(PlotTrace defaultTraceStyle) void
setDefaultTypePlots
(Map<String, PlotObjectData> defaultTypePlots) void
setDragmode
(String dragmode) void
setMapper
(com.fasterxml.jackson.databind.ObjectMapper mapper) void
setPlotReady
(AtomicBoolean plotReady) void
setPlotTitle
(Title plotTitle) void
setShowCodaStartLine
(boolean showCodaStartLine) void
setShowGroupVelocity
(boolean showGroupVelocity) void
setShowHorizontalErrorBars
(boolean showHorizontalErrorBars) void
setShowLegend
(boolean showLegend) void
setShowWindowLines
(boolean showWindowLine) void
setUseHorizontalBottomLegend
(boolean useHorizontalBottomLegend) boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
PlotData
-
-
Method Details
-
getPlotReady
-
setPlotReady
-
getDefaultTraceStyle
-
setDefaultTraceStyle
-
getAxes
-
setAxes
-
getDefaultTypePlots
-
setDefaultTypePlots
-
getBackgroundColor
public javafx.scene.paint.Color getBackgroundColor() -
setBackgroundColor
public void setBackgroundColor(javafx.scene.paint.Color backgroundColor) -
getPlotTitle
-
setPlotTitle
-
getMapper
public com.fasterxml.jackson.databind.ObjectMapper getMapper() -
setMapper
public void setMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) -
shouldShowLegend
public boolean shouldShowLegend() -
setShowLegend
public void setShowLegend(boolean showLegend) -
shouldShowGroupVelocity
public boolean shouldShowGroupVelocity() -
setShowGroupVelocity
public void setShowGroupVelocity(boolean showGroupVelocity) -
shouldShowCodaStartLine
public boolean shouldShowCodaStartLine() -
setShowCodaStartLine
public void setShowCodaStartLine(boolean showCodaStartLine) -
getShowHorizontalErrorBars
public boolean getShowHorizontalErrorBars() -
setShowHorizontalErrorBars
public void setShowHorizontalErrorBars(boolean showHorizontalErrorBars) -
shouldShowWindowLine
public boolean shouldShowWindowLine() -
setShowWindowLines
public void setShowWindowLines(boolean showWindowLine) -
setUseHorizontalBottomLegend
public void setUseHorizontalBottomLegend(boolean useHorizontalBottomLegend) -
useHorizontalBottomLegend
public boolean useHorizontalBottomLegend() -
getDragmode
-
setDragmode
-