A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

id - Variable in class org.xith3d.render.states.StateNode
 
IDENTITY - Static variable in class org.xith3d.scenegraph.Transform3D
 
IDENTITY_TRANSFORM - Static variable in class org.xith3d.scenegraph.Transform
The identity transform (no transformation at all)
IgnoreCaseComparator - Class in org.xith3d.utility.comparator
Compares two Strings ignoring case.
IGNORED_BY_LAYOUT - Static variable in interface org.xith3d.ui.hud.layout.LayoutManager
This is a constraint, that can be passed to the WidgetContainer.addWidget(Widget) methods to tell it, that the Widget is not to be added to the LayoutManager.
IllegalSceneGraphOperation - Error in org.xith3d.scenegraph
Indicates an illegal operation was performed on the scenegraph such as an attempt to assign multiple parent groups to a Node.
IllegalSceneGraphOperation() - Constructor for error org.xith3d.scenegraph.IllegalSceneGraphOperation
 
IllegalSceneGraphOperation(String) - Constructor for error org.xith3d.scenegraph.IllegalSceneGraphOperation
 
Image - Class in org.xith3d.ui.hud.widgets
A widget representing an image.
Image(boolean, float, float, Colorf, Texture2D, TileMode) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new Image with the given width and height.
Image(boolean, float, float, Colorf) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new Image with the given width and height.
Image(boolean, float, float, Texture2D, TileMode) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new Image with the given width and height.
Image(boolean, float, float, Texture2D) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new Image with the given width and height.
Image(boolean, float, float, String) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new Image with the given width and height.
Image(float, float, Colorf, Texture2D) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new lightweight Image with the given width and height.
Image(float, float, Colorf) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new lightweight Image with the given width and height.
Image(float, float, Texture2D, TileMode) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new lightweight Image with the given width and height.
Image(float, float, Texture2D) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new lightweight Image with the given width and height.
Image(float, float, String) - Constructor for class org.xith3d.ui.hud.widgets.Image
Creates a new lightweight Image with the given width and height.
ImageFrame - Class in org.xith3d.utility.image
A frame that displays an image.
ImageFrame() - Constructor for class org.xith3d.utility.image.ImageFrame
 
ImageRenderTarget - Class in org.xith3d.render
This type of RenderTarget is used to render (copy) the scene to a BufferedImage.
ImageRenderTarget(GroupNode, Colorf) - Constructor for class org.xith3d.render.ImageRenderTarget
 
ImageRenderTarget(GroupNode) - Constructor for class org.xith3d.render.ImageRenderTarget
 
importOptions(Map<String, Object>) - Method in class org.xith3d.render.RenderOptions
Sets all options from the given HashMap into the current RenderOptions object.
incChangeID() - Method in class org.xith3d.scenegraph.GlobalOptions
 
incGlobalOptionsChangeId() - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
increaseIndentation() - Static method in class org.xith3d.utility.logging.X3DLog
Increases the indentation level to use for the following log outputs by one.
INCREMENT - Static variable in class org.xith3d.scenegraph.RenderingAttributes
 
incrementFramesSinceDirty(GeomNioData) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
incrementFramesSinceDirty(GeomNioFloatData) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
incrementFramesSinceDirty(GeomNioIntData) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
incSubEnabledCount(int) - Method in class org.xith3d.terrain.legacy.TerrainSquareHandle
 
IndexedGeometryArray - Class in org.xith3d.scenegraph
 
IndexedGeometryArray(GeometryArrayType, int, int, int[], int) - Constructor for class org.xith3d.scenegraph.IndexedGeometryArray
 
IndexedGeometryStripArray - Class in org.xith3d.scenegraph
 
IndexedGeometryStripArray(GeometryArrayType, int, int, int, int[]) - Constructor for class org.xith3d.scenegraph.IndexedGeometryStripArray
Constructs an empty IndexedTriangleStripArray object with the specified number of vertices, vertex format, and number of indices.
IndexedLineArray - Class in org.xith3d.scenegraph
 
IndexedLineArray(int, int, int) - Constructor for class org.xith3d.scenegraph.IndexedLineArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, vertex format, and number of indices.
IndexedLineArray(int, int) - Constructor for class org.xith3d.scenegraph.IndexedLineArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, vertex format, and number of indices.
IndexedLineStripArray - Class in org.xith3d.scenegraph
 
IndexedLineStripArray(int, int, int, int[]) - Constructor for class org.xith3d.scenegraph.IndexedLineStripArray
Constructs an empty IndexedTriangleStripArray object with the specified number of vertices, vertex format, and number of indices.
IndexedLineStripArray(int, int, int[]) - Constructor for class org.xith3d.scenegraph.IndexedLineStripArray
Constructs an empty IndexedTriangleStripArray object with the specified number of vertices, vertex format, and number of indices.
IndexedLineStripArray(int, int, int) - Constructor for class org.xith3d.scenegraph.IndexedLineStripArray
 
IndexedLineStripArray(int, int) - Constructor for class org.xith3d.scenegraph.IndexedLineStripArray
 
IndexedQuadArray - Class in org.xith3d.scenegraph
An (Indexed)QuadArray defines an array of vertices rendered as quads.
IndexedQuadArray(int, int, int) - Constructor for class org.xith3d.scenegraph.IndexedQuadArray
Constructs an empty IndexedQuadArray object with the specified number of vertices, vertex format, and number of indices
IndexedQuadArray(int, int) - Constructor for class org.xith3d.scenegraph.IndexedQuadArray
Constructs an empty IndexedQuadArray object with the specified number of vertices, vertex format, and number of indices
IndexedTriangleArray - Class in org.xith3d.scenegraph
 
IndexedTriangleArray(int, int, int) - Constructor for class org.xith3d.scenegraph.IndexedTriangleArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, vertex format, and number of indices.
IndexedTriangleArray(int, int) - Constructor for class org.xith3d.scenegraph.IndexedTriangleArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, vertex format, and number of indices.
IndexedTriangleFanArray - Class in org.xith3d.scenegraph
(Indexed)TriangleFanArray defines a triangle array, where the first vertex is part of any triangle.
IndexedTriangleFanArray(int, int, int, int[]) - Constructor for class org.xith3d.scenegraph.IndexedTriangleFanArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, vertex format, and number of indices.
IndexedTriangleFanArray(int, int, int[]) - Constructor for class org.xith3d.scenegraph.IndexedTriangleFanArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, vertex format, and number of indices.
IndexedTriangleStripArray - Class in org.xith3d.scenegraph
 
IndexedTriangleStripArray(int, int, int, int[]) - Constructor for class org.xith3d.scenegraph.IndexedTriangleStripArray
Constructs an empty IndexedTriangleStripArray object with the specified number of vertices, vertex format, and number of indices.
IndexedTriangleStripArray(int, int, int[]) - Constructor for class org.xith3d.scenegraph.IndexedTriangleStripArray
Constructs an empty IndexedTriangleStripArray object with the specified number of vertices, vertex format, and number of indices.
IndexedTriangleStripArray(int, int, int) - Constructor for class org.xith3d.scenegraph.IndexedTriangleStripArray
 
IndexedTriangleStripArray(int, int) - Constructor for class org.xith3d.scenegraph.IndexedTriangleStripArray
 
indexFinished(int[]) - Method in interface org.xith3d.terrain.GridTriangulator.IndexCallback
 
indexOf(Node) - Method in class org.xith3d.scenegraph.GroupNode
 
