Class PlotMetadataNode

java.lang.Object
org.neuroml.export.info.model.PlotMetadataNode
Direct Known Subclasses:
PlotNode

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

  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toShortString

      public String toShortString()