Class JISAErrorDataSet

  • All Implemented Interfaces:
    de.gsi.dataset.DataSet, de.gsi.dataset.DataSet2D, de.gsi.dataset.DataSetError, de.gsi.dataset.DataSetMetaData, de.gsi.dataset.EditableDataSet, de.gsi.dataset.event.EventSource, java.io.Serializable

    public class JISAErrorDataSet
    extends TwoErrorDataSet
    See Also:
    Serialized Form
    • Constructor Detail

      • JISAErrorDataSet

        public JISAErrorDataSet​(java.lang.String name,
                                Plot plot)
    • Method Detail

      • mapOf

        protected static java.util.Map<java.lang.String,​java.lang.String> mapOf​(java.lang.String... values)
      • updateStyle

        public void updateStyle()
      • setName

        public JISAErrorDataSet setName​(java.lang.String name)
        Specified by:
        setName in interface de.gsi.dataset.EditableDataSet
        Overrides:
        setName in class de.gsi.dataset.spi.AbstractDataSet<TwoErrorDataSet>
      • dashProperty

        public javafx.beans.property.ObjectProperty<Series.Dash> dashProperty()
      • getColour

        public javafx.scene.paint.Color getColour()
      • colourProperty

        public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> colourProperty()
      • shapeProperty

        public javafx.beans.property.ObjectProperty<Series.Shape> shapeProperty()
      • getThickness

        public java.lang.Double getThickness()
      • thicknessProperty

        public javafx.beans.property.ObjectProperty<java.lang.Double> thicknessProperty()
      • isLineVisible

        public java.lang.Boolean isLineVisible()
      • lineVisibleProperty

        public javafx.beans.property.ObjectProperty<java.lang.Boolean> lineVisibleProperty()
      • isMarkerVisible

        public java.lang.Boolean isMarkerVisible()
      • markerVisibleProperty

        public javafx.beans.property.ObjectProperty<java.lang.Boolean> markerVisibleProperty()
      • setColour

        public void setColour​(javafx.scene.paint.Color colour)
      • setThickness

        public void setThickness​(java.lang.Double thickness)
      • setLineVisible

        public void setLineVisible​(java.lang.Boolean lineVisible)
      • setMarkerVisible

        public void setMarkerVisible​(java.lang.Boolean markerVisible)
      • getSize

        public java.lang.Double getSize()
      • sizeProperty

        public javafx.beans.property.ObjectProperty<java.lang.Double> sizeProperty()
      • setSize

        public void setSize​(java.lang.Double size)
      • fitterProperty

        public javafx.beans.property.ObjectProperty<Series.SeriesFitter> fitterProperty()
      • isFitted

        public boolean isFitted()
      • getFit

        public Fit getFit()
      • getFittedPoints

        public de.gsi.dataset.spi.DoubleDataSet getFittedPoints​(double minX,
                                                                double maxX)
      • getErrorColour

        public javafx.scene.paint.Color getErrorColour()
      • errorColourProperty

        public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> errorColourProperty()
      • setErrorColour

        public void setErrorColour​(javafx.scene.paint.Color errorColour)
      • getErrorThickness

        public java.lang.Double getErrorThickness()
      • errorThicknessProperty

        public javafx.beans.property.ObjectProperty<java.lang.Double> errorThicknessProperty()
      • setErrorThickness

        public void setErrorThickness​(java.lang.Double errorThickness)
      • orderingProperty

        public javafx.beans.property.ObjectProperty<Series.Ordering> orderingProperty()