indexOf(Object) - Method in class org.xith3d.utility.general.SortableList
indexOfCanvas3D(Canvas3D) - Method in class org.xith3d.scenegraph.View
 
indices - Variable in class org.xith3d.utility.geometry.nvtristrip.PrimitiveGroup
 
INFINITE_LOOPS - Static variable in class org.xith3d.scenegraph.Sound
 
InheritedNodeAttributes - Class in org.xith3d.scenegraph
the InheritedNodeAttributes class holds references to inherited Nodes like lights, fog, etc.
InheritedNodeAttributes() - Constructor for class org.xith3d.scenegraph.InheritedNodeAttributes
 
init(Transformable, Vector3f) - Method in class org.xith3d.input.modules.fpih.FPIHPhysics
 
init(CalModel) - Method in class org.xith3d.loaders.models.impl.cal3d.Cal3dModel
 
init(List<RenderPass>, List<? extends GroupNode>, Canvas3D, MouseButton, int, int, Object, Object, boolean) - Method in class org.xith3d.picking.PickRequest
Generates a new ScheduledPicker instance.
init(RenderPass, GroupNode, Canvas3D, MouseButton, int, int, Object, Object, boolean) - Method in class org.xith3d.picking.PickRequest
Generates a new ScheduledPicker instance.
init(List<? extends GroupNode>, Canvas3D, MouseButton, int, int, AllPickListener, Object) - Method in class org.xith3d.picking.ScheduledPicker
Generates a new ScheduledPicker instance.
init(List<? extends GroupNode>, Canvas3D, MouseButton, int, int, NearestPickListener, Object) - Method in class org.xith3d.picking.ScheduledPicker
Generates a new ScheduledPicker instance.
init(GLAutoDrawable) - Method in class org.xith3d.render.jsr231.CanvasPeerImplAWT
init() - Method in class org.xith3d.render.jsr231.CanvasPeerImplBase
 
init(GLAutoDrawable) - Method in class org.xith3d.render.jsr231.CanvasPeerImplSwing
init() - Method in class org.xith3d.render.lwjgl.CanvasPeerImplBase
 
init() - Method in class org.xith3d.render.lwjgl.CanvasPeerImplNative
 
init(int, int, int, int) - Method in class org.xith3d.render.ScissorRect
Initializes the ScissorBox
init() - Static method in enum org.xith3d.render.states.StateTypes
This method can be called from anywhere to initialize the state-unit-types.
init(int, String, Texture2D) - Method in class org.xith3d.resources.DelayedLoadingScreenUpdater
Initializes the progress, caption and background image.
init(int, String, String) - Method in class org.xith3d.resources.DelayedLoadingScreenUpdater
Initializes the progress, caption and background image.
init(int, String, Texture2D) - Method in interface org.xith3d.resources.LoadingScreenUpdater
Initializes the progress, caption and background image.
init(int, String, String) - Method in interface org.xith3d.resources.LoadingScreenUpdater
Initializes the progress, caption and background image.
init() - Method in class org.xith3d.terrain.legacy.TerrainCornerData
 
init() - Method in class org.xith3d.ui.hud.base.LabeledStateButton
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.base.Widget
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.base.Window
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.base.WindowHeaderWidget
This method is called when the WidgetContainer is set.
init(MenuSystem) - Method in class org.xith3d.ui.hud.menusystem.MenuGroup
 
init() - Method in class org.xith3d.ui.hud.menusystem.menus.MenuBase
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.assemblies.ColorChooser
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.assemblies.HUDConsole
This method is called when the WidgetContainer is set.
init(int, String, Texture2D) - Method in class org.xith3d.ui.hud.widgets.assemblies.LoadingScreen
Initializes the progress, caption and background image.
init(int, String, String) - Method in class org.xith3d.ui.hud.widgets.assemblies.LoadingScreen
Initializes the progress, caption and background image.
init() - Method in class org.xith3d.ui.hud.widgets.Button
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.ComboBox
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.EmptyWidget
 
init() - Method in class org.xith3d.ui.hud.widgets.Image
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.Label
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.List
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.Panel
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.ProgressBar
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.QuadDivider
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.Scrollbar
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.ScrollPanel
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.Slider
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.TextField
This method is called when the WidgetContainer is set.
init() - Method in class org.xith3d.ui.hud.widgets.Widget3D
This method is called when the WidgetContainer is set.
initialize(int) - Method in class org.xith3d.terrain.legacy.TerrainDataBank
 
initialize() - Method in class org.xith3d.ui.swingui.UIOverlay
This should be overwritten if you want to add any additional objects or behaviors or initialization before the overlay goes live
initImageData(int, int, int, int, boolean, boolean) - Method in class org.xith3d.scenegraph.TextureImage2D
 
initImageData(int, int, boolean, boolean) - Method in class org.xith3d.scenegraph.TextureImage2D
 
initImageData(int, int, boolean) - Method in class org.xith3d.scenegraph.TextureImage2D
 
initImageData(boolean, boolean) - Method in class org.xith3d.scenegraph.TextureImage2D
 
initImageData() - Method in class org.xith3d.scenegraph.TextureImage3D
 
initMenus(Button.Description, Colorf, Colorf, HUDFont, Colorf) - Method in class org.xith3d.ui.hud.menusystem.MenuGroup
 
initRenderingImpl(View, List<RenderPass>, boolean, long, long, long, PickRequest) - Method in class org.xith3d.render.CanvasPeer
Initializes the rendering.
initRenderingImpl(View, List<RenderPass>, boolean, long, long, long, PickRequest) - Method in class org.xith3d.render.jsr231.CanvasPeerImplAWT
Initializes the rendering.
initRenderingImpl(View, List<RenderPass>, boolean, long, long, long, PickRequest) - Method in class org.xith3d.render.jsr231.CanvasPeerImplSwing
Initializes the rendering.
initRenderingImpl(View, List<RenderPass>, boolean, long, long, long, PickRequest) - Method in class org.xith3d.render.jsr231.CanvasPeerImplSWT
Initializes the rendering.
initRenderingImpl(View, List<RenderPass>, boolean, long, long, long, PickRequest) - Method in class org.xith3d.render.lwjgl.CanvasPeerImplAWT
Initializes the rendering.
initRenderingImpl(View, List<RenderPass>, boolean, long, long, long, PickRequest) - Method in class org.xith3d.render.lwjgl.CanvasPeerImplNative
Initializes the rendering.
initShadows(GL, View, Light, RenderBin, RenderPeerImpl, long) - Method in class org.xith3d.render.jsr231.ShadowMappingRenderPeer
Draws the shadows into the shadow map.
initShadows(GL, View, Light, RenderBin, long) - Method in class org.xith3d.render.jsr231.ShadowRenderPeer
 
initShadows(GL, View, Light, RenderBin, RenderPeerImpl, long) - Method in interface org.xith3d.render.jsr231.ShadowRenderPeer.ShadowRenderPeerInterface
 
initShadows(GL, View, Light, RenderBin, RenderPeerImpl, long) - Method in class org.xith3d.render.jsr231.VolumeShadowRenderPeer
 
initShadows(View, Light, RenderBin, RenderPeerImpl, long) - Method in class org.xith3d.render.lwjgl.ShadowMappingRenderPeer
Draws the shadows into the shadow map.
initShadows(View, Light, RenderBin, long) - Method in class org.xith3d.render.lwjgl.ShadowRenderPeer
 
