Uses of Interface
llnl.gnem.core.gui.plotting.api.ObjectGroup
Package
Description
-
Uses of ObjectGroup in gov.llnl.gnem.apps.coda.calibration.gui.plotting
-
Uses of ObjectGroup in llnl.gnem.core.gui.plotting.api
Modifier 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
Modifier 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)