java.lang.Object
gov.llnl.gnem.apps.coda.common.gui.plotting.PlotPoint
Direct Known Subclasses:
LabeledPlotPoint

public class PlotPoint extends Object
  • Constructor Details

    • PlotPoint

      public PlotPoint(Double x, Double y, SymbolStyles style, javafx.scene.paint.Color color, javafx.scene.paint.Color edgeColor)
    • PlotPoint

      public PlotPoint(PlotPoint pp)
    • PlotPoint

      public PlotPoint()
  • Method Details

    • getX

      public Double getX()
    • setX

      public PlotPoint setX(Double x)
    • getY

      public Double getY()
    • setY

      public PlotPoint setY(Double y)
    • getStyle

      public SymbolStyles getStyle()
    • setStyle

      public PlotPoint setStyle(SymbolStyles style)
    • getColor

      public javafx.scene.paint.Color getColor()
    • setColor

      public PlotPoint setColor(javafx.scene.paint.Color color)
    • getEdgeColor

      public javafx.scene.paint.Color getEdgeColor()
    • setEdgeColor

      public PlotPoint setEdgeColor(javafx.scene.paint.Color edgeColor)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object