Class BasicObjectGroup
java.lang.Object
llnl.gnem.core.gui.plotting.plotly.BasicObjectGroup
- All Implemented Interfaces:
ObjectGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPlotObject(PlotObject object) booleanjavafx.scene.paint.Colorjavafx.scene.paint.ColorgetPlotObject(int index) intinthashCode()voidvoidremoveGroupFromPlot(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:
getGroupNamein interfaceObjectGroup
-
setGroupName
- Specified by:
setGroupNamein interfaceObjectGroup
-
getHoverName
- Specified by:
getHoverNamein interfaceObjectGroup
-
setHoverName
- Specified by:
setHoverNamein interfaceObjectGroup
-
getEdgeColor
public javafx.scene.paint.Color getEdgeColor()- Specified by:
getEdgeColorin interfaceObjectGroup
-
setEdgeColor
- Specified by:
setEdgeColorin interfaceObjectGroup
-
getFillColor
public javafx.scene.paint.Color getFillColor()- Specified by:
getFillColorin interfaceObjectGroup
-
setFillColor
- Specified by:
setFillColorin interfaceObjectGroup
-
getPxThickness
public int getPxThickness()- Specified by:
getPxThicknessin interfaceObjectGroup
-
setPxThickness
- Specified by:
setPxThicknessin interfaceObjectGroup
-
getLineStyle
- Specified by:
getLineStylein interfaceObjectGroup
-
setLineStyle
- Specified by:
setLineStylein interfaceObjectGroup
-
getColorMap
- Specified by:
getColorMapin interfaceObjectGroup
-
setColorMap
- Specified by:
setColorMapin interfaceObjectGroup
-
getHoverTemplate
- Specified by:
getHoverTemplatein interfaceObjectGroup
-
setHoverTemplate
- Specified by:
setHoverTemplatein interfaceObjectGroup
-
addPlotObject
- Specified by:
addPlotObjectin interfaceObjectGroup
-
getPlotObject
- Specified by:
getPlotObjectin interfaceObjectGroup
-
getLegendObject
- Specified by:
getLegendObjectin interfaceObjectGroup
-
getPlotObjects
- Specified by:
getPlotObjectsin interfaceObjectGroup
-
setPlotObjects
- Specified by:
setPlotObjectsin interfaceObjectGroup
-
plotGroup
- Specified by:
plotGroupin interfaceObjectGroup
-
removeGroupFromPlot
- Specified by:
removeGroupFromPlotin interfaceObjectGroup
-
clearGroup
- Specified by:
clearGroupin interfaceObjectGroup
-
hashCode
public int hashCode() -
equals
-
toString
-