Package llnl.gnem.core.gui.plotting.api
Interface Symbol
- All Superinterfaces:
PlotObject
- All Known Implementing Classes:
BasicSymbol
-
Method Summary
Modifier and TypeMethodDescriptiongetStyle()
getText()
javafx.scene.paint.Color
double
getX()
double
getY()
boolean
void
setColorationValue
(Double cVal) void
setColorMap
(String colorMap) void
setHoverTemplate
(String hoverTemplate) void
setStyle
(SymbolStyles style) void
void
setTextColor
(javafx.scene.paint.Color textColor) void
setTextVisible
(boolean textVisible) void
setX
(double x) void
setY
(double y) Methods inherited from interface llnl.gnem.core.gui.plotting.api.PlotObject
getEdgeColor, getFillColor, getLegendGrouping, getLegendOnly, getName, getSeriesIdentifier, getZindex, setEdgeColor, setFillColor, setLegendGrouping, setLegendOnly, setName, setZindex, shouldShowInLegend, showInLegend
-
Method Details
-
getX
double getX() -
setX
void setX(double x) -
getY
double getY() -
setY
void setY(double y) -
getStyle
SymbolStyles getStyle() -
setStyle
-
getTextColor
javafx.scene.paint.Color getTextColor() -
setTextColor
void setTextColor(javafx.scene.paint.Color textColor) -
getText
String getText() -
setText
-
isTextVisible
boolean isTextVisible() -
setTextVisible
void setTextVisible(boolean textVisible) -
getHoverTemplate
String getHoverTemplate() -
setHoverTemplate
-
getColorationValue
Double getColorationValue() -
setColorationValue
-
setColorMap
-
getColorMap
String getColorMap()
-