/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package hep.aida.ref.plotter.adapter; /** * * @author turri */ public interface AIDA1DAdapterWithAxisLabels { public void setAxisType(int type); public void setAxisLabels(String[] axisLabels); }