Class PlotTrace
java.lang.Object
llnl.gnem.core.gui.plotting.plotly.PlotTrace
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.paint.Color
javafx.scene.paint.Color
com.fasterxml.jackson.databind.node.ObjectNode
getType()
boolean
void
setAnnotationLogX
(boolean isAnnotationLogX) void
setColorBarLength
(Double colorBarLength) void
setColorBarTitle
(String colorBarTitle) void
setColorBarX
(Double colorBarX) void
setColorBarY
(Double colorBarY) void
setColorMap
(String colorMap) void
setDraggable
(Boolean draggable) void
setEdgeColor
(javafx.scene.paint.Color edgeColor) void
setFillColor
(javafx.scene.paint.Color fillColor) void
setLegendGroup
(String legendGroup) void
setLegendOnly
(Boolean legendOnly) void
void
setSeriesName
(String seriesName) void
setShowLegend
(Boolean showLegend) void
setStyleName
(String styleName) void
setXaxisId
(String xAxisId) void
setYaxisId
(String yAxisId) void
toJson()
-
Constructor Details
-
PlotTrace
-
-
Method Details
-
getType
-
setFillColor
public void setFillColor(javafx.scene.paint.Color fillColor) -
setEdgeColor
public void setEdgeColor(javafx.scene.paint.Color edgeColor) -
setStyleName
-
getPxSize
-
setPxSize
-
getSeriesName
-
setSeriesName
-
getFillColor
public javafx.scene.paint.Color getFillColor() -
getEdgeColor
public javafx.scene.paint.Color getEdgeColor() -
getStyleName
-
setShowLegend
-
setLegendGroup
-
getzIndex
-
setzIndex
-
setColorMap
-
getColorMap
-
getColorBarTitle
-
setColorBarTitle
-
getColorBarX
-
setColorBarX
-
getColorBarY
-
setColorBarY
-
getColorBarLength
-
setColorBarLength
-
setLegendOnly
-
setDraggable
-
isDraggable
-
setXaxisId
-
getXaxisId
-
setYaxisId
-
getYaxisId
-
isAnnotationLogX
public boolean isAnnotationLogX() -
setAnnotationLogX
public void setAnnotationLogX(boolean isAnnotationLogX) -
toJson
-
getJSONObject
public com.fasterxml.jackson.databind.node.ObjectNode getJSONObject()
-