Class PlotPoint
java.lang.Object
gov.llnl.gnem.apps.coda.common.gui.plotting.PlotPoint
- Direct Known Subclasses:
LabeledPlotPoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjavafx.scene.paint.ColorgetColor()javafx.scene.paint.ColorgetStyle()getX()getY()inthashCode()setColor(javafx.scene.paint.Color color) setEdgeColor(javafx.scene.paint.Color edgeColor) setStyle(SymbolStyles style) toString()
-
Constructor Details
-
PlotPoint
public PlotPoint(Double x, Double y, SymbolStyles style, javafx.scene.paint.Color color, javafx.scene.paint.Color edgeColor) -
PlotPoint
-
PlotPoint
public PlotPoint()
-
-
Method Details
-
getX
-
setX
-
getY
-
setY
-
getStyle
-
setStyle
-
getColor
public javafx.scene.paint.Color getColor() -
setColor
-
getEdgeColor
public javafx.scene.paint.Color getEdgeColor() -
setEdgeColor
-
hashCode
public int hashCode() -
equals
-
toString
-