org.sdmlib.doc.interfaze.Drawer.GuiFileDrawer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SDMLib Show documentation
Show all versions of SDMLib Show documentation
SDMLib is a light weight modeling library. SDMLib intentionally comes without any tool or editor.
package org.sdmlib.doc.interfaze.Drawer;
import java.io.File;
public interface GuiFileDrawer
{
public boolean drawImg(String fileName, String context);
public GuiFileDrawer withPlugin(File path, String plusinName);
public String getVersion();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy