artofillusion
Class ModellingApp

java.lang.Object
  extended by artofillusion.ModellingApp

Deprecated. This class is deprecated. Use ArtOfIllusion and PluginRegistry instead.

public class ModellingApp
extends java.lang.Object


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

MAJOR_VERSION

public static final java.lang.String MAJOR_VERSION
Deprecated. 

VERSION

public static final java.lang.String VERSION
Deprecated. 

DIST_TO_SCREEN

public static final double DIST_TO_SCREEN
Deprecated. 
See Also:
Constant Field Values

currentDirectory

public static java.lang.String currentDirectory
Deprecated. 
Constructor Detail

ModellingApp

public ModellingApp()
Deprecated. 
Method Detail

main

public static void main(java.lang.String[] args)
Deprecated. 

getVersion

public static java.lang.String getVersion()
Deprecated. 
Get the complete version number of Art of Illusion.


getMajorVersion

public static java.lang.String getMajorVersion()
Deprecated. 
Get the major part of the version number of Art of Illusion.


getPreferences

public static ApplicationPreferences getPreferences()
Deprecated. 
Get the application preferences object.


getRenderers

public static Renderer[] getRenderers()
Deprecated. 
Get a list of all available Renderers.


getPlugins

public static Plugin[] getPlugins()
Deprecated. 
Get a list of all installed Plugins.


getTranslators

public static Translator[] getTranslators()
Deprecated. 
Get a list of all available Translators.


getModellingTools

public static ModellingTool[] getModellingTools()
Deprecated. 
Get a list of all available ModellingTools.


getTextureTypes

public static java.lang.Class[] getTextureTypes()
Deprecated. 
Get a list of all available Texture classes.


getMaterialTypes

public static java.lang.Class[] getMaterialTypes()
Deprecated. 
Get a list of all available Material classes.


getTextureMappings

public static java.lang.Class[] getTextureMappings()
Deprecated. 
Get a list of all available TextureMapping classes.


getMaterialMappings

public static java.lang.Class[] getMaterialMappings()
Deprecated. 
Get a list of all available MaterialMapping classes.


getImageFilters

public static java.lang.Class[] getImageFilters()
Deprecated. 
Get a list of all available ImageFilter classes.


getModules

public static java.lang.Class[] getModules()
Deprecated. 
Get a list of all plugin-defined procedural Module classes.


registerRenderer

public static void registerRenderer(Renderer o)
Deprecated. 
Add a new Renderer the list of available ones.


registerTranslator

public static void registerTranslator(Translator o)
Deprecated. 
Add a new Translator the list of available ones.


registerModellingTool

public static void registerModellingTool(ModellingTool o)
Deprecated. 
Add a new ModellingTool the list of available ones.


registerTexture

public static void registerTexture(Texture o)
Deprecated. 
Add a new Texture the list of available ones.


registerMaterial

public static void registerMaterial(Material o)
Deprecated. 
Add a new Material the list of available ones.


registerTextureMapping

public static void registerTextureMapping(TextureMapping o)
Deprecated. 
Add a new TextureMapping the list of available ones.


registerMaterialMapping

public static void registerMaterialMapping(MaterialMapping o)
Deprecated. 
Add a new MaterialMapping the list of available ones.


registerPlugin

public static void registerPlugin(Plugin o)
Deprecated. 
Add a new Plugin the list of available ones.


registerImageFilter

public static void registerImageFilter(ImageFilter o)
Deprecated. 
Add a new ImageFilter to the list of available ones.


registerModule

public static void registerModule(Module o)
Deprecated. 
Add a new Module to the list of available ones.


newWindow

public static void newWindow()
Deprecated. 
Create a new Scene, and display it in a window.


newWindow

public static void newWindow(Scene theScene)
Deprecated. 
Create a new window for editing the specified scene.


addWindow

public static void addWindow(EditingWindow win)
Deprecated. 
Add a window to the list of open windows.


closeWindow

public static void closeWindow(EditingWindow win)
Deprecated. 
Close a window.


getWindows

public static EditingWindow[] getWindows()
Deprecated. 
Get a list of all open windows.


quit

public static void quit()
Deprecated. 
Quit Art of Illusion.


getClass

public static java.lang.Class getClass(java.lang.String name)
                                throws java.lang.ClassNotFoundException
Deprecated. 
Get a class specified by name. This checks both the system classes, and all plugins. It also accounts for classes which changed packages in version 1.3.

Throws:
java.lang.ClassNotFoundException

loadFile

public static java.lang.String loadFile(java.io.File f)
                                 throws java.io.IOException
Deprecated. 
This is a utility routine which loads a file from disk.

Throws:
java.io.IOException

saveScene

public static boolean saveScene(Scene sc,
                                LayoutWindow fr)
Deprecated. 
Save a scene to a file. This method returns true if the scene is successfully saved, false if an error occurs.


openScene

public static void openScene(BFrame fr)
Deprecated. 
Prompt the user to select a scene file, then open a new window containing it. The BFrame is used for displaying dialogs.


openScene

public static void openScene(java.io.File f,
                             BFrame fr)
Deprecated. 
Load a scene from a file, and open a new window containing it. The BFrame is used for displaying dialogs.


copyToClipboard

public 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.


pasteClipboard

public static void pasteClipboard(LayoutWindow win)
Deprecated. 
Paste the contents of the clipboard into a window.


getClipboardSize

public static int getClipboardSize()
Deprecated. 
Get the number of objects on the clipboard.



Copyright © 1999-2011 by Peter Eastman.