Class PlotPoint
java.lang.Object
gov.llnl.gnem.apps.coda.common.gui.plotting.PlotPoint
- Direct Known Subclasses:
LabeledPlotPoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
javafx.scene.paint.Color
getColor()
javafx.scene.paint.Color
getStyle()
getX()
getY()
int
hashCode()
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
-