Class BasicLine
java.lang.Object
llnl.gnem.core.gui.plotting.plotly.BasicLine
- All Implemented Interfaces:
Line,PlotObject
-
Constructor Summary
ConstructorsConstructorDescriptionBasicLine(double[] xVals, double[] yVals, double[] errorMin, double[] errorMax, javafx.scene.paint.Color color, LineStyles style, int pxThickness) BasicLine(double[] xVals, double[] yVals, javafx.scene.paint.Color color, LineStyles style, int pxThickness) BasicLine(String name, double xStart, double xIncrement, float[] data, javafx.scene.paint.Color blue, LineStyles solid, int lineWidth) -
Method Summary
Modifier and TypeMethodDescriptionbooleandouble[]getColor()booleanjavafx.scene.paint.Colordouble[]double[]javafx.scene.paint.ColorgetName()intgetStyle()booleandouble[]getX()double[]getY()inthashCode()setColor(double[] colorVals) setColorMap(String colorMap) setDraggable(boolean draggable) setEdgeColor(javafx.scene.paint.Color color) setErrorData(double[] errorMin) setErrorDataMinus(double[] errorMax) setFillColor(javafx.scene.paint.Color color) setFillMode(FillModes fillMode) setHoverMode(HoverModes hoverMode) setHoverTemplate(String hoverTemplate) setLegendGrouping(String legendGroup) setLegendOnly(Boolean legendOnly) setPxThickness(int pxThickness) setStyle(LineStyles style) setUseHorizontalErrorBars(boolean useHorizontalErrorBars) setX(double[] xVals) setY(double[] yVals) voidshowInLegend(Boolean showInLegend) toString()
-
Constructor Details
-
BasicLine
-
BasicLine
public BasicLine(double[] xVals, double[] yVals, javafx.scene.paint.Color color, LineStyles style, int pxThickness) -
BasicLine
public BasicLine(double[] xVals, double[] yVals, double[] errorMin, double[] errorMax, javafx.scene.paint.Color color, LineStyles style, int pxThickness) -
BasicLine
public BasicLine(String name, double xStart, double xIncrement, float[] data, javafx.scene.paint.Color blue, LineStyles solid, int lineWidth)
-
-
Method Details
-
getX
public double[] getX() -
setX
-
getY
public double[] getY() -
setY
-
getErrorData
public double[] getErrorData()- Specified by:
getErrorDatain interfaceLine
-
setErrorData
- Specified by:
setErrorDatain interfaceLine
-
getErrorDataMinus
public double[] getErrorDataMinus()- Specified by:
getErrorDataMinusin interfaceLine
-
setErrorDataMinus
- Specified by:
setErrorDataMinusin interfaceLine
-
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
-
getStyle
-
setStyle
-
getHoverMode
- Specified by:
getHoverModein interfaceLine
-
setHoverMode
- Specified by:
setHoverModein interfaceLine
-
getFillMode
- Specified by:
getFillModein interfaceLine
-
setFillMode
- Specified by:
setFillModein interfaceLine
-
getPxThickness
public int getPxThickness()- Specified by:
getPxThicknessin interfaceLine
-
setPxThickness
- Specified by:
setPxThicknessin interfaceLine
-
getName
- Specified by:
getNamein interfacePlotObject
-
setName
- Specified by:
setNamein interfacePlotObject
-
getColor
public double[] getColor() -
setColor
-
getColorMap
- Specified by:
getColorMapin interfaceLine
-
setColorMap
- Specified by:
setColorMapin interfaceLine
-
shouldShowInLegend
- Specified by:
shouldShowInLegendin interfacePlotObject
-
showInLegend
- Specified by:
showInLegendin interfacePlotObject
-
getDraggable
public boolean getDraggable()- Specified by:
getDraggablein interfaceLine
-
setDraggable
- Specified by:
setDraggablein interfaceLine
-
getUseHorizontalErrorBars
public boolean getUseHorizontalErrorBars()- Specified by:
getUseHorizontalErrorBarsin interfaceLine
-
setUseHorizontalErrorBars
- Specified by:
setUseHorizontalErrorBarsin interfaceLine
-
getHoverTemplate
- Specified by:
getHoverTemplatein interfaceLine
-
setHoverTemplate
- Specified by:
setHoverTemplatein interfaceLine
-
getLegendGrouping
- Specified by:
getLegendGroupingin interfacePlotObject
-
setLegendGrouping
- Specified by:
setLegendGroupingin interfacePlotObject
-
getLegendOnly
- Specified by:
getLegendOnlyin interfacePlotObject
-
setLegendOnly
- Specified by:
setLegendOnlyin interfacePlotObject
-
getZindex
- Specified by:
getZindexin interfacePlotObject
-
setZindex
- Specified by:
setZindexin interfacePlotObject
-
getSeriesIdentifier
- Specified by:
getSeriesIdentifierin interfacePlotObject
-
hashCode
public int hashCode() -
equals
-
toString
-