写个工厂方法;
public static DrawDll getDrawDll(){
    return new DrawDll();
}