Class PlotMetadataNode

  • Direct Known Subclasses:
    PlotNode

    public class PlotMetadataNode
    extends Object
    Author:
    Adrian Quintana (adrian.perez@ucl.ac.uk)
    • Constructor Detail

      • PlotMetadataNode

        public PlotMetadataNode​(String plotTitle,
                                String xAxisLabel,
                                String yAxisLabel)
    • Method Detail

      • getPlotTitle

        public String getPlotTitle()
        Returns:
        the _plotTitle
      • getXAxisLabel

        public String getXAxisLabel()
        Returns:
        the _xAxisLabel
      • getYAxisLabel

        public String getYAxisLabel()
        Returns:
        the _yAxisLabel
      • getInitialValue

        public Double getInitialValue()
        Returns:
        the _initialValue
      • getFinalValue

        public Double getFinalValue()
        Returns:
        the _finalValue
      • getStepValue

        public Double getStepValue()
        Returns:
        the _stepValue
      • toShortString

        public String toShortString()