00001 00002 package plplot.core; 00003 00004 public interface PLCallbackLabel 00005 { 00006 public String label( int axis, double value ); 00007 };