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.ColordoublegetX()doublegetY()booleanvoidsetColorationValue(Double cVal) voidsetColorMap(String colorMap) voidsetHoverTemplate(String hoverTemplate) voidsetStyle(SymbolStyles style) voidvoidsetTextColor(javafx.scene.paint.Color textColor) voidsetTextVisible(boolean textVisible) voidsetX(double x) voidsetY(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()
-