initShadows(View, Light, RenderBin, RenderPeerImpl, long) - Method in interface org.xith3d.render.lwjgl.ShadowRenderPeer.ShadowRenderPeerInterface
 
initShadows(View, Light, RenderBin, RenderPeerImpl, long) - Method in class org.xith3d.render.lwjgl.VolumeShadowRenderPeer
 
initSize() - Method in class org.xith3d.ui.hud.base.LabeledStateButton
initSize() - Method in class org.xith3d.ui.hud.base.Widget
 
initSize() - Method in class org.xith3d.ui.hud.widgets.Label
initSoundDevice() - Method in class org.xith3d.sound.drivers.javasound.SoundDriverImpl
initSoundDevice() - Method in class org.xith3d.sound.drivers.joal.SoundDriverImpl
initSoundDevice() - Method in class org.xith3d.sound.drivers.lwjgl.SoundDriverImpl
initSoundDevice() - Method in class org.xith3d.sound.SoundDriver
 
initSWT() - Method in class org.xith3d.render.jsr231.CanvasPeerImplSWT
 
initVert(int, float, float, float) - Method in interface org.xith3d.terrain.legacy.TerrainRenderInterface
 
initWidgets() - Method in class org.xith3d.ui.hud.menusystem.menus.MenuBase
 
initWidgets() - Method in class org.xith3d.ui.hud.menusystem.menus.settings.FPIHInputBindingsSettingsMenu
initWidgets() - Method in class org.xith3d.ui.hud.menusystem.menus.settings.FPIHMainSettingsMenu
initWidgets() - Method in class org.xith3d.ui.hud.menusystem.menus.settings.GraphicsMainSettingsMenu
initWidgets() - Method in class org.xith3d.ui.hud.menusystem.menus.settings.InputBindingsSettingsMenu
InputAdapterRenderLoop - Class in org.xith3d.loop
This loop renders the scene in the same or a separate Thread.
InputAdapterRenderLoop(Xith3DEnvironment, float) - Constructor for class org.xith3d.loop.InputAdapterRenderLoop
Creates a new instance.
InputAdapterRenderLoop(float) - Constructor for class org.xith3d.loop.InputAdapterRenderLoop
Creates a new instance.
InputAdapterRenderLoop(Xith3DEnvironment) - Constructor for class org.xith3d.loop.InputAdapterRenderLoop
Creates a new instance.
InputAdapterRenderLoop() - Constructor for class org.xith3d.loop.InputAdapterRenderLoop
Creates a new instance.
InputBindingsSettingsMenu - Class in org.xith3d.ui.hud.menusystem.menus.settings
This is a settings menu for general key-bindings to bind keys to LabeledInputActions.
InputBindingsSettingsMenu(float, float, LabeledInputAction[]) - Constructor for class org.xith3d.ui.hud.menusystem.menus.settings.InputBindingsSettingsMenu
 
InputBindingsSettingsMenu(float, float, CommandsRegistry<? extends LabeledInputAction>) - Constructor for class org.xith3d.ui.hud.menusystem.menus.settings.InputBindingsSettingsMenu
 
InputBindingsSettingsMenu(float, LabeledInputAction[]) - Constructor for class org.xith3d.ui.hud.menusystem.menus.settings.InputBindingsSettingsMenu
 
InputBindingsSettingsMenu(float, CommandsRegistry<? extends LabeledInputAction>) - Constructor for class org.xith3d.ui.hud.menusystem.menus.settings.InputBindingsSettingsMenu
 
InputBox - Class in org.xith3d.ui.hud.dialogs
This is a simple Dialog querying for a String to be inputed.
InputBox.Factory - Interface in org.xith3d.ui.hud.dialogs
 
InputBox.InputBoxListener - Interface in org.xith3d.ui.hud.dialogs
 
insertAt(int, int, T) - Method in class org.xith3d.utility.general.SparseClusteredMatrix
Inserts an object into the matrix at the coordinates specified.
insertAt(int, int, T) - Method in interface org.xith3d.utility.general.SparseMatrixInterface
Inserts an object into the matrix at the coordinates specified.
insertAt(int, T) - Method in class org.xith3d.utility.general.SparseVector
Inserts the element at the location specified.
insertSectionBreak(String) - Method in class org.xith3d.utility.sgtree.infoitems.SGTInfo_Object
 
instaled - Variable in class org.xith3d.scenegraph.particles.jops.AbsoluteParticleSystemNode
 
installGenerators(boolean, GroupNode) - Method in class org.xith3d.scenegraph.particles.jops.ParticleSystemNode
 
instance() - Static method in class org.xith3d.render.jsr231.GLUSingleton
 
INSTANCE - Static variable in class org.xith3d.utility.commandline.arguments.DisplayModeArgument
 
INSTANCE - Static variable in class org.xith3d.utility.commandline.arguments.FSAAArgument
 
INSTANCE - Static variable in class org.xith3d.utility.commandline.arguments.OpenGLLayerArgument
 
INSTANCE - Static variable in class org.xith3d.utility.comparator.IgnoreCaseComparator
 
INSTANCE - Static variable in class org.xith3d.utility.comparator.StartsWithComparator
 
INSTANCE - Static variable in class org.xith3d.utility.comparator.StartsWithIgnoreCaseComparator
 
INSTANCE - Static variable in class org.xith3d.utility.geometry.TangentsFactory
 
instanceBoundsTypeHint - Variable in class org.xith3d.scenegraph.Node
 
IntegerProperty - Class in org.xith3d.utility.properties
:Id: IntegerProperty.java,v 1.6 2003/02/24 00:13:53 wurp Exp $ :Log: IntegerProperty.java,v $ Revision 1.6 2003/02/24 00:13:53 wurp Formatted all java code for cvs (strictSunConvention.xml) Revision 1.5 2001/06/20 04:05:42 wurp added log4j.
IntegerProperty(int, String, String) - Constructor for class org.xith3d.utility.properties.IntegerProperty
 
INTERLEAVED - Static variable in class org.xith3d.scenegraph.Geometry
 
interpolateAnimation(float, float) - Method in class org.xith3d.loaders.models.impl.cal3d.Cal3dModel
Interpolates the animations towards the next frame.
interpolateAnimation(float, float) - Method in class org.xith3d.loaders.models.impl.dae.DaeModel
 
interpolateAnimation(float, float) - Method in class org.xith3d.loaders.models.Model
Interpolates the animations towards the next frame.
Interpolator - Interface in org.xith3d.utility.math
An interpolator modify a variable to make it progress from a first value to a second value.
InterpolatorTimer - Class in org.xith3d.utility.math
Time an interpolator..
InterpolatorTimer(Interpolator, long, long) - Constructor for class org.xith3d.utility.math.InterpolatorTimer
 
Interval - Class in org.xith3d.loop.opscheduler
You can register an instance of this class to ExtRenderLoop.
Interval(long, String) - Constructor for class org.xith3d.loop.opscheduler.Interval
Creates a new Interval instance.
Interval(long) - Constructor for class org.xith3d.loop.opscheduler.Interval
Creates a new Interval instance.
IntervalListener - Interface in org.xith3d.loop.opscheduler
This interface is used by the ExtRenderLoop to notify other objects that an Interval was hit.
intNoise(int) - Static method in class org.xith3d.utility.math.NoiseFactory
Fairly bad noise function.
invalidateName(int) - Method in class org.xith3d.render.SceneGraphOpenGLReference
Sets the OpenGL name with the specified index.
invalidateName() - Method in class org.xith3d.render.SceneGraphOpenGLReference
Sets the (first) OpenGL name.
invalidateNames() - Method in class org.xith3d.render.SceneGraphOpenGLReferences
 
