use directly sharedrawweb java code here Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
9 lines
145 B
Java
9 lines
145 B
Java
package org.artisanlogiciel.graphics;
|
|
|
|
public interface Importer {
|
|
|
|
void importInto(Drawing drawing);
|
|
void setDebug(boolean pDebug);
|
|
|
|
}
|