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.Colorjavafx.scene.paint.Colordefault Stringdefault BooleangetName()setEdgeColor(javafx.scene.paint.Color color) setFillColor(javafx.scene.paint.Color color) default PlotObjectsetLegendGrouping(String string) default PlotObjectsetLegendOnly(Boolean legendOnly) voiddefault Booleandefault PlotObjectshowInLegend(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
-