PLplot  5.9.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
PLCallbackMapform.java
Go to the documentation of this file.
1 
2 package plplot.core;
3 
4 public interface PLCallbackMapform
5 {
6  public void mapform( double[] x, double[] y );
7 };
void mapform(double[] x, double[] y)
void PLFLT PLINT PLINT PLFLT x
void PLFLT PLINT PLINT PLFLT PLFLT y