InvalidFormat - Exception in org.xith3d.io
 
InvalidFormat(String) - Constructor for exception org.xith3d.io.InvalidFormat
 
InvalidFormat() - Constructor for exception org.xith3d.io.InvalidFormat
 
INVERT - Static variable in class org.xith3d.scenegraph.RenderingAttributes
 
invert() - Method in class org.xith3d.scenegraph.Transform3D
Inverts this transform in place.
invert(Transform3D) - Method in class org.xith3d.scenegraph.Transform3D
Inverts the transform t and place the result in this transform.
invert() - Method in class org.xith3d.ui.hud.utils.WidgetMover
 
invertNormals() - Method in class org.xith3d.scenegraph.Geometry
Inverts all the normals in place.
InvisibleSelectable<NodeType extends Node> - Class in org.xith3d.selection
 
InvisibleSelectable(NodeType) - Constructor for class org.xith3d.selection.InvisibleSelectable
 
invokeAction(InputDevice, DeviceComponent, int, int, long) - Method in class org.xith3d.utility.input.KeySwitchAction
invokeAction(InputDevice, DeviceComponent, int, int, long) - Method in class org.xith3d.utility.input.MouseYFlipAction
invokeAction(InputDevice, DeviceComponent, int, int, long) - Method in class org.xith3d.utility.screenshots.ScreenshotInputAction
isAbsoluteOrientation() - Method in class org.xith3d.scenegraph.particles.jops.GeneratorShape3D
 
isAHostedWidgetDirty() - Method in class org.xith3d.ui.hud.base.Widget
 
isAimingDown() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isAimingUp() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isAlive() - Method in class org.xith3d.loop.opscheduler.impl.BunchAnimatable
if false, the object will be removed from the scheduler next loop iteration
isAlive() - Method in class org.xith3d.loop.opscheduler.impl.ScheduledOperationImpl
if false, the object will be removed from the scheduler next loop iteration
isAlive() - Method in class org.xith3d.loop.opscheduler.Interval
If false, the interval will be removed from the ExtRenderLoop
isAlive() - Method in interface org.xith3d.loop.opscheduler.ScheduledOperation
if false, the object will be removed from the scheduler next loop iteration
isAlive() - Method in class org.xith3d.scenegraph.particles.jops.ParticleManagerUpdater
 
isAlive() - Method in class org.xith3d.schedops.movement.AnimatableGroup
if false, the object will be removed from the scheduler next loop iteration
isAlive() - Method in class org.xith3d.schedops.movement.Bullet
 
isAlive() - Method in class org.xith3d.schedops.movement.GroupAnimator
If false, the object will be removed from the scheduler next loop iteration.
isAlive() - Method in class org.xith3d.schedops.properties.ScheduledTextureChanger
 
isAlive() - Method in class org.xith3d.schedops.values.Adjuster
if false, the object will be removed from the scheduler next loop iteration
isAlphaWriteEnabled() - Method in class org.xith3d.scenegraph.RenderingAttributes
 
isAnimating() - Method in interface org.xith3d.loop.opscheduler.Animatable
 
isAnimating() - Method in class org.xith3d.loop.opscheduler.impl.BunchAnimatable
isAnimating() - Method in class org.xith3d.schedops.movement.AnimatableGroup
isAnimating() - Method in class org.xith3d.schedops.movement.Bullet
A Bullet's animation is always running until it is dead.
isAnimating() - Method in class org.xith3d.schedops.movement.GroupAnimator
 
isAntialiasingEnabled() - Method in class org.xith3d.scenegraph.primitives.Line
Returns the current antialiasing flag for this line.
isAntialiasingEnabled() - Method in class org.xith3d.scenegraph.primitives.Points
 
isAntialiazingEnabled() - Method in class org.xith3d.scenegraph.Texture2DCanvas
 
isAssigned() - Method in class org.xith3d.ui.swingui.UIPositionedWindow
 
isAuto() - Method in enum org.xith3d.scenegraph.Geometry.Optimization
 
isAutoSizeEnabled() - Method in interface org.xith3d.ui.hud.base.AutoSizable
 
isAutoSizeEnabled() - Method in class org.xith3d.ui.hud.base.LabeledStateButton
 
isAutoSizeEnabled() - Method in class org.xith3d.ui.hud.widgets.Label
 
isAWT() - Method in class org.xith3d.render.config.OpenGLLayer
 
isAWTorSwing() - Method in class org.xith3d.render.config.OpenGLLayer
 
isBackgroundOptimized() - Method in class org.xith3d.terrain.GridTriangulator
 
isBackgroundRenderingEnabled() - Method in class org.xith3d.render.ImageRenderTarget
If this is true, the background is rendered into the RenderTarget.
isBackgroundRenderingEnabled() - Method in interface org.xith3d.render.RenderTarget
If this is true, the background is rendered into the RenderTarget.
isBackgroundRenderingEnabled() - Method in class org.xith3d.render.TextureRenderTarget
If this is true, the background is rendered into the RenderTarget.
isBillboard() - Method in class org.xith3d.scenegraph.Node
 
isBlocked() - Method in class org.xith3d.ui.hud.utils.MouseHoverWidgetMover
If blocked, any mouse input is ignored.
isBlueWriteEnabled() - Method in class org.xith3d.scenegraph.RenderingAttributes
 
isBold() - Method in class org.xith3d.ui.text2d.Font2D
 
isBottom() - Method in enum org.xith3d.ui.hud.layout.ListLayout.Alignment
 
isBottomAligned() - Method in enum org.xith3d.ui.text2d.TextAlignment
Checks wheather this alignment is a vertically bottom alignment
isBound() - Method in class org.xith3d.selection.SelectionManager
 
isBoundsDirty() - Method in class org.xith3d.scenegraph.Geometry
 
isBumpMappingEnabled() - Method in class org.xith3d.scenegraph.Shape3D
 
isCancelled() - Method in class org.xith3d.ui.hud.dialogs.InputBox
 
isCanvasAlive(Canvas3D) - Method in class org.xith3d.base.Xith3DEnvironment
Checkes if a Canvas3D is currently to be rendered.
isCanvasAlive(Canvas3DWrapper) - Method in class org.xith3d.base.Xith3DEnvironment
Checkes if a Canvas3DPanel is currently to be rendered.
isCanvasAlive(Canvas3D) - Method in interface org.xith3d.render.CanvasBag
Checkes if a Canvas3D is currently to be rendered.
isCanvasAlive(Canvas3DWrapper) - Method in interface org.xith3d.render.CanvasBag
Checkes if a Canvas3DPanel is currently to be rendered.
isChanged() - Method in class org.xith3d.render.ScissorRect
Have the values changed since last time?
isChanged() - Method in class org.xith3d.scenegraph.Appearance
 
isChanged() - Method in class org.xith3d.scenegraph.NodeComponent
 
isChanged() - Method in class org.xith3d.scenegraph.Transform3D
 
isChanged() - Method in class org.xith3d.terrain.GridTriangulator
 
isChanged2() - Method in class org.xith3d.scenegraph.NodeComponent
 
isClickable() - Method in class org.xith3d.ui.hud.base.Widget
 
isClipperEnabled() - Method in class org.xith3d.render.ForegroundRenderPass
isClipperEnabled() - Method in class org.xith3d.render.RenderPass
 
isClippingEnbaled() - Method in class org.xith3d.ui.hud.base.WidgetContainer
 
