Documentation of 'hep.aida.IPlotterLayout' Java class
IPlotterLayout
hep.aida

Interface IPlotterLayout

  • All Known Implementing Classes:
    PlotterLayout


    public interface IPlotterLayout
    Interface to permit customization of the layout of scene objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String[] availableParameters()
      Get list of the available parameters (implementation-dependent)
      double parameterValue(java.lang.String paramName)
      Get parameter value.
      void reset()
      Return to original (construction time) state.
      boolean setParameter(java.lang.String paramName, double paramValue)
      Set a parameter.
    • Method Detail

      • reset

        void reset()
        Return to original (construction time) state. Explicitly set parameters will be set to defaults and may be overridden
      • setParameter

        boolean setParameter(java.lang.String paramName,
                             double paramValue)
        Set a parameter.
        Parameters:
        paramName - Name of the parameter.
        options - String of options.
        Returns:
        false if parameter (or its options) unknown or invalid.
      • parameterValue

        double parameterValue(java.lang.String paramName)
        Get parameter value.
      • availableParameters

        java.lang.String[] availableParameters()
        Get list of the available parameters (implementation-dependent)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.