Index Topic Contents | |||
Previous Topic: Viewer Interface Next Topic: Java Event Data |
Java Defaults
This is a list of defaults, by class. Defaults are system-defined.
Java Defaults by Class
- Behavior.debug
- The default of the boolean is true, which means the behavior is sampled when it's started. The default output device is the standard output device.
- GeometryBvr.diffuseColor(ColorBvr col)
- The default diffuse color is white.
- GeometryBvr.lightAttenuation(NumberBvr const, NumberBvr linear, NumberBvr quadratic)
- The default attenuation coefficients are (1, 0, 0). This means there is no light attenuation.
- GeometryBvr.lightColor(ColorBvr col)
- The default light color is white.
- GeometryBvr.opacity((NumberBvr opac)
- The default opacity is 1. This means complete opacity.
- GeometryBvr.texture(ImageBvr image)
- The default texture is no texture.
- ImageBvr.opacity(NumberBvr opac)
- The default opacity is 1.
- LineStyleBvr.color(ColorBvr color)
- The default color is black.
- LineStyleBvr.dash(DashStyleBvr ds)
- The default dash style is solid.
- LineStyleBvr.detail()
- The default detail style is on. This is the default LineStyleBvr and it has no width.
- LineStyleBvr.end(EndStyleBvr es)
- The default end style is flat.
- LineStyleBvr.join(JoinStyleBvr js)
- The default join style is beveled.
- Path2Bvr.draw(LineStyleBvr ls)
- The default line style behavior is defaultLineStyle.
- Path2Bvr fill(ImageBvr im, LineStyleBvr ls)
- The default line style behavior is defaultLineStyle.
- MicrophoneBvr
- The default microphone is located at the origin.
- Preferences.COLOR_KEY_BLUE
- The default is 245.
- Preferences.COLOR_KEY_GREEN
- The default is 254.
- Preferences.COLOR_KEY_RED
- The default is 1.
- Preferences.DITHERING
- The default is Enabled.
- Preferences.ENGINE_OPTIMIZATIONS
- The default is On.
- Preferences.FILL_MODE
- The default is FILL_MODE_SOLID.
- Preferences.MAX_FRAMES_PER_SEC
- The default is 30.
- Preferences.OVERRIDE_APPLICATION_PREFERENCES
- The default is Off.
- Preferences.PERSPECTIVE_CORRECT
- The default is On.
- Preferences.RGB_LIGHTING_MODE
- The default is On.
- Preferences.SHADE_MODE
- The default is SHADE_MODE_GOURAUD.
- Preferences.TEXTURE_QUALITY
- The default is TEXTURE_QUALITY_NEAREST.
- Preferences.USE_3-D_HW
- The default is Off.
- Preferences.USE_VIDEOMEM
- The default is On.
- Statics.defaultFont
- The default font is Times-Roman, black, 12pts in size, and neither bold nor italicized.
- Statics.defaultLineStyle
- The default is detail. This style has no width. It must be specified in meters.
- Statics.public static Path2Bvr polyline(Point2Bvr[] points)
- The default linestyle.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.