Class VRHorzMethods

java.lang.Object
videoRangePanel.VRHorzMethods

public class VRHorzMethods extends Object
  • Field Details Link icon

  • Constructor Details Link icon

    • VRHorzMethods Link icon

      public VRHorzMethods(VRControl vrControl)
  • Method Details Link icon

    • getNMethods Link icon

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

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

      public void setCurrentMethodId(int methodId)
    • getNames Link icon

      public ArrayList<String> getNames()
    • getMethod Link icon

      public VRHorzCalcMethod getMethod(int index)