/* TagStyleSelector.java created 2007-10-16 * */ package org.signalml.app.view.tag; import org.signalml.plugin.export.signal.TagStyle; /** TagStyleSelector * * * @author Michal Dobaczewski © 2007-2008 CC Otwarte Systemy Komputerowe Sp. z o.o. */ public interface TagStyleSelector { TagStyle getTagStyle(); }