package org.artisanlogiciel.graphics; public interface Importer { void importInto(Drawing drawing); void setDebug(boolean pDebug); }