|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.ModellingApp
ArtOfIllusion
and PluginRegistry
instead.
public class ModellingApp
Field Summary | |
---|---|
static java.lang.String |
currentDirectory
Deprecated. |
static double |
DIST_TO_SCREEN
Deprecated. |
static java.lang.String |
MAJOR_VERSION
Deprecated. |
static java.lang.String |
VERSION
Deprecated. |
Constructor Summary | |
---|---|
ModellingApp()
Deprecated. |
Method Summary | |
---|---|
static void |
addWindow(EditingWindow win)
Deprecated. Add a window to the list of open windows. |
static void |
closeWindow(EditingWindow win)
Deprecated. Close a window. |
static void |
copyToClipboard(ObjectInfo[] obj,
Scene scene)
Deprecated. Copy a list of objects to the clipboard, so they can be pasted into either the same scene or a different one. |
static java.lang.Class |
getClass(java.lang.String name)
Deprecated. Get a class specified by name. |
static int |
getClipboardSize()
Deprecated. Get the number of objects on the clipboard. |
static java.lang.Class[] |
getImageFilters()
Deprecated. Get a list of all available ImageFilter classes. |
static java.lang.String |
getMajorVersion()
Deprecated. Get the major part of the version number of Art of Illusion. |
static java.lang.Class[] |
getMaterialMappings()
Deprecated. Get a list of all available MaterialMapping classes. |
static java.lang.Class[] |
getMaterialTypes()
Deprecated. Get a list of all available Material classes. |
static ModellingTool[] |
getModellingTools()
Deprecated. Get a list of all available ModellingTools. |
static java.lang.Class[] |
getModules()
Deprecated. Get a list of all plugin-defined procedural Module classes. |
static Plugin[] |
getPlugins()
Deprecated. Get a list of all installed Plugins. |
static ApplicationPreferences |
getPreferences()
Deprecated. Get the application preferences object. |
static Renderer[] |
getRenderers()
Deprecated. Get a list of all available Renderers. |
static java.lang.Class[] |
getTextureMappings()
Deprecated. Get a list of all available TextureMapping classes. |
static java.lang.Class[] |
getTextureTypes()
Deprecated. Get a list of all available Texture classes. |
static Translator[] |
getTranslators()
Deprecated. Get a list of all available Translators. |
static java.lang.String |
getVersion()
Deprecated. Get the complete version number of Art of Illusion. |
static EditingWindow[] |
getWindows()
Deprecated. Get a list of all open windows. |
static java.lang.String |
loadFile(java.io.File f)
Deprecated. This is a utility routine which loads a file from disk. |
static void |
main(java.lang.String[] args)
Deprecated. |
static void |
newWindow()
Deprecated. Create a new Scene, and display it in a window. |
static void |
newWindow(Scene theScene)
Deprecated. Create a new window for editing the specified scene. |
static void |
openScene(BFrame fr)
Deprecated. Prompt the user to select a scene file, then open a new window containing it. |
static void |
openScene(java.io.File f,
BFrame fr)
Deprecated. Load a scene from a file, and open a new window containing it. |
static void |
pasteClipboard(LayoutWindow win)
Deprecated. Paste the contents of the clipboard into a window. |
static void |
quit()
Deprecated. Quit Art of Illusion. |
static void |
registerImageFilter(ImageFilter o)
Deprecated. Add a new ImageFilter to the list of available ones. |
static void |
registerMaterial(Material o)
Deprecated. Add a new Material the list of available ones. |
static void |
registerMaterialMapping(MaterialMapping o)
Deprecated. Add a new MaterialMapping the list of available ones. |
static void |
registerModellingTool(ModellingTool o)
Deprecated. Add a new ModellingTool the list of available ones. |
static void |
registerModule(Module o)
Deprecated. Add a new Module to the list of available ones. |
static void |
registerPlugin(Plugin o)
Deprecated. Add a new Plugin the list of available ones. |
static void |
registerRenderer(Renderer o)
Deprecated. Add a new Renderer the list of available ones. |
static void |
registerTexture(Texture o)
Deprecated. Add a new Texture the list of available ones. |
static void |
registerTextureMapping(TextureMapping o)
Deprecated. Add a new TextureMapping the list of available ones. |
static void |
registerTranslator(Translator o)
Deprecated. Add a new Translator the list of available ones. |
static boolean |
saveScene(Scene sc,
LayoutWindow fr)
Deprecated. Save a scene to a file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MAJOR_VERSION
public static final java.lang.String VERSION
public static final double DIST_TO_SCREEN
public static java.lang.String currentDirectory
Constructor Detail |
---|
public ModellingApp()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static java.lang.String getVersion()
public static java.lang.String getMajorVersion()
public static ApplicationPreferences getPreferences()
public static Renderer[] getRenderers()
public static Plugin[] getPlugins()
public static Translator[] getTranslators()
public static ModellingTool[] getModellingTools()
public static java.lang.Class[] getTextureTypes()
public static java.lang.Class[] getMaterialTypes()
public static java.lang.Class[] getTextureMappings()
public static java.lang.Class[] getMaterialMappings()
public static java.lang.Class[] getImageFilters()
public static java.lang.Class[] getModules()
public static void registerRenderer(Renderer o)
public static void registerTranslator(Translator o)
public static void registerModellingTool(ModellingTool o)
public static void registerTexture(Texture o)
public static void registerMaterial(Material o)
public static void registerTextureMapping(TextureMapping o)
public static void registerMaterialMapping(MaterialMapping o)
public static void registerPlugin(Plugin o)
public static void registerImageFilter(ImageFilter o)
public static void registerModule(Module o)
public static void newWindow()
public static void newWindow(Scene theScene)
public static void addWindow(EditingWindow win)
public static void closeWindow(EditingWindow win)
public static EditingWindow[] getWindows()
public static void quit()
public static java.lang.Class getClass(java.lang.String name) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public static java.lang.String loadFile(java.io.File f) throws java.io.IOException
java.io.IOException
public static boolean saveScene(Scene sc, LayoutWindow fr)
public static void openScene(BFrame fr)
public static void openScene(java.io.File f, BFrame fr)
public static void copyToClipboard(ObjectInfo[] obj, Scene scene)
public static void pasteClipboard(LayoutWindow win)
public static int getClipboardSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |