Class VRHorzMethods

java.lang.Object
videoRangePanel.VRHorzMethods

public class VRHorzMethods extends Object
  • Field Details

  • Constructor Details

    • VRHorzMethods

      public VRHorzMethods(VRControl vrControl)
  • Method Details

    • getNMethods

      public int getNMethods()
      The number of methods which are available.
      Returns:
      the number of methods which are available.
    • getCurrentMethod

      public VRHorzCalcMethod getCurrentMethod()
      Get the current range method.
      Returns:
      the current range method.
    • setCurrentMethodId

      public void setCurrentMethodId(int methodId)
    • getNames

      public ArrayList<String> getNames()
    • getMethod

      public VRHorzCalcMethod getMethod(int index)