Class PlotTrace

java.lang.Object
llnl.gnem.core.gui.plotting.plotly.PlotTrace

public class PlotTrace extends Object
  • Constructor Details

  • Method Details

    • getType

      public PlotTrace.Style getType()
    • setFillColor

      public void setFillColor(javafx.scene.paint.Color fillColor)
    • setEdgeColor

      public void setEdgeColor(javafx.scene.paint.Color edgeColor)
    • setStyleName

      public void setStyleName(String styleName)
    • getPxSize

      public Integer getPxSize()
    • setPxSize

      public void setPxSize(Integer pxSize)
    • getSeriesName

      public String getSeriesName()
    • setSeriesName

      public void setSeriesName(String seriesName)
    • getFillColor

      public javafx.scene.paint.Color getFillColor()
    • getEdgeColor

      public javafx.scene.paint.Color getEdgeColor()
    • getStyleName

      public String getStyleName()
    • setShowLegend

      public void setShowLegend(Boolean showLegend)
    • setLegendGroup

      public void setLegendGroup(String legendGroup)
    • getzIndex

      public Integer getzIndex()
    • setzIndex

      public void setzIndex(Integer zIndex)
    • setColorMap

      public void setColorMap(String colorMap)
    • getColorMap

      public String getColorMap()
    • getColorBarTitle

      public String getColorBarTitle()
    • setColorBarTitle

      public void setColorBarTitle(String colorBarTitle)
    • getColorBarX

      public Double getColorBarX()
    • setColorBarX

      public void setColorBarX(Double colorBarX)
    • getColorBarY

      public Double getColorBarY()
    • setColorBarY

      public void setColorBarY(Double colorBarY)
    • getColorBarLength

      public Double getColorBarLength()
    • setColorBarLength

      public void setColorBarLength(Double colorBarLength)
    • setLegendOnly

      public void setLegendOnly(Boolean legendOnly)
    • setDraggable

      public void setDraggable(Boolean draggable)
    • isDraggable

      public Boolean isDraggable()
    • setXaxisId

      public void setXaxisId(String xAxisId)
    • getXaxisId

      public String getXaxisId()
    • setYaxisId

      public void setYaxisId(String yAxisId)
    • getYaxisId

      public String getYaxisId()
    • isAnnotationLogX

      public boolean isAnnotationLogX()
    • setAnnotationLogX

      public void setAnnotationLogX(boolean isAnnotationLogX)
    • toJson

      public String toJson()
    • getJSONObject

      public com.fasterxml.jackson.databind.node.ObjectNode getJSONObject()