|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscenic.SceneNode
scenic.SceneContainer
scenic.SceneSettings
public class SceneSettings
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 |
|---|
public SceneSettings()
| Method Detail |
|---|
public static Filter getDefaultAAFilter()
public Filter getAntialiasingFilter()
public void setAntialiasingFilter(Filter antialiasingFilter)
antialiasingFilter - the antialiasing filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||