scenic
Class SceneSettings

java.lang.Object
  extended by scenic.SceneNode
      extended by scenic.SceneContainer
          extended by scenic.SceneSettings

public class SceneSettings
extends SceneContainer

Scene settings class is used to apply rendering settings to child nodes. in the scene graph. Currently experimental, does not work.


Constructor Summary
SceneSettings()
          Constructs a new SceneSettings object.
 
Method Summary
 Filter getAntialiasingFilter()
          Gets the antialiasing filter that is used to antialias polygons and text.
static Filter getDefaultAAFilter()
          This filter represents the default antialiasing filter.
 void setAntialiasingFilter(Filter antialiasingFilter)
          Sets the antialiasing filter that is used to antialias polygons and text.
 
Methods inherited from class scenic.SceneContainer
add, add, childChanged, clear, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SceneSettings

public SceneSettings()
Constructs a new SceneSettings object.

Method Detail

getDefaultAAFilter

public static Filter getDefaultAAFilter()
This filter represents the default antialiasing filter. When this filter is used, the library uses the default antialiasing algorithms of the underlying implementation.


getAntialiasingFilter

public Filter getAntialiasingFilter()
Gets the antialiasing filter that is used to antialias polygons and text.

Returns:
the antialiasing filter

setAntialiasingFilter

public void setAntialiasingFilter(Filter antialiasingFilter)
Sets the antialiasing filter that is used to antialias polygons and text. Settings the filter to null disables antialiasing.

Parameters:
antialiasingFilter - the antialiasing filter