Class BasicObjectGroup
java.lang.Object
llnl.gnem.core.gui.plotting.plotly.BasicObjectGroup
- All Implemented Interfaces:
ObjectGroup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddPlotObject
(PlotObject object) boolean
javafx.scene.paint.Color
javafx.scene.paint.Color
getPlotObject
(int index) int
int
hashCode()
void
void
removeGroupFromPlot
(BasicPlot plot) setColorMap
(String colorMap) setEdgeColor
(javafx.scene.paint.Color color) setFillColor
(javafx.scene.paint.Color color) setGroupName
(String groupName) setHoverName
(String hoverName) setHoverTemplate
(String hoverTemplate) setLineStyle
(LineStyles lineStyle) setPlotObjects
(PlotObject... objects) setPxThickness
(int pxThickness) toString()
-
Constructor Details
-
BasicObjectGroup
-
-
Method Details
-
getGroupName
- Specified by:
getGroupName
in interfaceObjectGroup
-
setGroupName
- Specified by:
setGroupName
in interfaceObjectGroup
-
getHoverName
- Specified by:
getHoverName
in interfaceObjectGroup
-
setHoverName
- Specified by:
setHoverName
in interfaceObjectGroup
-
getEdgeColor
public javafx.scene.paint.Color getEdgeColor()- Specified by:
getEdgeColor
in interfaceObjectGroup
-
setEdgeColor
- Specified by:
setEdgeColor
in interfaceObjectGroup
-
getFillColor
public javafx.scene.paint.Color getFillColor()- Specified by:
getFillColor
in interfaceObjectGroup
-
setFillColor
- Specified by:
setFillColor
in interfaceObjectGroup
-
getPxThickness
public int getPxThickness()- Specified by:
getPxThickness
in interfaceObjectGroup
-
setPxThickness
- Specified by:
setPxThickness
in interfaceObjectGroup
-
getLineStyle
- Specified by:
getLineStyle
in interfaceObjectGroup
-
setLineStyle
- Specified by:
setLineStyle
in interfaceObjectGroup
-
getColorMap
- Specified by:
getColorMap
in interfaceObjectGroup
-
setColorMap
- Specified by:
setColorMap
in interfaceObjectGroup
-
getHoverTemplate
- Specified by:
getHoverTemplate
in interfaceObjectGroup
-
setHoverTemplate
- Specified by:
setHoverTemplate
in interfaceObjectGroup
-
addPlotObject
- Specified by:
addPlotObject
in interfaceObjectGroup
-
getPlotObject
- Specified by:
getPlotObject
in interfaceObjectGroup
-
getLegendObject
- Specified by:
getLegendObject
in interfaceObjectGroup
-
getPlotObjects
- Specified by:
getPlotObjects
in interfaceObjectGroup
-
setPlotObjects
- Specified by:
setPlotObjects
in interfaceObjectGroup
-
plotGroup
- Specified by:
plotGroup
in interfaceObjectGroup
-
removeGroupFromPlot
- Specified by:
removeGroupFromPlot
in interfaceObjectGroup
-
clearGroup
- Specified by:
clearGroup
in interfaceObjectGroup
-
hashCode
public int hashCode() -
equals
-
toString
-