Uses of Interface
llnl.gnem.core.gui.plotting.api.ObjectGroup
Packages that use ObjectGroup
Package
Description
-
Uses of ObjectGroup in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting that return ObjectGroup -
Uses of ObjectGroup in llnl.gnem.core.gui.plotting.api
Methods in llnl.gnem.core.gui.plotting.api that return ObjectGroupModifier and TypeMethodDescriptionObjectGroup.addPlotObject
(PlotObject object) ObjectGroup.setColorMap
(String colorMap) ObjectGroup.setEdgeColor
(javafx.scene.paint.Color color) ObjectGroup.setFillColor
(javafx.scene.paint.Color color) ObjectGroup.setGroupName
(String groupName) ObjectGroup.setHoverName
(String hoverName) ObjectGroup.setHoverTemplate
(String hoverTemplate) ObjectGroup.setLineStyle
(LineStyles lineStyle) ObjectGroup.setPlotObjects
(PlotObject... objects) ObjectGroup.setPxThickness
(int pxThickness) -
Uses of ObjectGroup in llnl.gnem.core.gui.plotting.plotly
Classes in llnl.gnem.core.gui.plotting.plotly that implement ObjectGroupMethods in llnl.gnem.core.gui.plotting.plotly that return ObjectGroupModifier and TypeMethodDescriptionBasicObjectGroup.addPlotObject
(PlotObject object) BasicObjectGroup.setColorMap
(String colorMap) BasicObjectGroup.setEdgeColor
(javafx.scene.paint.Color color) BasicObjectGroup.setFillColor
(javafx.scene.paint.Color color) BasicObjectGroup.setGroupName
(String groupName) BasicObjectGroup.setHoverName
(String hoverName) BasicObjectGroup.setHoverTemplate
(String hoverTemplate) BasicObjectGroup.setLineStyle
(LineStyles lineStyle) BasicObjectGroup.setPlotObjects
(PlotObject... objects) BasicObjectGroup.setPxThickness
(int pxThickness)