isCloseButtonVisible() - Method in class org.xith3d.ui.hud.base.Window
 
isClosingListenerRegistered() - Method in class org.xith3d.render.CanvasPeer
 
isCompressed() - Method in class org.xith3d.scenegraph.TextureImage
 
isCompressed() - Method in class org.xith3d.terrain.legacy.TerrainDataBank
 
isConnected() - Method in class org.xith3d.ui.hud.HUD
Checks whether the HUD is currently connected with the SceneGraph.
isContentPane() - Method in class org.xith3d.ui.hud.base.WidgetContainer
Gets, if this WidgetContainer is a content pane of a Window.
isContinuousEnabled() - Method in class org.xith3d.scenegraph.Sound
 
isCrosshairVisible() - Method in class org.xith3d.ui.hud.HUD
Returns the crosshair's current visibility.
isCrouching() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isCursorVisible() - Method in class org.xith3d.ui.hud.HUD
Returns the cursor's current visibility.
isDebuggingEnabled() - Static method in class org.xith3d.scenegraph.GLSLContext
 
isDecorated() - Method in class org.xith3d.ui.hud.base.Window
 
isDecreasing() - Method in class org.xith3d.utility.interpolate.DistanceInterpolater
 
isDefault() - Method in class org.xith3d.render.states.StateUnit
 
isDefault(ColoringStateUnit) - Static method in class org.xith3d.render.states.units.ColoringStateUnit
 
isDefaultFocusResponsive() - Static method in class org.xith3d.ui.hud.base.AbstractButton
 
isDefaultStatic() - Static method in class org.xith3d.scenegraph.Appearance
 
isDepthBufferEnabled() - Method in class org.xith3d.scenegraph.RenderingAttributes
Is the depth buffer enabled/disabled
isDepthBufferWriteEnabled() - Method in class org.xith3d.scenegraph.RenderingAttributes
Is the depth buffer write enabled/disabled
isDestroyed() - Method in class org.xith3d.render.CanvasPeer
 
isDirty() - Method in class org.xith3d.physics.simulation.JointLimitMotor
 
isDirty(ShaderProgram<?>) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
isDirty(Shader) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
isDirty(GeomNioData) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
isDirty(GeomNioFloatData) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
isDirty(GeomNioIntData) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
isDirty() - Method in class org.xith3d.scenegraph.Texture
 
isDirty() - Method in class org.xith3d.schedops.movement.TransformationDirectives
 
isDirty() - Method in class org.xith3d.ui.swingui.UIRepaintManager
 
isDisabled() - Method in class org.xith3d.scenegraph.Sound
 
isDisabled() - Method in class org.xith3d.ui.swingui.UIWindow
 
isDraggable() - Method in class org.xith3d.ui.hud.base.Widget
 
isDraggable() - Method in class org.xith3d.ui.swingui.UIPositionedWindow
 
isDraggable() - Method in class org.xith3d.ui.swingui.UIWindow
 
isDrawTexture() - Method in class org.xith3d.scenegraph.Texture2D
Was created as draw texture?
isEchoMode() - Method in class org.xith3d.ui.hud.widgets.TextField
 
isEditable() - Method in class org.xith3d.ui.hud.widgets.TextField
 
isEmpty() - Method in class org.xith3d.utility.general.CircularArray
 
isEmpty() - Method in class org.xith3d.utility.general.SortableList
isEnabled() - Method in class org.xith3d.effects.shadows.ShadowFactory
isEnabled() - Method in interface org.xith3d.physics.collision.Collideable
 
isEnabled() - Method in class org.xith3d.physics.collision.CollisionEngine
 
isEnabled() - Method in class org.xith3d.physics.PhysicsEngine
 
isEnabled() - Method in class org.xith3d.physics.simulation.Body
 
isEnabled() - Method in class org.xith3d.physics.simulation.SimulationEngine
 
isEnabled() - Method in class org.xith3d.physics.simulation.SimulationWorld
 
isEnabled() - Method in class org.xith3d.render.Clipper
 
isEnabled() - Method in class org.xith3d.render.RenderPass
 
isEnabled() - Method in class org.xith3d.scenegraph.Light
Gets the state for this object.
isEnabled() - Method in class org.xith3d.scenegraph.Shader
 
isEnabled() - Method in class org.xith3d.scenegraph.ShaderProgram
 
isEnabled() - Method in class org.xith3d.scenegraph.ShaderProgramContext
 
isEnabled() - Method in class org.xith3d.scenegraph.Sound
 
isEnabled() - Method in class org.xith3d.scenegraph.TexCoordGeneration
Is texture coordinate generation enabled or disabled
isEnabled() - Method in class org.xith3d.scenegraph.Texture
Is texture mapping enabled for this texture.
isEnabled() - Method in class org.xith3d.scenegraph.TransparencyAttributes
 
isEnabled() - Method in class org.xith3d.ui.hud.base.AbstractButton
isEnabled() - Method in class org.xith3d.ui.hud.base.StateButton
isEnabled() - Method in class org.xith3d.ui.hud.widgets.ComboBox
isEnabled() - Method in class org.xith3d.ui.hud.widgets.Label
isFallbackTexture(AbstractTexture) - Method in class org.xith3d.loaders.models.conversion.XithAppearanceFactory
 
isFallbackTexture(Texture) - Static method in class org.xith3d.loaders.texture.TextureLoader
Checks whether the given Texture is a fallback Texture.
isFixedToBottom() - Method in class org.xith3d.ui.hud.widgets.List
If true, the List always scrolls to the lowest item, when a new Item is added and the List is currently scrolled to bottom.
isFocusResponsive() - Method in class org.xith3d.ui.hud.base.AbstractButton
 
isFocussable() - Method in class org.xith3d.ui.hud.base.Widget
 
isFrustumCullingEnabled() - Method in class org.xith3d.render.BackgroundRenderPass
isFrustumCullingEnabled() - Method in class org.xith3d.render.ForegroundRenderPass
isFrustumCullingEnabled() - Method in class org.xith3d.render.RenderPass
 
isFullscreen() - Method in class org.xith3d.render.Canvas3D
 
isFullscreen() - Method in class org.xith3d.render.CanvasPeer
 
isFullscreen() - Method in enum org.xith3d.render.config.DisplayMode.FullscreenMode
 
isGameTimeStepped() - Method in class org.xith3d.loop.LimitedUpdater
 
isGammaChanged - Variable in class org.xith3d.render.CanvasPeer
 
isGeometryIgnored() - Static method in class org.xith3d.picking.PickingLibrary
 
isGLStatesCacheEnabled() - Method in class org.xith3d.render.RenderOptions
 
isGLTracingEnabled() - Method in class org.xith3d.render.RenderOptions
 
isGravityEnabled() - Method in class org.xith3d.physics.simulation.Body
 
isGravityEnabled() - Method in class org.xith3d.physics.simulation.SimulationWorld
 
isGreenWriteEnabled() - Method in class org.xith3d.scenegraph.RenderingAttributes
 
isHCenter() - Method in enum org.xith3d.ui.hud.layout.ListLayout.Alignment
 
isHCenterAligned() - Method in enum org.xith3d.ui.text2d.TextAlignment
Checks wheather this alignment is a horizontaly centered alignment
isHeavyWeight() - Method in class org.xith3d.ui.hud.base.Widget
Returns true, if the widget has a TransformGroup and DrawTexture.
isHovered() - Method in class org.xith3d.ui.hud.base.Widget
 
