Package llnl.gnem.core.gui.plotting.api
Class VerticalLine
java.lang.Object
llnl.gnem.core.gui.plotting.api.VerticalLine
- All Implemented Interfaces:
PlotObject
-
Constructor Summary
ConstructorsConstructorDescriptionVerticalLine(double x, double yRatio, String label) VerticalLine(double x, double yRatio, String label, javafx.scene.paint.Color color, int width, boolean draggable, boolean logScaleX) VerticalLine(VerticalLine other) -
Method Summary
Modifier and TypeMethodDescriptionbooleanjavafx.scene.paint.Colorjavafx.scene.paint.ColorgetName()intdoublegetText()doublegetX()inthashCode()booleanbooleansetDraggable(boolean dragEnabled) setEdgeColor(javafx.scene.paint.Color color) setFillColor(javafx.scene.paint.Color color) voidsetHoverTemplate(String hoverTemplate) setLogScaleX(boolean logScaleX) voidsetPxWidth(int value) voidsetRatioY(double yRatio) voidvoidsetX(double x) voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface llnl.gnem.core.gui.plotting.api.PlotObject
getLegendGrouping, getLegendOnly, setLegendGrouping, setLegendOnly, shouldShowInLegend, showInLegend
-
Constructor Details
-
VerticalLine
-
VerticalLine
-
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
-
getFillColor
public javafx.scene.paint.Color getFillColor()- Specified by:
getFillColorin interfacePlotObject
-
setFillColor
- Specified by:
setFillColorin interfacePlotObject
-
getEdgeColor
public javafx.scene.paint.Color getEdgeColor()- Specified by:
getEdgeColorin interfacePlotObject
-
setEdgeColor
- Specified by:
setEdgeColorin interfacePlotObject
-
getPxWidth
public int getPxWidth() -
setPxWidth
public void setPxWidth(int value) -
getText
-
setText
-
getName
- Specified by:
getNamein interfacePlotObject
-
setName
- Specified by:
setNamein interfacePlotObject
-
getZindex
- Specified by:
getZindexin interfacePlotObject
-
setZindex
- Specified by:
setZindexin interfacePlotObject
-
getSeriesIdentifier
- Specified by:
getSeriesIdentifierin interfacePlotObject
-
isLogScaleX
public boolean isLogScaleX() -
setLogScaleX
-
getHoverTemplate
-
setHoverTemplate
-
hashCode
public int hashCode() -
equals
-
toString
-