Documentation of 'org.jplot2d.element.impl.InvokeStep' Java class
InvokeStep
org.jplot2d.element.impl

Class InvokeStep



  • public class InvokeStep
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      InvokeStep(java.lang.reflect.Method method)
      Create a invoke step with a method
      InvokeStep(java.lang.reflect.Method method, int index)
      Create a invoke step with a method and an int argument
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getIndex() 
      java.lang.reflect.Method getMethod() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvokeStep

        public InvokeStep(java.lang.reflect.Method method)
        Create a invoke step with a method
        Parameters:
        method - the method to invoke
      • InvokeStep

        public InvokeStep(java.lang.reflect.Method method,
                          int index)
        Create a invoke step with a method and an int argument
        Parameters:
        method - the method to invoke
        index - the argument
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
      • getIndex

        public int getIndex()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.