isIgnoreBounds() - Method in class org.xith3d.scenegraph.Node
 
isIllegalMakeCurrentRequired() - Method in class org.xith3d.utility.platform.EnvironmentCapabilities
 
isIncreasing() - Method in class org.xith3d.utility.interpolate.DistanceInterpolater
 
isInitialized() - Method in class org.xith3d.render.jsr231.CanvasPeerImplBase
 
isInitialized() - Method in class org.xith3d.render.lwjgl.CanvasPeerImplBase
 
isInitialized() - Method in class org.xith3d.ui.hud.base.Widget
Has the init method been executed once?
isInitializing() - Method in class org.xith3d.ui.hud.base.Widget
Is the init method currently being executed?
isInputBoxVisible() - Method in class org.xith3d.ui.hud.widgets.assemblies.HUDConsole
 
isInterleaved() - Method in class org.xith3d.scenegraph.Geometry
 
isInternalFormatCompressed() - Method in class org.xith3d.scenegraph.TextureImage
 
isInverse() - Method in class org.xith3d.physics.PhysicsGFXManager
The "normal" update implementation updates the graphical parts from the physical one.
isItalic() - Method in class org.xith3d.ui.text2d.Font2D
 
isJOGL() - Method in class org.xith3d.render.config.OpenGLLayer
 
isJumping() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isLayeredMode() - Method in class org.xith3d.render.DefaultRenderer
isLayeredMode() - Method in class org.xith3d.render.Renderer
 
isLayeredModeForced() - Method in class org.xith3d.render.RenderPass
 
isLeafResult() - Method in class org.xith3d.ui.hud.utils.HUDPickResult
 
isLeft() - Method in enum org.xith3d.ui.hud.layout.ListLayout.Alignment
 
isLeftAligned() - Method in enum org.xith3d.ui.text2d.TextAlignment
Checks wheather this alignment is a horizontaly left alignment
isLightingEnabled() - Method in class org.xith3d.render.RenderOptions
 
isLightingEnabled() - Method in class org.xith3d.scenegraph.Material
Returns a flag whether the lighting is enabled or not.
isLimited() - Method in class org.xith3d.loop.CanvasFPSListener
isLimited() - Method in class org.xith3d.loop.TitleFPSListener
 
isLineAntialiasingEnabled() - Method in class org.xith3d.scenegraph.LineAttributes
Get antialiasing.
isLinked() - Method in class org.xith3d.scenegraph.GLSLShaderProgram
 
isLive() - Method in class org.xith3d.scenegraph.SceneGraphObject
Is the object live in a scene graph.
isLWJGL() - Method in class org.xith3d.render.config.OpenGLLayer
 
isMarkedAsLocalDataToBeFreed() - Method in class org.xith3d.scenegraph.Texture
 
isMenuVisible(Menu) - Method in class org.xith3d.ui.hud.menusystem.ButtonsLeftMenusCenterMenuGroupWidget
isMenuVisible(Menu) - Method in class org.xith3d.ui.hud.menusystem.MenuGroupWidget
 
isMinVersion13() - Method in class org.xith3d.render.OpenGLCapabilities
 
isMinVersion15() - Method in class org.xith3d.render.OpenGLCapabilities
 
isMonospace() - Method in class org.xith3d.ui.text2d.Font2D
 
isMouseOverBar(float, float) - Method in class org.xith3d.ui.hud.base.WindowHeaderWidget
Checks, if the mouse is over the bar (not over any Button, etc.).
isMouseOverStateImage(LabeledStateButton, float, float) - Static method in class org.xith3d.ui.hud.base.__HUD_base_PrivilegedAccess
 
isMouseOverStateImage(float, float) - Method in class org.xith3d.ui.hud.base.LabeledStateButton
 
isMouseYAxisInverted() - Method in class org.xith3d.ui.hud.menusystem.menus.settings.FPIHMainSettingsMenu
 
isMovement() - Method in class org.xith3d.input.modules.fpih.FPIHInputAction
Is this action one of the walking actions?
isMoving() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isMoving() - Method in class org.xith3d.ui.hud.utils.WidgetMover
 
isMovingBackward() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isMovingForward() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isMovingLeft() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isMovingRight() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isNameValid(int) - Method in class org.xith3d.render.SceneGraphOpenGLReference
 
isNameValid() - Method in class org.xith3d.render.SceneGraphOpenGLReference
 
isNone() - Method in enum org.xith3d.scenegraph.Geometry.Optimization
 
isOccluder() - Method in class org.xith3d.scenegraph.Node
 
isOnline() - Method in class org.xith3d.sound.SoundDriver
 
isOpaque() - Method in class org.xith3d.ui.swingui.UIDraggingWindow
 
isOpaque() - Method in class org.xith3d.ui.swingui.UIOverlay
 
isOpaque() - Method in interface org.xith3d.ui.swingui.UIOverlayInterface
This method is used by overlay manager to optimize the display of the overlay.
isOpaque() - Method in class org.xith3d.ui.swingui.UIWindow
 
isOtherSpanCalculated() - Method in class org.xith3d.ui.hud.layout.ListLayout
 
isOwned() - Method in class org.xith3d.ui.swingui.UIOverlay
 
isPaneDraggingEnabled() - Method in class org.xith3d.ui.hud.base.Window
 
isParamAvailable(String) - Method in class org.xith3d.physics.simulation.SurfaceParameters
 
isParameterSet(String) - Method in class org.xith3d.physics.simulation.SurfaceParameters
 
isPaused() - Method in class org.xith3d.scenegraph.Sound
 
isPersistent() - Method in class org.xith3d.loop.opscheduler.impl.BunchAnimatable
If this operation is persistent, it remains scheduled after beeing executed once.
isPersistent() - Method in class org.xith3d.loop.opscheduler.impl.ScheduledOperationImpl
If this operation is persistent, it remains scheduled after beeing executed once.
isPersistent() - Method in interface org.xith3d.loop.opscheduler.ScheduledOperation
If this operation is persistent, it remains scheduled after beeing executed once.
isPersistent() - Method in class org.xith3d.scenegraph.particles.jops.ParticleManagerUpdater
 
isPersistent() - Method in class org.xith3d.schedops.movement.AnimatableGroup
If this operation is persistent, it remains scheduled after beeing executed once.
isPersistent() - Method in class org.xith3d.schedops.movement.Bullet
A Bullet is always persistent until it is dead.
isPersistent() - Method in class org.xith3d.schedops.movement.GroupAnimator
This operation IS persistent.
isPersistent() - Method in class org.xith3d.schedops.properties.ScheduledTextureChanger
If this operation is persistent, it remains scheduled after beeing executed once.
isPersistent() - Method in class org.xith3d.schedops.values.Adjuster
If this operation is persistent, it remains scheduled after beeing executed once.
isPickable() - Method in class org.xith3d.scenegraph.Node
 
isPickable() - Method in class org.xith3d.ui.hud.base.Widget
 
isPickHost() - Method in class org.xith3d.scenegraph.GroupNode
 
isPickingDispatched() - Method in class org.xith3d.ui.hud.base.WidgetAssembler
 
isPixelReadbackEnabled() - Method in class org.xith3d.render.TextureRenderTarget
Enables or disables pixel readback from the GL to local pixel data.
isPlain() - Method in class org.xith3d.ui.text2d.Font2D
 
isPlaneEnabled(int) - Method in class org.xith3d.render.Clipper
 
isPlaying() - Method in class org.xith3d.scenegraph.Sound
 
