PLplot  5.10.0
PLCallbackCT.java
Go to the documentation of this file.
00001 
00002 package plplot.core;
00003 
00004 public interface PLCallbackCT
00005 {
00006     public void coordTransform( double x, double y, double xt[], double yt[], Object data );
00007 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines