|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xj3d.sai.BrowserConfig
public class BrowserConfig
Utility class to load, qualify and store SAI and EAI browser configuration parameters, including the properties defining the browser 'skin'. Used by the various BrowserFactoryImpl's as a common parameter loader.
| Field Summary | |
|---|---|
boolean |
antialiased
Antialiasing enabled. |
java.lang.String |
antialiasingQuality
Antialiasing quality. |
java.util.Properties |
browserSkin
Properties object defining appearance of browser panel. |
java.lang.String |
contentDirectory
Initial directory to use for locating content. |
java.lang.String |
cullingMode
Culling Mode. |
boolean |
dashTop
Placement of the navigation bar if visible. |
BrowserInterfaceTypes |
interfaceType
The type of GUI interface that should be created |
int |
preferredHeight
The preferred height of the window. |
int |
preferredWidth
The preferred width of the window. |
java.lang.String |
primitiveQuality
Primitive geometry quality. |
java.util.Map |
resourceMap
Map object containing default resources refered to by the skinProperties. |
boolean |
showConsole
Should the console be visible. |
boolean |
showDash
Should the navigation bar be visible. |
boolean |
showFPS
Should StatusBar have a frames-per-second display. |
boolean |
showOpenButton
Should the open button, on the location bar, be visible. |
boolean |
showReloadButton
Should the reload button, on the location bar, be visible. |
boolean |
showStatusBar
Should StatusBar be shown. |
boolean |
showUrl
Should the location bar be visible. |
java.lang.String |
textureQuality
Texture quality. |
boolean |
urlReadOnly
Should the location bar be read only. |
boolean |
urlTop
Placement of the location bar if visible. |
boolean |
vrml97Only
Should the browser be restricted to VRML97 only. |
| Constructor Summary | |
|---|---|
BrowserConfig()
Create a BrowserConfig instance initialized with defaults. |
|
BrowserConfig(java.util.Map params)
Create a BrowserConfig instance initialized with defaults which will be overridden by any parameters passed in the argument Map. |
|
BrowserConfig(java.lang.String[] params)
Create a BrowserConfig instance initialized with defaults which will be overridden by any parameters passed in the argument array. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean vrml97Only
public BrowserInterfaceTypes interfaceType
public boolean showDash
public boolean dashTop
public boolean showUrl
public boolean urlTop
public boolean urlReadOnly
public boolean showConsole
public boolean showOpenButton
public boolean showReloadButton
public boolean showStatusBar
public boolean showFPS
public java.lang.String contentDirectory
public boolean antialiased
public java.lang.String antialiasingQuality
public java.lang.String primitiveQuality
public java.lang.String textureQuality
public java.util.Properties browserSkin
public java.util.Map resourceMap
public java.lang.String cullingMode
public int preferredWidth
public int preferredHeight
| Constructor Detail |
|---|
public BrowserConfig()
public BrowserConfig(java.lang.String[] params)
params - Parameters to control the look and feel.
java.lang.IllegalArgumentException - if a parameter in the argument Map is invalid.public BrowserConfig(java.util.Map params)
params - Parameters to control the look and feel.
java.lang.IllegalArgumentException - if a parameter in the argument Map is invalid.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||