org.jplot2d.element.impl
Class InvokeStep
- java.lang.Object
-
- org.jplot2d.element.impl.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 methodInvokeStep(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 intgetIndex()java.lang.reflect.MethodgetMethod()
-
-
-
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 invokeindex- the argument
-
-
DMelt 3.0 © DataMelt by jWork.ORG