Class PlotData

java.lang.Object
llnl.gnem.core.gui.plotting.plotly.PlotData
All Implemented Interfaces:
Serializable

public class PlotData extends Object implements Serializable
See Also:
  • Constructor Details

    • PlotData

      public PlotData(PlotTrace defaultTraceStyle, javafx.scene.paint.Color backgroundColor, Title plotTitle)
  • Method Details

    • getPlotReady

      public AtomicBoolean getPlotReady()
    • setPlotReady

      public void setPlotReady(AtomicBoolean plotReady)
    • getDefaultTraceStyle

      public PlotTrace getDefaultTraceStyle()
    • setDefaultTraceStyle

      public void setDefaultTraceStyle(PlotTrace defaultTraceStyle)
    • getAxes

      public List<Axis> getAxes()
    • setAxes

      public void setAxes(List<Axis> axes)
    • getDefaultTypePlots

      public Map<String,PlotObjectData> getDefaultTypePlots()
    • setDefaultTypePlots

      public void setDefaultTypePlots(Map<String,PlotObjectData> defaultTypePlots)
    • getBackgroundColor

      public javafx.scene.paint.Color getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(javafx.scene.paint.Color backgroundColor)
    • getPlotTitle

      public Title getPlotTitle()
    • setPlotTitle

      public void setPlotTitle(Title plotTitle)
    • 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

      public String getDragmode()
    • setDragmode

      public void setDragmode(String dragmode)