Uses of Interface
llnl.gnem.core.gui.plotting.api.PlotObject
Packages that use PlotObject
-
Uses of PlotObject in llnl.gnem.core.gui.plotting.api
Subinterfaces of PlotObject in llnl.gnem.core.gui.plotting.apiClasses in llnl.gnem.core.gui.plotting.api that implement PlotObjectMethods in llnl.gnem.core.gui.plotting.api that return PlotObjectModifier and TypeMethodDescriptionObjectGroup.getLegendObject()
ObjectGroup.getPlotObject
(int index) static PlotObject
PlottingUtils.legendOnlyLine
(String name, PlotFactory plotFactory, javafx.scene.paint.Color color, LineStyles style) Line.setColor
(double[] colorVals) Line.setColorMap
(String colorMap) Line.setDraggable
(boolean draggable) PlotObject.setEdgeColor
(javafx.scene.paint.Color color) Rectangle.setEdgeColor
(javafx.scene.paint.Color color) VerticalLine.setEdgeColor
(javafx.scene.paint.Color color) Line.setErrorData
(double[] errorData) Line.setErrorDataMinus
(double[] errorDataMinus) PlotObject.setFillColor
(javafx.scene.paint.Color color) Rectangle.setFillColor
(javafx.scene.paint.Color color) VerticalLine.setFillColor
(javafx.scene.paint.Color color) Line.setFillMode
(FillModes fillMode) Line.setHoverMode
(HoverModes hoverMode) Line.setHoverTemplate
(String hoverTemplate) default PlotObject
PlotObject.setLegendGrouping
(String string) Rectangle.setLegendGrouping
(String legendGroup) default PlotObject
PlotObject.setLegendOnly
(Boolean legendOnly) Rectangle.setLegendOnly
(Boolean legendOnly) Line.setPxThickness
(int pxThickness) Line.setStyle
(LineStyles style) Line.setUseHorizontalErrorBars
(boolean useHorizontalErrorBars) Line.setX
(double[] xVals) Line.setY
(double[] yVals) default PlotObject
PlotObject.showInLegend
(Boolean showInLegend) Rectangle.showInLegend
(Boolean showInLegend) Methods in llnl.gnem.core.gui.plotting.api that return types with arguments of type PlotObjectMethods in llnl.gnem.core.gui.plotting.api with parameters of type PlotObjectModifier and TypeMethodDescriptionvoid
BasicPlot.addPlotObject
(PlotObject object) ObjectGroup.addPlotObject
(PlotObject object) void
BasicPlot.removePlotObject
(PlotObject object) ObjectGroup.setPlotObjects
(PlotObject... objects) -
Uses of PlotObject in llnl.gnem.core.gui.plotting.plotly
Classes in llnl.gnem.core.gui.plotting.plotly that implement PlotObjectMethods in llnl.gnem.core.gui.plotting.plotly that return PlotObjectModifier and TypeMethodDescriptionBasicObjectGroup.getLegendObject()
BasicObjectGroup.getPlotObject
(int index) BasicLine.setColor
(double[] colorVals) BasicLine.setColorMap
(String colorMap) BasicLine.setDraggable
(boolean draggable) BasicLine.setEdgeColor
(javafx.scene.paint.Color color) BasicSymbol.setEdgeColor
(javafx.scene.paint.Color color) BasicLine.setErrorData
(double[] errorMin) BasicLine.setErrorDataMinus
(double[] errorMax) BasicLine.setFillColor
(javafx.scene.paint.Color color) BasicSymbol.setFillColor
(javafx.scene.paint.Color color) BasicLine.setFillMode
(FillModes fillMode) BasicLine.setHoverMode
(HoverModes hoverMode) BasicLine.setHoverTemplate
(String hoverTemplate) BasicLine.setLegendGrouping
(String legendGroup) BasicSymbol.setLegendGrouping
(String legendGroup) BasicLine.setLegendOnly
(Boolean legendOnly) BasicLine.setPxThickness
(int pxThickness) BasicLine.setStyle
(LineStyles style) BasicLine.setUseHorizontalErrorBars
(boolean useHorizontalErrorBars) BasicLine.setX
(double[] xVals) BasicLine.setY
(double[] yVals) BasicLine.showInLegend
(Boolean showInLegend) BasicSymbol.showInLegend
(Boolean showInLegend) Methods in llnl.gnem.core.gui.plotting.plotly that return types with arguments of type PlotObjectModifier and TypeMethodDescriptionBasicObjectGroup.clearGroup()
BasicObjectGroup.getPlotObjects()
Methods in llnl.gnem.core.gui.plotting.plotly with parameters of type PlotObjectModifier and TypeMethodDescriptionBasicObjectGroup.addPlotObject
(PlotObject object) void
PlotlyPlot.addPlotObject
(PlotObject object) protected void
PlotlyPlot.addPlotObject
(PlotObject object, PlotData plot) void
PlotlyPlot.removePlotObject
(PlotObject object) protected void
PlotlyPlot.removePlotObject
(PlotObject object, PlotData plot) BasicObjectGroup.setPlotObjects
(PlotObject... objects)