Package llnl.gnem.core.gui.plotting.api
Interface PlotObject
- All Known Implementing Classes:
BasicLine
,BasicSymbol
,Rectangle
,VerticalLine
public interface PlotObject
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.paint.Color
javafx.scene.paint.Color
default String
default Boolean
getName()
setEdgeColor
(javafx.scene.paint.Color color) setFillColor
(javafx.scene.paint.Color color) default PlotObject
setLegendGrouping
(String string) default PlotObject
setLegendOnly
(Boolean legendOnly) void
default Boolean
default PlotObject
showInLegend
(Boolean showInLegend)
-
Method Details
-
getSeriesIdentifier
String getSeriesIdentifier() -
getFillColor
javafx.scene.paint.Color getFillColor() -
setFillColor
-
getEdgeColor
javafx.scene.paint.Color getEdgeColor() -
setEdgeColor
-
getName
String getName() -
setName
-
shouldShowInLegend
-
showInLegend
-
getLegendGrouping
-
setLegendGrouping
-
getLegendOnly
-
setLegendOnly
-
getZindex
Integer getZindex() -
setZindex
-