Deprecated API


Contents
Deprecated Classes
artofillusion.ModellingApp
          This class is deprecated. Use ArtOfIllusion and PluginRegistry instead. 
 

Deprecated Methods
artofillusion.texture.LayeredMapping.addLayer(Texture)
          Use LayeredMapping.addLayer(int, Texture, TextureMapping, int) instead. 
artofillusion.Scene.addToSelection(int)
          Call addToSelection() on the LayoutWindow instead. 
artofillusion.Scene.clearSelection()
          Call clearSelection() on the LayoutWindow instead. 
artofillusion.image.filter.ImageFilter.getParameters()
           
artofillusion.image.filter.ImageFilter.getParameterValues()
           
artofillusion.Scene.getSelection()
          Call getSelectedIndices() or getSelectedObjects() on the LayoutWindow instead. 
artofillusion.Scene.getSelectionWithChildren()
          Call getSelectionWithChildren() on the LayoutWindow instead. 
artofillusion.ui.ThemeManager.getToolButton(Object, String, String)
          this method allows pre 2.7 plugins to continue to function. Such code should be ported to the new API as soon as possible. 
artofillusion.Scene.removeFromSelection(int)
          Call removeFromSelection() on the LayoutWindow instead. 
artofillusion.Camera.setDistToScreen(double)
          use setScreenParams() instead 
artofillusion.image.filter.ImageFilter.setParameterValue(int, double)
           
artofillusion.Scene.setSelection(int)
          Call setSelection() on the LayoutWindow instead. 
artofillusion.Scene.setSelection(int[])
          Call setSelection() on the LayoutWindow instead. 
artofillusion.Camera.setSize(int, int)
          use setScreenTransform(), setScreenParams() or setScreenParamsParallel() instead 
 



Copyright © 1999-2011 by Peter Eastman.