Class VerticalLine

java.lang.Object
llnl.gnem.core.gui.plotting.api.VerticalLine
All Implemented Interfaces:
PlotObject

public class VerticalLine extends Object implements PlotObject
  • Constructor Details

    • VerticalLine

      public VerticalLine(VerticalLine other)
    • VerticalLine

      public VerticalLine(double x, double yRatio, String label)
    • VerticalLine

      public VerticalLine(double x, double yRatio, String label, javafx.scene.paint.Color color, int width, boolean draggable, boolean logScaleX)
  • Method Details

    • getX

      public double getX()
    • setX

      public void setX(double x)
    • getRatioY

      public double getRatioY()
    • setRatioY

      public void setRatioY(double yRatio)
    • isDraggable

      public boolean isDraggable()
    • setDraggable

      public VerticalLine setDraggable(boolean dragEnabled)
    • getFillColor

      public javafx.scene.paint.Color getFillColor()
      Specified by:
      getFillColor in interface PlotObject
    • setFillColor

      public PlotObject setFillColor(javafx.scene.paint.Color color)
      Specified by:
      setFillColor in interface PlotObject
    • getEdgeColor

      public javafx.scene.paint.Color getEdgeColor()
      Specified by:
      getEdgeColor in interface PlotObject
    • setEdgeColor

      public PlotObject setEdgeColor(javafx.scene.paint.Color color)
      Specified by:
      setEdgeColor in interface PlotObject
    • getPxWidth

      public int getPxWidth()
    • setPxWidth

      public void setPxWidth(int value)
    • getText

      public String getText()
    • setText

      public void setText(String value)
    • getName

      public String getName()
      Specified by:
      getName in interface PlotObject
    • setName

      public PlotObject setName(String name)
      Specified by:
      setName in interface PlotObject
    • getZindex

      public Integer getZindex()
      Specified by:
      getZindex in interface PlotObject
    • setZindex

      public void setZindex(Integer zIndex)
      Specified by:
      setZindex in interface PlotObject
    • getSeriesIdentifier

      public String getSeriesIdentifier()
      Specified by:
      getSeriesIdentifier in interface PlotObject
    • isLogScaleX

      public boolean isLogScaleX()
    • setLogScaleX

      public VerticalLine setLogScaleX(boolean logScaleX)
    • getHoverTemplate

      public String getHoverTemplate()
    • setHoverTemplate

      public void setHoverTemplate(String hoverTemplate)
    • 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