isPlaying() - Method in class org.xith3d.sound.drivers.javasound.SoundSourceImpl
isPlaying() - Method in class org.xith3d.sound.drivers.joal.SoundSourceImpl
 
isPlaying() - Method in class org.xith3d.sound.drivers.lwjgl.SoundSourceImpl
 
isPlaying() - Method in interface org.xith3d.sound.SoundSource
 
isPointAntialiasingEnabled() - Method in class org.xith3d.scenegraph.PointAttributes
Get antialiasing.
isPolygonAntialiasingEnabled() - Method in class org.xith3d.scenegraph.PolygonAttributes
Get antialiasing.
isPoppedUp() - Method in class org.xith3d.ui.hud.contextmenu.ContextMenu
isPoppedUp() - Method in interface org.xith3d.ui.hud.utils.PopUpable
 
isPoppedUp() - Method in class org.xith3d.ui.hud.widgets.assemblies.HUDConsole
isPoppedUp() - Method in class org.xith3d.ui.hud.widgets.ComboBox
isPrintable(char, CharsetEncoder, CharBuffer, ByteBuffer) - Static method in class org.xith3d.utility.characters.CharIndex
 
isPrintable(char, Charset) - Static method in class org.xith3d.utility.characters.CharIndex
Simply determines, if the given char is printable without any optimizations.
isPrintable(char, String) - Static method in class org.xith3d.utility.characters.CharIndex
Simply determines, if the given char is printable without any optimizations.
isPrintable(char) - Static method in class org.xith3d.utility.characters.CharIndex
Simply determines, if the given char is printable without any optimizations.
isPrintingEnabled() - Method in class org.xith3d.utility.timing.PerformanceStats
 
isReady() - Method in class org.xith3d.scenegraph.Sound
 
isReady(View) - Method in class org.xith3d.scenegraph.Sound
 
isRecullForeced(BranchGroup) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
isRedWriteEnabled() - Method in class org.xith3d.scenegraph.RenderingAttributes
 
isRefillForeced(BranchGroup) - Static method in class org.xith3d.scenegraph._SG_PrivilegedAccess
 
isReleaseEnabled() - Method in class org.xith3d.scenegraph.Sound
 
isRenderable() - Method in class org.xith3d.scenegraph.Node
 
isRendering() - Method in class org.xith3d.render.CanvasPeer
This flag is set by the Rendering system triggered by xith or by the CanvasPeer implementation itself (e.g when the CanvasPeer is auto-redrawn).
isRendering() - Method in class org.xith3d.render.DefaultRenderer
isRendering() - Method in class org.xith3d.render.jsr231.CanvasPeerImplAWT
This flag is set by the Rendering system triggered by xith or by the CanvasPeer implementation itself (e.g when the CanvasPeer is auto-redrawn).
isRendering() - Method in class org.xith3d.render.jsr231.CanvasPeerImplSwing
This flag is set by the Rendering system triggered by xith or by the CanvasPeer implementation itself (e.g when the CanvasPeer is auto-redrawn).
isRendering() - Method in class org.xith3d.render.jsr231.CanvasPeerImplSWT
This flag is set by the Rendering system triggered by xith or by the CanvasPeer implementation itself (e.g when the CanvasPeer is auto-redrawn).
isRendering() - Method in class org.xith3d.render.lwjgl.CanvasPeerImplAWT
This flag is set by the Rendering system triggered by xith or by the CanvasPeer implementation itself (e.g when the CanvasPeer is auto-redrawn).
isRendering() - Method in class org.xith3d.render.lwjgl.CanvasPeerImplNative
This flag is set by the Rendering system triggered by xith or by the CanvasPeer implementation itself (e.g when the CanvasPeer is auto-redrawn).
isRendering() - Method in class org.xith3d.render.Renderer
 
isRepositioning() - Method in class org.xith3d.input.modules.fpih.FPIHInputAction
Does this action modify the camera'a position?
isResourceRefrenceBase() - Method in class org.xith3d.loaders.models.util.meta.ModelMetaData
 
isResourceRefrenceRelative() - Method in class org.xith3d.loaders.models.util.meta.ModelMetaData
 
isRight() - Method in enum org.xith3d.ui.hud.layout.ListLayout.Alignment
 
isRightAligned() - Method in enum org.xith3d.ui.text2d.TextAlignment
Checks wheather this alignment is a horizontaly right alignment
isRotating() - Method in class org.xith3d.input.modules.orih.ORIHInputStatesManager
 
isRotatingDown() - Method in class org.xith3d.input.modules.orih.ORIHInputStatesManager
 
isRotatingLeft() - Method in class org.xith3d.input.modules.orih.ORIHInputStatesManager
 
isRotatingRight() - Method in class org.xith3d.input.modules.orih.ORIHInputStatesManager
 
isRotatingUp() - Method in class org.xith3d.input.modules.orih.ORIHInputStatesManager
 
isRunning() - Method in class org.xith3d.loop.UpdatingThread
 
isScissorEnabled() - Method in class org.xith3d.render.RenderPass
 
isScrolledToBottom() - Method in class org.xith3d.ui.hud.widgets.List
 
isSelected() - Method in class org.xith3d.selection.AbstractNodeSelectable
 
isSelected() - Method in interface org.xith3d.selection.Selectable
 
isSelected(int) - Method in class org.xith3d.ui.hud.base.ListModel
Queries, whether the specified index is selected.
isSelectedContext() - Method in class org.xith3d.selection.AbstractNodeSelectable
 
isSelectedContext() - Method in interface org.xith3d.selection.Selectable
 
isSelectionBound() - Method in class org.xith3d.selection.AbstractNodeSelectable
 
isSelectionBound() - Method in interface org.xith3d.selection.Selectable
 
isSetUp() - Method in interface org.xith3d.scenegraph.LazyLoadable
Returns whether this instance is already set up, so it can be used right away.
isSetUp() - Method in class org.xith3d.terrain.ChunkedTerrain
 
isShadowReceiver() - Method in class org.xith3d.scenegraph.Shape3D
 
isShowGeneratorsAndPointMasses() - Method in class org.xith3d.scenegraph.particles.jops.ParticleSystemNode
 
isSimulationEnabled() - Method in class org.xith3d.input.modules.fpih.FPIHPhysics
 
isSortEnabled() - Method in class org.xith3d.scenegraph.LineAttributes
 
isSortEnabled() - Method in class org.xith3d.scenegraph.PointAttributes
 
isSortEnabled() - Method in class org.xith3d.scenegraph.PolygonAttributes
 
isSortEnabled() - Method in class org.xith3d.scenegraph.TransparencyAttributes
 
isStandaloneCapable() - Method in class org.xith3d.render.config.OpenGLLayer
 
isStarted() - Method in class org.xith3d.utility.interpolate.DistanceInterpolater
 
isStateChangable - Variable in class org.xith3d.ui.hud.base.AbstractButton
 
isStatic() - Method in class org.xith3d.scenegraph.Appearance
 
isStaticDirty() - Method in class org.xith3d.scenegraph.Appearance
 
isStencilEnabled() - Method in class org.xith3d.scenegraph.RenderingAttributes
 
isStopped() - Method in class org.xith3d.utility.interpolate.AngleInterpolater
 
isStopping() - Method in class org.xith3d.loop.UpdatingThread
 
isStreaming() - Method in class org.xith3d.loaders.sound.impl.midi.MidiSoundContainer
isStreaming() - Method in class org.xith3d.loaders.sound.impl.ogg.OggSoundContainer
Currently always returns false, because streaming is not supported.
isStreaming() - Method in class org.xith3d.loaders.sound.impl.wav.WaveSoundContainer
isStreaming() - Method in interface org.xith3d.sound.SoundContainer
 
isStrip() - Method in class org.xith3d.scenegraph.Geometry
 
isTextureMappingEnabled() - Method in class org.xith3d.render.RenderOptions
 
isThisWidgetDirty() - Method in class org.xith3d.ui.hud.base.Widget
 
isToggled() - Method in class org.xith3d.ui.hud.widgets.ToggleButton
 
isTop() - Method in enum org.xith3d.ui.hud.layout.ListLayout.Alignment
 
isTopAligned() - Method in enum org.xith3d.ui.text2d.TextAlignment
Checks wheather this alignment is a vertically top alignment
isTranslucent() - Method in class org.xith3d.render.preprocessing.RenderAtom
 
isTranslucent() - Method in class org.xith3d.render.states.StateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.ColoringStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.FogStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.LightingStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.LineAttribsStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.MaterialStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.PointAttribsStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.PolygonAttribsStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.RenderingAttribsStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.ShaderProgramStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTranslucent() - Method in class org.xith3d.render.states.units.TextureUnitStateUnit
Because the rendering engine needs to deal with translucent geometry differently the shader needs to be able to indicate whether it is translucent or not.
isTransparent() - Method in enum org.xith3d.render.preprocessing.RenderBinType
 
isTriangulatable() - Method in class org.xith3d.scenegraph.Geometry
 
isTriangulatable() - Method in class org.xith3d.scenegraph.IndexedLineArray
isTriangulatable() - Method in class org.xith3d.scenegraph.IndexedLineStripArray
isTriangulatable() - Method in class org.xith3d.scenegraph.IndexedQuadArray
isTriangulatable() - Method in class org.xith3d.scenegraph.IndexedTriangleArray
isTriangulatable() - Method in class org.xith3d.scenegraph.IndexedTriangleFanArray
isTriangulatable() - Method in class org.xith3d.scenegraph.IndexedTriangleStripArray
isTriangulatable() - Method in class org.xith3d.scenegraph.LineArray
isTriangulatable() - Method in class org.xith3d.scenegraph.LineStripArray
isTriangulatable() - Method in class org.xith3d.scenegraph.PointArray
isTriangulatable() - Method in class org.xith3d.scenegraph.QuadArray
isTriangulatable() - Method in class org.xith3d.scenegraph.TriangleArray
isTriangulatable() - Method in class org.xith3d.scenegraph.TriangleFanArray
isTriangulatable() - Method in class org.xith3d.scenegraph.TriangleStripArray
isTriangulated() - Method in class org.xith3d.scenegraph.Geometry
 
isTriangulated() - Method in class org.xith3d.scenegraph.IndexedLineArray
isTriangulated() - Method in class org.xith3d.scenegraph.IndexedLineStripArray
isTriangulated() - Method in class org.xith3d.scenegraph.IndexedQuadArray
isTriangulated() - Method in class org.xith3d.scenegraph.IndexedTriangleArray
isTriangulated() - Method in class org.xith3d.scenegraph.IndexedTriangleFanArray
isTriangulated() - Method in class org.xith3d.scenegraph.IndexedTriangleStripArray
isTriangulated() - Method in class org.xith3d.scenegraph.LineArray
isTriangulated() - Method in class org.xith3d.scenegraph.LineStripArray
isTriangulated() - Method in class org.xith3d.scenegraph.PointArray
isTriangulated() - Method in class org.xith3d.scenegraph.QuadArray
isTriangulated() - Method in class org.xith3d.scenegraph.TriangleArray
isTriangulated() - Method in class org.xith3d.scenegraph.TriangleFanArray
isTriangulated() - Method in class org.xith3d.scenegraph.TriangleStripArray
isTrimMessages() - Method in class org.xith3d.ui.hud.widgets.assemblies.HUDConsole
 
isTurning() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isTurningLeft() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isTurningRight() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isUndecorated() - Method in class org.xith3d.render.Canvas3D
 
isUndecorated() - Method in class org.xith3d.render.CanvasPeer
 
isUndecorated() - Method in enum org.xith3d.render.config.DisplayMode.FullscreenMode
 
isUnlayeredModeForced() - Method in class org.xith3d.render.RenderPass
 
isUpdatableNode() - Method in class org.xith3d.scenegraph.Node
 
isVCenter() - Method in enum org.xith3d.ui.hud.layout.ListLayout.Alignment
 
isVCenterAligned() - Method in enum org.xith3d.ui.text2d.TextAlignment
Checks wheather this alignment is a vertically centered alignment
isVisible() - Method in class org.xith3d.scenegraph.Shape3D
Checks, whether this Shape3D is visible.
isVisible(Node) - Method in class org.xith3d.scenegraph.Switch
Tests if specified child is visible according current switch settings.
isVisible() - Method in class org.xith3d.ui.hud.base.Widget
 
isVisible() - Method in class org.xith3d.ui.hud.HUD
Returns whether the whole HUD is visible or invisible.
isVisible() - Method in class org.xith3d.ui.hud.menusystem.MenuGroup
 
isVisible() - Method in class org.xith3d.ui.hud.menusystem.MenuSystem
 
isVisible() - Method in class org.xith3d.ui.swingui.UIPositionedWindow
 
isVisible(UIOverlayInterface) - Method in class org.xith3d.ui.swingui.UIWindowManager
 
isVSyncEnabled() - Method in class org.xith3d.render.CanvasPeer
 
isVSyncEnabled() - Method in class org.xith3d.render.config.CanvasConstructionInfo
 
isVSyncSwitchingAllowed(OpenGLLayer) - Method in class org.xith3d.utility.platform.EnvironmentCapabilities
 
isWindowed() - Method in enum org.xith3d.render.config.DisplayMode.FullscreenMode
 
isWireFrameEnabled() - Static method in class org.xith3d.scenegraph.particles.jops.GeneratorShape3D
 
isWireframeMode() - Method in class org.xith3d.render.Canvas3D
 
isWireframeMode() - Method in class org.xith3d.render.Canvas3DJPanel
 
isWireframeMode() - Method in class org.xith3d.render.Canvas3DPanel
 
isWireframeModeEnabled() - Method in class org.xith3d.render.RenderOptions
 
isWorldCoordinateSystemUsed() - Method in class org.xith3d.render.Clipper
If this is true, the clipper uses world coordinates.
isZooming() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isZooming() - Method in class org.xith3d.input.modules.orih.ORIHInputStatesManager
 
isZoomingIn() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isZoomingIn() - Method in class org.xith3d.input.modules.orih.ORIHInputStatesManager
 
isZoomingOut() - Method in class org.xith3d.input.modules.fpih.FPIHInputStatesManager
 
isZoomingOut() - Method in class org.xith3d.input.modules.orih.ORIHInputStatesManager
 
ITA - Static variable in enum org.xith3d.scenegraph.primitives.GeometryType
An alias for INDEXED_TRIANGLE_ARRAY.
ITALIC - Static variable in class org.xith3d.ui.hud.utils.HUDFont
 
iterator() - Method in class org.xith3d.utility.general.SortableList
ITSA - Static variable in enum org.xith3d.scenegraph.primitives.GeometryType
An alias for INDEXED_TRIANGLE_STRIP_ARRAY.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _