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 _

A

ABANDONED - Static variable in class com.threerings.util.IdleTracker
 
abandonedShip() - Method in class com.threerings.util.IdleTracker
Called when the client has been idle for IdleTracker._toIdleTime plus IdleTracker._toAbandonTime milliseconds.
abort() - Method in class com.threerings.jme.camera.CameraPath
Called if this path is aborted prior to completion due to being replaced by a new camera path.
abortAnimation(Animation) - Method in class com.threerings.media.MediaOverlay
Aborts a currently running animation and removes it from this overlay.
abortAnimation(Animation) - Method in class com.threerings.media.MediaPanel
Aborts a currently running animation and removes it from this panel.
abortAnimation(Animation) - Method in class com.threerings.media.MetaMediaManager
Aborts a currently running animation and removes it from this panel.
AbstractMedia - Class in com.threerings.media
Something that can be rendered on the media panel.
AbstractMedia(Rectangle) - Constructor for class com.threerings.media.AbstractMedia
Instantiate an abstract media object.
AbstractMediaManager - Class in com.threerings.media
Manages, ticks, and paints AbstractMedia.
AbstractMediaManager() - Constructor for class com.threerings.media.AbstractMediaManager
 
accomodateFrame(int, int, int) - Method in class com.threerings.cast.CharacterSprite
 
accomodateFrame(int, int, int) - Method in class com.threerings.media.sprite.ImageSprite
Must adjust the bounds to accommodate the our new frame.
accomodateFrame(int, int, int) - Method in class com.threerings.media.sprite.OrientableImageSprite
 
accum - Variable in class com.threerings.jme.util.JmeUtil.FrameState
The fractional progress towards the next frame.
acquireSource(Sound) - Method in class com.threerings.openal.SoundGroup
Called by a Sound when it wants to obtain a source on which to play its clip.
action - Variable in class com.threerings.cast.ComponentClass.PriorityOverride
The action, if any, for which this override is appropriate.
action - Variable in class com.threerings.miso.data.ObjectInfo
The action associated with this object or null if it has no action.
ACTION_PATH - Static variable in class com.threerings.cast.tools.xml.ActionRuleSet
The component of the digester path that is appended by the action rule set to match a action.
ACTION_SETS_PATH - Static variable in class com.threerings.cast.bundle.BundleUtil
The path in the metadata bundle to the serialized action tile sets table.
actionAllowed(String) - Method in class com.threerings.miso.client.ObjectActionHandler
Returns true if we should allow this object action, false if we should not.
ActionCache - Interface in com.threerings.cast
A mechanism for caching composited character action animations on disk.
ActionFrames - Interface in com.threerings.cast
Encapsulates a set of frames in each of DirectionCodes.DIRECTION_COUNT orientations that are used to render a character sprite.
actionPerformed(ActionEvent) - Method in class com.threerings.media.tools.RecolorImage
 
ActionRuleSet - Class in com.threerings.cast.tools.xml
The action rule set is used to parse the attributes of an action sequence instance.
ActionRuleSet() - Constructor for class com.threerings.cast.tools.xml.ActionRuleSet
 
ACTIONS_PATH - Static variable in class com.threerings.cast.bundle.BundleUtil
The path in the metadata bundle to the serialized action table.
ActionSequence - Class in com.threerings.cast
The action sequence class describes a particular character animation sequence.
ActionSequence() - Constructor for class com.threerings.cast.ActionSequence
 
ActionSprite - Interface in com.threerings.media.sprite.action
An Action sprite is a sprite that may be pressed to generate an ActionEvent that will be posted to the Controller hierarchy.
activateResourceProtocol() - Method in class com.threerings.resource.ResourceManager
Registers a protocol handler with URL to handle resource: URLs.
ACTIVE - Static variable in class com.threerings.util.IdleTracker
 
ActiveRepaintManager - Class in com.threerings.media
Used to get Swing's repainting to jive with our active rendering strategy.
ActiveRepaintManager(Component) - Constructor for class com.threerings.media.ActiveRepaintManager
Components that are rooted in this component (which must be a Window or an Applet) will be rendered into the offscreen buffer managed by the frame manager.
add(E) - Method in class com.threerings.jme.tools.ModelDef.HashArrayList
 
add(int, E) - Method in class com.threerings.jme.tools.ModelDef.HashArrayList
 
addActions() - Method in class com.threerings.jme.camera.GodViewHandler
 
addAnimation(String, Model.Animation) - Method in class com.threerings.jme.model.Model
Adds an animation to the model's library.
addAnimation(Animation, long, Runnable) - Method in class com.threerings.media.animation.AnimationSequencer
Adds the supplied animation to the sequence with the given parameters.
addAnimation(Animation) - Method in class com.threerings.media.animation.AnimationSequencer
Convenience wrapper to add an animation to run at the same time as the previous one.
addAnimation(Animation) - Method in class com.threerings.media.animation.AnimationWaiter
Adds an animation to the animation waiter for observation.
addAnimation(Animation) - Method in class com.threerings.media.MediaOverlay
Adds an animation to this overlay.
addAnimation(Animation) - Method in class com.threerings.media.MediaPanel
Adds an animation to this panel.
addAnimation(Animation) - Method in class com.threerings.media.MetaMediaManager
Adds an animation to this panel.
addAnimationObserver(Model.AnimationObserver) - Method in class com.threerings.jme.model.Model
Adds an animation observer.
addAnimationObserver(AnimationObserver) - Method in class com.threerings.media.animation.Animation
Adds an animation observer to this animation's list of observers.
addAnimations(Animation[]) - Method in class com.threerings.media.animation.AnimationWaiter
Adds the supplied animations to the animation waiter for observation.
addBoneWeight(ModelDef.BoneWeight) - Method in class com.threerings.jme.tools.ModelDef.SkinVertex
 
addBundle(ResourceBundle) - Method in class com.threerings.media.tile.bundle.BundledTileSetRepository
Registers the bundle with the tileset repository, overriding any bundle with the same id or name.
addBundle(HashIntMap<TileSet>, HashMap<String, Integer>, ResourceBundle) - Method in class com.threerings.media.tile.bundle.BundledTileSetRepository
Extracts the tileset bundle from the supplied resource bundle and registers it.
addBundle(HashIntMap<TileSet>, HashMap<String, Integer>, TileSetBundle) - Method in class com.threerings.media.tile.bundle.BundledTileSetRepository
Adds the tilesets in the supplied bundle to our tileset mapping tables.
addCameraObserver(CameraPath.Observer) - Method in class com.threerings.jme.camera.CameraHandler
Adds a camera path observer.
addClass(ColorPository.ClassRecord) - Method in class com.threerings.media.image.ColorPository
Adds a fully configured color class record to the pository.
addClassEditors(BuilderModel, String) - Method in class com.threerings.cast.builder.ComponentPanel
Adds editor user interface elements for each component class to allow the user to select the desired component.
addColor(ColorPository.ColorRecord) - Method in class com.threerings.media.image.ColorPository.ClassRecord
Used when parsing the color definitions.
addDirtyRegion(JComponent, int, int, int, int) - Method in class com.threerings.media.ActiveRepaintManager
 
addDirtyRegion(Rectangle) - Method in class com.threerings.media.MediaOverlay
Adds a dirty region to this overlay.
addDirtyRegion(Rectangle) - Method in class com.threerings.media.RegionManager
Adds the supplied rectangle to the dirty regions.
ADDEND - Static variable in class com.threerings.media.tile.TileUtil
 
addFileset(FileSet) - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask
Adds a nested <fileset> element.
addFileset(FileSet) - Method in class com.threerings.jme.tools.CompileModelTask
 
addFileset(FileSet) - Method in class com.threerings.jme.tools.ConvertModelTask
 
addFileset(FileSet) - Method in class com.threerings.media.tile.bundle.tools.TileSetBundlerTask
Adds a nested <fileset> element.
addFileset(FileSet) - Method in class com.threerings.media.tools.ResourceIndexerTask
Adds a nested <fileset> element.
addFileset(FileSet) - Method in class com.threerings.tools.CompiledConfigTask
 
addFrame(AnimationDef.FrameDef) - Method in class com.threerings.jme.tools.AnimationDef
 
addFringe(FringeConfiguration.FringeRecord) - Method in class com.threerings.jme.tile.FringeConfiguration.TileRecord
Used when parsing from an XML definition.
addFringeRecord(FringeConfiguration.FringeRecord) - Method in class com.threerings.miso.tile.FringeConfiguration
Adds a parsed FringeRecord to this instance.
addGlobalKeyListener(KeyListener) - Method in class com.threerings.util.KeyDispatcher
Adds the key listener to receive all key events at all times.
addInvalidComponent(JComponent) - Method in class com.threerings.media.ActiveRepaintManager
 
addListener(BuilderModelListener) - Method in class com.threerings.cast.builder.BuilderModel
Adds a builder model listener.
addModificationObserver(String, ResourceManager.ModificationObserver) - Method in class com.threerings.resource.ResourceManager
Adds a modification observer for the specified resource.
addNode(int, int, int) - Method in class com.threerings.media.util.LineSegmentPath
Add a node to the path with the specified destination point and facing direction.
addNode(int, int, int) - Method in class com.threerings.miso.client.TilePath
 
addNotify() - Method in class com.threerings.miso.client.MisoScenePanel
 
addObject(ObjectInfo) - Method in class com.threerings.miso.client.SceneBlock
Adds the supplied object to this block.
addObject(ObjectInfo) - Method in class com.threerings.miso.data.MisoSceneModel
Adds an object to this scene.
addObject(ObjectInfo) - Method in class com.threerings.miso.data.SimpleMisoSceneModel
 
addObject(ObjectInfo) - Method in class com.threerings.miso.data.SparseMisoSceneModel
 
addObject(ObjectInfo) - Method in class com.threerings.miso.data.SparseMisoSceneModel.Section
 
addObject(ObjectInfo) - Method in class com.threerings.miso.data.VirtualMisoSceneModel
 
addObjectExtractor(Digester, String, String, String) - Static method in class com.threerings.miso.tools.xml.SparseMisoSceneRuleSet
Adds a set of rules to dig to create an Object info from the element at base/type/object and calls methodName on the object on dig's stack.
addObscurer(MediaPanel.Obscurer) - Method in class com.threerings.media.MediaPanel
Adds an element that could be obscuring the panel and thus requires extra redrawing.
addObscurerDirtyRegion(Rectangle) - Method in class com.threerings.media.MediaPanel
Adds the particular region as dirty.
addObscurerDirtyRegion(Rectangle) - Method in class com.threerings.media.VirtualMediaPanel
 
addObscurerDirtyRegions(boolean) - Method in class com.threerings.media.MediaPanel
Add dirty regions for all our obscurers.
addObserver(SpriteObserver) - Method in class com.threerings.jme.sprite.Sprite
Adds an observer to this sprite.
addObserver(Object) - Method in class com.threerings.media.AbstractMedia
Add the specified observer to this media element.
addOrbitActions() - Method in class com.threerings.jme.camera.GodViewHandler
Adds actions for orbiting the camera around the viewpoint.
addOverlay(RenderState[]) - Method in class com.threerings.jme.model.ModelMesh
Adds an overlay layer to this mesh.
addOverlay(RenderState[]) - Method in class com.threerings.jme.model.SkinMesh
 
addPanActions() - Method in class com.threerings.jme.camera.GodViewHandler
Adds actions for panning the camera around the scene.
addPath(Path) - Method in class com.threerings.media.util.PathSequence
Add a new path to the end of our current list.
addPressCommand(int, String) - Method in class com.threerings.util.KeyTranslatorImpl
Adds a mapping from a key press to an action command string that will auto-repeat at a default repeat rate.
addPressCommand(int, String, int) - Method in class com.threerings.util.KeyTranslatorImpl
Adds a mapping from a key press to an action command string that will auto-repeat at the specified repeat rate.
addPressCommand(int, String, int, long) - Method in class com.threerings.util.KeyTranslatorImpl
Adds a mapping from a key press to an action command string that will auto-repeat at the specified repeat rate after the specified auto-repeat delay has expired.
addPriorityOverride(ComponentClass.PriorityOverride) - Method in class com.threerings.cast.ComponentClass
Adds the supplied render priority override record to this component class.
addProperty(String) - Method in class com.threerings.jme.model.Model.CloneCreator
Sets the named property.
addReleaseCommand(int, String) - Method in class com.threerings.util.KeyTranslatorImpl
Adds a mapping from a key release to an action command string.
addRuleInstances(Digester) - Method in class com.threerings.cast.tools.xml.ActionRuleSet
Adds the necessary rules to the digester to parse our actions.
addRuleInstances(Digester) - Method in class com.threerings.cast.tools.xml.ClassRuleSet
Adds the necessary rules to the digester to parse our classes.
addRuleInstances(Digester) - Method in class com.threerings.media.tile.tools.xml.ObjectTileSetRuleSet
 
addRuleInstances(Digester) - Method in class com.threerings.media.tile.tools.xml.SwissArmyTileSetRuleSet
 
addRuleInstances(Digester) - Method in class com.threerings.media.tile.tools.xml.TileSetRuleSet
Adds the necessary rules to the digester to parse our tilesets.
addRuleInstances(Digester) - Method in class com.threerings.media.tile.tools.xml.UniformTileSetRuleSet
 
addRuleInstances(Digester) - Method in class com.threerings.miso.tile.tools.xml.BaseTileSetRuleSet
 
addRuleInstances(String, Digester) - Method in class com.threerings.miso.tools.xml.SimpleMisoSceneRuleSet
 
addRuleInstances(String, Digester) - Method in class com.threerings.miso.tools.xml.SparseMisoSceneRuleSet
 
addRuleInstances(String, Digester) - Method in interface com.threerings.tools.xml.NestableRuleSet
Instructs this ruleset to add its rules such that it parses its object from the specified path prefix.
addRules(Digester) - Method in class com.threerings.jme.tile.tools.xml.FringeConfigurationParser
 
addRules(Digester) - Method in class com.threerings.media.image.tools.xml.ColorPositoryParser
 
addRules(Digester) - Method in class com.threerings.miso.tile.tools.xml.FringeConfigurationParser
 
addRules(Digester) - Method in class com.threerings.tools.xml.CompiledConfigParser
Adds the necessary digester rules for parsing the config object.
addRuleSet(String, TileSetRuleSet) - Method in class com.threerings.media.tile.tools.xml.XMLTileSetParser
Adds a ruleset to be used when parsing tiles.
addSoundEnabledObserver(SoundEnabledObserver) - Method in class com.threerings.media.sound.SoundPlayer
 
addSpatial(ModelDef.SpatialDef) - Method in class com.threerings.jme.tools.ModelDef
 
addSprite(Sprite) - Method in class com.threerings.media.MediaOverlay
Adds a sprite to this overlay.
addSprite(Sprite) - Method in class com.threerings.media.MediaPanel
Adds a sprite to this panel.
addSprite(Sprite) - Method in class com.threerings.media.MetaMediaManager
Adds a sprite to this panel.
addSprite(Sprite) - Method in class com.threerings.media.sprite.SpriteManager
Add a sprite to the set of sprites managed by this manager.
addSpriteObserver(Object) - Method in class com.threerings.media.sprite.Sprite
Add a sprite observer to observe this sprite's events.
addStream(Stream) - Method in class com.threerings.openal.SoundManager
Adds a stream to the list maintained by the manager.
addTileRecord(FringeConfiguration.TileRecord) - Method in class com.threerings.jme.tile.FringeConfiguration
Adds a parsed fringe record to this instance.
addTileSet(TileSet) - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask.ActionMap
 
addTileSet(int, TileSet) - Method in class com.threerings.media.tile.bundle.TileSetBundle
Adds a tileset to this tileset bundle.
addTileset(FringeConfiguration.FringeTileSetRecord) - Method in class com.threerings.miso.tile.FringeConfiguration.FringeRecord
Used when parsing the tilesets definitions.
addTileSetRuleSet(Digester, TileSetRuleSet) - Static method in class com.threerings.cast.bundle.tools.ComponentBundlerTask
Configures ruleSet and hooks it into digester.
addTileSetRuleSet(Digester, TileSetRuleSet) - Static method in class com.threerings.cast.bundle.tools.MetadataBundlerTask
Configures ruleSet and hooks it into digester.
addTiltActions() - Method in class com.threerings.jme.camera.GodViewHandler
Adds actions for tilting the camera (rotating around the yaw axis).
addToPlayQueue(JavaSoundPlayer.SoundKey) - Method in class com.threerings.media.sound.JavaSoundPlayer
Add the sound clip key to the queue to be played.
addTransform(AnimationDef.TransformDef) - Method in class com.threerings.jme.tools.AnimationDef.FrameDef
 
addTransformTargets(HashMap<String, Spatial>, HashMap<String, ModelDef.TransformNode>, HashSet<Spatial>, HashSet<Spatial>) - Method in class com.threerings.jme.tools.AnimationDef.FrameDef
Adds all transform targets in this frame to the supplied sets.
addVertex(ModelDef.Vertex) - Method in class com.threerings.jme.tools.ModelDef.TriMeshDef
 
addViewTracker(ViewTracker) - Method in class com.threerings.media.VirtualMediaPanel
Adds an entity that will be informed when the view scrolls.
addZoomActions() - Method in class com.threerings.jme.camera.GodViewHandler
Adds actions for zooming the camaera in and out.
ADJACENT_COST - Static variable in class com.threerings.media.util.AStarPathUtil
The standard cost to move between nodes.
adjustBoundsCenter() - Method in class com.threerings.media.VirtualMediaPanel
 
adjustImagePath(String) - Static method in class com.threerings.media.tile.bundle.tools.TileSetBundler
Replaces the image suffix with .raw.
adjustPan(Line, float) - Static method in class com.threerings.media.sound.JavaSoundPlayer
Set the pan value for the specified line.
adjustTileSetId(int) - Method in class com.threerings.miso.tile.AutoFringer
Allow subclasses to apply arbitrary modifications to tileset ids for whatever nefarious purposes they may have.
adjustVolume(Line, float) - Static method in class com.threerings.media.sound.JavaSoundPlayer
Use the gain control to implement volume.
advance() - Method in class com.threerings.jme.sprite.LineSegmentPath
 
advance(int, int) - Method in class com.threerings.jme.util.JmeUtil.FrameState
Advances the position by one frame.
advanceFrameCounter() - Method in class com.threerings.jme.model.Model
Advances the frame counter by one frame.
afterPaint(Graphics2D) - Method in class com.threerings.media.effects.FadeEffect
 
ALERT - Static variable in interface com.threerings.media.sound.SoundCodes
Alert sounds are the type of sounds a player would hear when getting a puzzle challenge.
ALL - Static variable in interface com.threerings.media.MediaConstants
Identifies the all "layers" of sprites and animations.
allAnimationsFinished() - Method in class com.threerings.media.animation.AnimationWaiter
Called when all animations being observed by the waiter have completed their business.
allBlocksFinished() - Method in class com.threerings.miso.client.MisoScenePanel
Called to handle the proceedings once our last resolving block has been finished.
allocateBaseTileArray() - Method in class com.threerings.miso.data.SimpleMisoSceneModel
Allocate the base tile array.
ALPHA - Static variable in class com.threerings.miso.client.SceneObjectTip
The alpha we use for our base.
ALPHA_FILL_TILE - Static variable in class com.threerings.miso.client.MisoScenePanel
The alpha used to fill tiles for debugging purposes.
ALPHA_WARN - Static variable in class com.threerings.miso.client.SceneObject
The alpha used to fill our bounds for warning purposes.
AMBIENT - Static variable in interface com.threerings.media.sound.SoundCodes
Ambient sounds are birds chirping, waves lapping, boats creaking.
ancestorAdded(AncestorEvent) - Method in class com.threerings.util.KeyboardManager
 
ancestorAdded(AncestorEvent) - Method in class com.threerings.util.KeyDispatcher
 
ancestorMoved(AncestorEvent) - Method in class com.threerings.util.KeyboardManager
 
ancestorMoved(AncestorEvent) - Method in class com.threerings.util.KeyDispatcher
 
ancestorRemoved(AncestorEvent) - Method in class com.threerings.util.KeyboardManager
 
ancestorRemoved(AncestorEvent) - Method in class com.threerings.util.KeyDispatcher
 
ANGLE_MAP - Static variable in class com.threerings.util.DirectionUtil
Used to map an angle to a fine compass direction.
Animation - Class in com.threerings.media.animation
The animation class is an abstract class that should be extended to provide animation functionality.
Animation(Rectangle) - Constructor for class com.threerings.media.animation.Animation
Constructs an animation.
Animation.AnimCompletedOp - Class in com.threerings.media.animation
Used to dispatch AnimationObserver.animationCompleted(com.threerings.media.animation.Animation, long).
Animation.AnimCompletedOp(Animation, long) - Constructor for class com.threerings.media.animation.Animation.AnimCompletedOp
 
Animation.AnimStartedOp - Class in com.threerings.media.animation
Used to dispatch AnimationObserver.animationStarted(com.threerings.media.animation.Animation, long).
Animation.AnimStartedOp(Animation, long) - Constructor for class com.threerings.media.animation.Animation.AnimStartedOp
 
AnimationAdapter - Class in com.threerings.media.animation
An adapter class for AnimationObserver.
AnimationAdapter() - Constructor for class com.threerings.media.animation.AnimationAdapter
 
AnimationArranger - Class in com.threerings.media.animation
A utility class for positioning animations such that they don't overlap, as best as possible.
AnimationArranger() - Constructor for class com.threerings.media.animation.AnimationArranger
 
animationCancelled(Model, String) - Method in interface com.threerings.jme.model.Model.AnimationObserver
Called when an animation has been cancelled.
animationCompleted(Model, String) - Method in interface com.threerings.jme.model.Model.AnimationObserver
Called when a non-repeating animation has finished.
animationCompleted(Animation, long) - Method in class com.threerings.media.animation.AnimationAdapter
 
animationCompleted(Animation, long) - Method in interface com.threerings.media.animation.AnimationObserver
Called when the observed animation has completed.
animationCompleted(Animation, long) - Method in class com.threerings.media.animation.AnimationSequencer.AnimRecord
 
animationCompleted(Animation, long) - Method in class com.threerings.media.animation.AnimationWaiter
 
AnimationDef - Class in com.threerings.jme.tools
A basic representation for keyframe animations.
AnimationDef() - Constructor for class com.threerings.jme.tools.AnimationDef
 
AnimationDef.FrameDef - Class in com.threerings.jme.tools
A single frame of the animation.
AnimationDef.FrameDef() - Constructor for class com.threerings.jme.tools.AnimationDef.FrameDef
 
AnimationDef.TransformDef - Class in com.threerings.jme.tools
A transform for a single node.
AnimationDef.TransformDef() - Constructor for class com.threerings.jme.tools.AnimationDef.TransformDef
 
animationDidFinish(Animation) - Method in class com.threerings.media.animation.AnimationWaiter
Called when an animation being observed by the waiter has completed its business.
AnimationFrameSequencer - Interface in com.threerings.media.animation
Used to control animation timing when displaying an animation.
AnimationFrameSequencer.MultiFunction - Class in com.threerings.media.animation
A sequencer that can step through a series of frames in any order and speed and notify (via SequencedAnimationObserver) when specific frames are reached.
AnimationFrameSequencer.MultiFunction(int[], long, boolean) - Constructor for class com.threerings.media.animation.AnimationFrameSequencer.MultiFunction
Creates the simplest multifunction frame sequencer.
AnimationFrameSequencer.MultiFunction(int[], long[], boolean[], boolean) - Constructor for class com.threerings.media.animation.AnimationFrameSequencer.MultiFunction
Creates a fully-specified multifunction frame sequencer.
AnimationFrameSequencer.MultiFunction.FrameReachedOp - Class in com.threerings.media.animation
Used to dispatch SequencedAnimationObserver.frameReached(com.threerings.media.animation.Animation, long, int, int).
AnimationFrameSequencer.MultiFunction.FrameReachedOp(Animation, long, int, int) - Constructor for class com.threerings.media.animation.AnimationFrameSequencer.MultiFunction.FrameReachedOp
 
AnimationManager - Class in com.threerings.media.animation
Manages a collection of animations, ticking them when the animation manager itself is ticked and generating events when animations finish and suchlike.
AnimationManager() - Constructor for class com.threerings.media.animation.AnimationManager
 
AnimationObserver - Interface in com.threerings.media.animation
An interface to be implemented by classes that would like to observe an Animation and be notified of interesting events relating to it.
AnimationParser - Class in com.threerings.jme.tools.xml
Parses XML files containing animations.
AnimationParser() - Constructor for class com.threerings.jme.tools.xml.AnimationParser
 
AnimationSequencer - Class in com.threerings.media.animation
An animation that provides facilities for adding a sequence of animations that are fired after a fixed time interval has elapsed or after previous animations in the sequence have completed.
AnimationSequencer(AnimationManager) - Constructor for class com.threerings.media.animation.AnimationSequencer
Constructs an animation sequencer with the expectation that animations will be added via subsequent calls to AnimationSequencer.addAnimation(com.threerings.media.animation.Animation, long, java.lang.Runnable).
AnimationSequencer.AnimRecord - Class in com.threerings.media.animation
 
AnimationSequencer.AnimRecord(Animation, long, AnimationSequencer.AnimRecord, Runnable) - Constructor for class com.threerings.media.animation.AnimationSequencer.AnimRecord
 
AnimationSprite - Class in com.threerings.media.animation
A Sprite that wraps an animation so that a sequence of frames can be easily moved around the screen.
AnimationSprite(Animation, MediaPanel) - Constructor for class com.threerings.media.animation.AnimationSprite
 
animationStarted(Model, String) - Method in interface com.threerings.jme.model.Model.AnimationObserver
Called when an animation has started.
animationStarted(String) - Method in class com.threerings.jme.model.ModelController
Called when an animation is started on the model.
animationStarted(Animation, long) - Method in class com.threerings.media.animation.AnimationAdapter
 
animationStarted(Animation, long) - Method in interface com.threerings.media.animation.AnimationObserver
Called the first time this animation is ticked.
animationStarted(Animation, long) - Method in class com.threerings.media.animation.AnimationWaiter
 
animationStopped(String) - Method in class com.threerings.jme.model.ModelController
Called when an animation is stopped on the model.
AnimationWaiter - Class in com.threerings.media.animation
An abstract class that simplifies a common animation usage case in which a number of animations are created and the creator would like to be able to perform specific actions when each animation has completed (see AnimationWaiter.animationDidFinish(com.threerings.media.animation.Animation) and/or when all animations are finished (see AnimationWaiter.allAnimationsFinished().)
AnimationWaiter() - Constructor for class com.threerings.media.animation.AnimationWaiter
 
animId - Variable in class com.threerings.jme.model.Model.Animation
Uniquely identifies this animation within the model.
append(String, ColorRGBA) - Method in class com.threerings.jme.chat.ChatView
 
append(String) - Method in class com.threerings.jme.chat.ChatView
 
appendAnimation(Animation) - Method in class com.threerings.media.animation.AnimationSequencer
Convenience wrapper to add an animation to run after the previous one.
appendDirtyObject(SceneObject) - Method in class com.threerings.miso.client.DirtyItemList
Appends the dirty object tile at the given coordinates to the dirty item list.
appendDirtySprite(Sprite, int, int) - Method in class com.threerings.miso.client.DirtyItemList
Appends the dirty sprite at the given coordinates to the dirty item list.
appendDirtySprite(DirtyItemList, Sprite) - Method in class com.threerings.miso.client.MisoScenePanel
Computes the tile coordinates of the supplied sprite and appends it to the supplied dirty item list.
apply(CameraPath.Observer) - Method in class com.threerings.jme.camera.CameraHandler.CompletedOp
 
apply(Model.AnimationObserver) - Method in class com.threerings.jme.model.Model.AnimCancelledOp
 
apply(Model.AnimationObserver) - Method in class com.threerings.jme.model.Model.AnimCompletedOp
 
apply(Model.AnimationObserver) - Method in class com.threerings.jme.model.Model.AnimStartedOp
 
apply(Spatial) - Method in class com.threerings.jme.model.Model.Transform
 
apply(SpriteObserver) - Method in class com.threerings.jme.sprite.Sprite.CancelledOp
 
apply(SpriteObserver) - Method in class com.threerings.jme.sprite.Sprite.CompletedOp
 
apply(Object) - Method in class com.threerings.media.animation.Animation.AnimCompletedOp
 
apply(Object) - Method in class com.threerings.media.animation.Animation.AnimStartedOp
 
apply(Object) - Method in class com.threerings.media.animation.AnimationFrameSequencer.MultiFunction.FrameReachedOp
 
apply(Object) - Method in class com.threerings.media.sprite.Sprite.CancelledOp
 
apply(Object) - Method in class com.threerings.media.sprite.Sprite.CompletedOp
 
apply(int, int, Rectangle) - Method in class com.threerings.miso.client.MisoScenePanel.PaintTileOp
 
apply(int, int, Rectangle) - Method in class com.threerings.miso.client.RethinkOp
 
apply(int, int, Rectangle) - Method in interface com.threerings.miso.client.TileOp
 
apply(ResourceManager.ModificationObserver) - Method in class com.threerings.resource.ResourceManager.ResourceModifiedOp
 
apply(KeyboardManager.KeyObserver) - Method in class com.threerings.util.KeyboardManager.KeyObserverOp
 
applyFrame(int) - Method in class com.threerings.jme.model.Model.Animation
Applies the transforms for a frame of this animation.
applyToTiles(Rectangle, TileOp) - Method in class com.threerings.miso.client.TileOpApplicator
Applies the supplied tile operation to all tiles that intersect the supplied screen rectangle.
ArcPath - Class in com.threerings.media.util
The line path is used to cause a pathable to go from point A to point B along the arc of an ellipse in a certain number of milliseconds.
ArcPath(Point, double, double, double, double, long, int) - Constructor for class com.threerings.media.util.ArcPath
Creates an arc path that will animate a pathable from the specified starting position along an ellipse defined by the supplied parameters.
ArmingSprite - Interface in com.threerings.media.sprite.action
An ActionSprite that wishes to be notified of events when it is armed or not.
assignColor(SceneBlock, Color) - Method in class com.threerings.miso.client.ResolutionView
 
AStarPathUtil - Class in com.threerings.media.util
The AStarPathUtil class provides a facility for finding a reasonable path between two points in a scene using the A* search algorithm.
AStarPathUtil() - Constructor for class com.threerings.media.util.AStarPathUtil
 
AStarPathUtil.ExtendedTraversalPred - Interface in com.threerings.media.util
Provides extended traversibility information when computing paths.
AStarPathUtil.Info - Class in com.threerings.media.util
A holding class to contain the wealth of information referenced while performing an A* search for a path through a tile array.
AStarPathUtil.Info(AStarPathUtil.TraversalPred, Object, int, int, int) - Constructor for class com.threerings.media.util.AStarPathUtil.Info
 
AStarPathUtil.Node - Class in com.threerings.media.util
A class that represents a single traversable node in the tile array along with its current A*-specific search information.
AStarPathUtil.Node(int, int) - Constructor for class com.threerings.media.util.AStarPathUtil.Node
 
AStarPathUtil.Stepper - Class in com.threerings.media.util
Considers all the possible steps the piece in question can take.
AStarPathUtil.Stepper() - Constructor for class com.threerings.media.util.AStarPathUtil.Stepper
 
AStarPathUtil.TraversalPred - Interface in com.threerings.media.util
Provides traversibility information when computing paths.
ATTACH - Static variable in class com.threerings.media.tile.ObjectTileSet
A constraint prefix indicating that the object must be attached to a wall facing the suffixed direction (N, E, S, or W).
AutoFringer - Class in com.threerings.miso.tile
Automatically fringes a scene according to the rules in the supplied fringe configuration.
AutoFringer(FringeConfiguration, ImageManager, TileManager) - Constructor for class com.threerings.miso.tile.AutoFringer
Constructs an instance that will fringe according to the rules in the supplied fringe configuration.
AutoFringer.FringerRec - Class in com.threerings.miso.tile
A record for holding information about a particular fringe as we're computing what it will look like.
AutoFringer.FringerRec(int, int) - Constructor for class com.threerings.miso.tile.AutoFringer.FringerRec
 
AutoFringer.FringeTile - Class in com.threerings.miso.tile
 
AutoFringer.FringeTile(long[], boolean) - Constructor for class com.threerings.miso.tile.AutoFringer.FringeTile
 
AUX_EXTS - Static variable in class com.threerings.cast.bundle.tools.ComponentBundlerTask
Used to process auxilliary tilesets.
AWTImageCreator - Class in com.threerings.media.image
If the user of the image manager services intends to create and display images using the AWT, they can use this image creator which will use the AWT to determine the optimal image format.
AWTImageCreator(Component) - Constructor for class com.threerings.media.image.AWTImageCreator
Create an image creator that will rely on the AWT to determine the optimal image format.

B

BACK - Static variable in class com.threerings.jme.tools.BuildSphereMap
The sides of the cube map.
BACK - Static variable in interface com.threerings.media.MediaConstants
Identifies the back "layer" of sprites and animations.
BackedVolatileMirage - Class in com.threerings.media.image
Provides a volatile mirage that is backed by a buffered image that is not obtained from the image manager but is instead provided at construct time and completely circumvents the image manager's cache.
BackedVolatileMirage(ImageManager, BufferedImage) - Constructor for class com.threerings.media.image.BackedVolatileMirage
Creates a mirage with the supplied regeneration informoation and prepared image.
BackFrameManager - Class in com.threerings.media
A FrameManager extension that uses a volatile off-screen image to do its rendering.
BackFrameManager() - Constructor for class com.threerings.media.BackFrameManager
 
BackgroundTiler - Class in com.threerings.media.util
Used to tile a background image into regions of various sizes.
BackgroundTiler(BufferedImage) - Constructor for class com.threerings.media.util.BackgroundTiler
Creates a background tiler with the specified source image.
BallisticPath - Class in com.threerings.jme.sprite
Moves a sprite ballistically.
BallisticPath(Sprite, Vector3f, Vector3f, Vector3f, float) - Constructor for class com.threerings.jme.sprite.BallisticPath
Moves the supplied sprite from the starting coordinate (which will be modified) using the starting velocity, under the specified acceleration.
base_tsid - Variable in class com.threerings.miso.tile.FringeConfiguration.FringeRecord
The tileset id of the base tileset to which this applies.
baseLocalTransform - Variable in class com.threerings.jme.tools.ModelDef.TransformNode
The node's local transform in the original model, or null if the node's transform has diverged from the original.
BaseTile - Class in com.threerings.miso.tile
Extends the tile class to add support for tile passability.
BaseTile() - Constructor for class com.threerings.miso.tile.BaseTile
 
baseTileIds - Variable in class com.threerings.miso.data.SimpleMisoSceneModel
The combined tile ids (tile set id and tile id) in compressed format.
baseTileIds - Variable in class com.threerings.miso.data.SparseMisoSceneModel.Section
The combined tile ids (tile set id and tile id) for our section (in row major order).
BaseTileSet - Class in com.threerings.miso.tile
The base tileset extends the swiss army tileset to add support for tile passability.
BaseTileSet() - Constructor for class com.threerings.miso.tile.BaseTileSet
 
BaseTileSetRuleSet - Class in com.threerings.miso.tile.tools.xml
Parses BaseTileSet instances from a tileset description.
BaseTileSetRuleSet() - Constructor for class com.threerings.miso.tile.tools.xml.BaseTileSetRuleSet
 
BatchVisitor - Class in com.threerings.jme.util
Visits all of the GeomBatches in a scene.
BatchVisitor() - Constructor for class com.threerings.jme.util.BatchVisitor
 
beforePaint(Graphics2D) - Method in class com.threerings.media.effects.FadeEffect
 
BIG_GAP - Static variable in class com.threerings.media.FrameManager
If we don't get ticked for 500ms, that's worth complaining about.
BillboardController - Class in com.threerings.jme.model
Orients its target towards the camera plane.
BillboardController() - Constructor for class com.threerings.jme.model.BillboardController
 
BillboardController.Alignment - Enum in com.threerings.jme.model
Determines how the billboard is rotated.
bind(Clip) - Method in class com.threerings.openal.ClipBuffer
This method is called back on the main thread and instructs this buffer to bind the clip data to this buffer's OpenAL buffer.
bits - Variable in class com.threerings.jme.tile.TileFringer.FringerRec
 
BITS_TO_INDEX - Static variable in class com.threerings.jme.tile.TileFringer
A reverse map of the TileFringer.FRINGETILES array, for quickly looking up which tile we want.
BITS_TO_INDEX - Static variable in class com.threerings.miso.tile.AutoFringer
 
BlankAnimation - Class in com.threerings.media.animation
Displays nothing, but does so for a specified amount of time.
BlankAnimation(long) - Constructor for class com.threerings.media.animation.BlankAnimation
 
BlankMirage - Class in com.threerings.media.image
A mirage implementation that contains no image data.
BlankMirage(int, int) - Constructor for class com.threerings.media.image.BlankMirage
 
BlankSound - Class in com.threerings.openal
A blank sound used when we cannot initialize the sound system.
BlankSound() - Constructor for class com.threerings.openal.BlankSound
 
blend(Model.Transform, float, Spatial) - Method in class com.threerings.jme.model.Model.Transform
Blends between this transform and the next, applying the result to the given target.
blend(SkinMesh.BlendFrame, float, float[], float[]) - Method in class com.threerings.jme.model.SkinMesh.BlendFrame
 
blend(Color, Color) - Static method in class com.threerings.media.image.ColorUtil
Blends the two supplied colors.
blend(Color, Color, float) - Static method in class com.threerings.media.image.ColorUtil
Blends the two supplied colors, using the supplied percentage as the amount of the first color to use.
BlendAnimation - Class in com.threerings.media.animation
Blends between a series of images using alpha.
BlendAnimation(int, int, Mirage[], int) - Constructor for class com.threerings.media.animation.BlendAnimation
Blends from the starting image through each successive image in the specified amount of time (blending between each image takes place in delay milliseconds).
blendFrames(int, int, float) - Method in class com.threerings.jme.model.Model.Animation
Blends the transforms between two frames of this animation.
blendMeshFrames(int, int, float) - Method in class com.threerings.jme.model.ModelMesh
 
blendMeshFrames(int, int, float) - Method in class com.threerings.jme.model.ModelNode
 
blendMeshFrames(int, int, float) - Method in interface com.threerings.jme.model.ModelSpatial
Recursively blends all skinned meshes between two stored animation frames for the next update.
blendMeshFrames(int, int, float) - Method in class com.threerings.jme.model.SkinMesh
 
blockAbandoned(SceneBlock) - Method in class com.threerings.miso.client.MisoScenePanel
Called by the scene block if it has come up for resolution but is no longer influential.
blockCleared(SceneBlock) - Method in class com.threerings.miso.client.ResolutionView
 
blockFinished(SceneBlock) - Method in class com.threerings.miso.client.MisoScenePanel
Called whenever a block is done resolving, whether it was successfully resolved or if it was abandoned.
blockhei - Variable in class com.threerings.miso.util.MisoSceneMetrics
Dimensions of our scene blocks in tile count.
blockKey(SceneBlock) - Method in class com.threerings.miso.client.ResolutionView
 
blockKey(int, int) - Method in class com.threerings.miso.client.SceneBlock
Computes the key for the block that holds the specified tile.
blockResolved(SceneBlock) - Method in class com.threerings.miso.client.MisoScenePanel
Called by a scene block when it has completed its resolution process.
blockResolving(SceneBlock) - Method in class com.threerings.miso.client.MisoScenePanel
Called by the scene block when it has started its resolution.
blocks - Variable in class com.threerings.miso.client.RethinkOp
 
blockwid - Variable in class com.threerings.miso.util.MisoSceneMetrics
Dimensions of our scene blocks in tile count.
BobbleAnimation - Class in com.threerings.media.animation
An animation that bobbles an image around within a specific horizontal and vertical pixel range for a given period of time.
BobbleAnimation(Mirage, int, int, int, int, int) - Constructor for class com.threerings.media.animation.BobbleAnimation
Constructs a bobble animation.
BobblePath - Class in com.threerings.media.util
Bobble a Pathable.
BobblePath(int, int, long) - Constructor for class com.threerings.media.util.BobblePath
Construct a bobble path that updates as often as possible.
BobblePath(int, int, long, long) - Constructor for class com.threerings.media.util.BobblePath
Construct a bobble path.
bone - Variable in class com.threerings.jme.tools.ModelDef.BoneWeight
The name of the influencing bone.
bones - Variable in class com.threerings.jme.model.SkinMesh.WeightGroup
The bones influencing this group.
boneWeights - Variable in class com.threerings.jme.tools.ModelDef.SkinVertex
The bones influencing the vertex, mapped by name.
bordersNonTransparentPixel(BufferedImage, int, int, boolean[], int, int) - Static method in class com.threerings.media.image.ImageUtil
Returns whether the given pixel is bordered by any non-transparent pixel.
bound(Vector3f) - Method in class com.threerings.jme.camera.CameraHandler
 
bound(float, float, Vector3f) - Method in class com.threerings.jme.camera.CameraHandler
 
bound(int, int, int) - Static method in class com.threerings.media.util.MathUtil
Bounds the supplied value within the specified range.
bounds - Variable in class com.threerings.media.animation.ExplodeAnimation.ExplodeInfo
The bounds within which to animate.
bounds - Variable in class com.threerings.miso.client.SceneObject
The screen coordinate bounds of our object tile given its position in the scene.
bounds - Variable in class com.threerings.miso.client.SceneObjectTip
The bounding box of this tip, or null prior to layout().
BROWSE_FOR_COLORIZATION_FILE - Static variable in class com.threerings.media.tools.RecolorImage
 
BROWSE_FOR_IMAGE_FILE - Static variable in class com.threerings.media.tools.RecolorImage
The actions for our various buttons.
BrowserUtil - Class in com.threerings.util
Encapsulates a bunch of hackery needed to invoke an external web browser from within a Java application.
BrowserUtil() - Constructor for class com.threerings.util.BrowserUtil
 
BrowserUtil.BrowserTracker - Class in com.threerings.util
 
BrowserUtil.BrowserTracker(Process, URL, ResultListener<Void>) - Constructor for class com.threerings.util.BrowserUtil.BrowserTracker
 
browseURL(URL, ResultListener<Void>) - Static method in class com.threerings.util.BrowserUtil
Opens the user's web browser with the specified URL.
browseURL(URL, ResultListener<Void>, String) - Static method in class com.threerings.util.BrowserUtil
Opens the user's web browser with the specified URL.
Buffer - Class in com.threerings.openal
Represents an OpenAL buffer object.
Buffer(SoundManager) - Constructor for class com.threerings.openal.Buffer
Creates a new buffer for the specified sound manager.
BUFFER_SIZE - Static variable in class com.threerings.openal.OggStreamDecoder
The decode buffer size.
BufferedMirage - Class in com.threerings.media.image
A simple mirage implementation that uses a buffered image.
BufferedMirage(BufferedImage) - Constructor for class com.threerings.media.image.BufferedMirage
 
BufferedMirage(BufferedImage, float) - Constructor for class com.threerings.media.image.BufferedMirage
 
bufferFinalized(int) - Method in class com.threerings.openal.SoundManager
Called when a buffer has been finalized.
BuilderModel - Class in com.threerings.cast.builder
The builder model represents the current state of the character the user is building.
BuilderModel(ComponentRepository) - Constructor for class com.threerings.cast.builder.BuilderModel
Constructs a builder model.
BuilderModelListener - Interface in com.threerings.cast.builder
The builder model listener interface should be implemented by classes that would like to be notified when the builder model is changed.
BuilderPanel - Class in com.threerings.cast.builder
The builder panel presents the user with an overview of a composited character and facilities for altering the individual components that comprise the character's display image.
BuilderPanel(CharacterManager, ComponentRepository, String) - Constructor for class com.threerings.cast.builder.BuilderPanel
Constructs the builder panel.
BuildSphereMap - Class in com.threerings.jme.tools
A tool for converting cube maps (sky boxes) to sphere maps.
BuildSphereMap() - Constructor for class com.threerings.jme.tools.BuildSphereMap
 
BuildSphereMapTask - Class in com.threerings.jme.tools
An ant task for converting cube maps (sky boxes) to sphere maps.
BuildSphereMapTask() - Constructor for class com.threerings.jme.tools.BuildSphereMapTask
 
BundledComponentRepository - Class in com.threerings.cast.bundle
A component repository implementation that obtains information from resource bundles.
BundledComponentRepository(ResourceManager, ImageManager, String) - Constructor for class com.threerings.cast.bundle.BundledComponentRepository
Constructs a repository which will obtain its resource set from the supplied resource manager.
BundledComponentRepository.ResourceBundleProvider - Class in com.threerings.cast.bundle
Instances of these provide images to our component action tilesets and frames to our components.
BundledComponentRepository.ResourceBundleProvider(ImageManager, ResourceBundle) - Constructor for class com.threerings.cast.bundle.BundledComponentRepository.ResourceBundleProvider
Constructs an instance that will obtain image data from the specified resource bundle.
BundledComponentRepository.TileSetFrameImage - Class in com.threerings.cast.bundle
Used to provide multiframe images using data obtained from a tileset.
BundledComponentRepository.TileSetFrameImage(TileSet, ActionSequence) - Constructor for class com.threerings.cast.bundle.BundledComponentRepository.TileSetFrameImage
Constructs a tileset frame image with the specified tileset and for the specified orientation.
BundledComponentRepository.TileSetFrameImage(TileSet, ActionSequence, int, int) - Constructor for class com.threerings.cast.bundle.BundledComponentRepository.TileSetFrameImage
Constructs a tileset frame image with the specified tileset and for the specified orientation, with an optional translation.
BundledTileSetRepository - Class in com.threerings.media.tile.bundle
Loads tileset data from a set of resource bundles.
BundledTileSetRepository(ResourceManager, ImageManager, String) - Constructor for class com.threerings.media.tile.bundle.BundledTileSetRepository
Constructs a repository which will obtain its resource set from the supplied resource manager.
BundleUtil - Class in com.threerings.cast.bundle
Utility functions related to creating and manipulating component bundles.
BundleUtil() - Constructor for class com.threerings.cast.bundle.BundleUtil
 
BundleUtil - Class in com.threerings.media.tile.bundle
Bundle related utility functions.
BundleUtil() - Constructor for class com.threerings.media.tile.bundle.BundleUtil
 
ButtonSprite - Class in com.threerings.media.sprite
A sprite that acts as a button.
ButtonSprite(Label, int, Color, Color, String, Object) - Constructor for class com.threerings.media.sprite.ButtonSprite
Constructs a button sprite.
ButtonSprite(Label, int, int, int, Color, Color, String, Object) - Constructor for class com.threerings.media.sprite.ButtonSprite
Constructs a button sprite.

C

cacheActionFrames(CharacterDescriptor, String, ActionFrames) - Method in interface com.threerings.cast.ActionCache
Requests that the specified set of action frames for the specified character be cached.
CachedVolatileMirage - Class in com.threerings.media.image
A mirage implementation which allows the image to be maintained in video memory and refetched from the image manager in the event that our target screen resolution changes or we are flushed from video memory for some other reason.
CachedVolatileMirage(ImageManager, ImageManager.ImageKey, Rectangle, Colorization[]) - Constructor for class com.threerings.media.image.CachedVolatileMirage
Creates a mirage with the supplied regeneration informoation and prepared image.
calculateDerivatives() - Method in class com.threerings.jme.sprite.CubicSplinePath
Calculates the second derivative values for all the control points along the path.
calibrate() - Method in class com.threerings.media.timer.CalibratingTimer
Calculates the drift factor from the time elapsed from the last calibrate call.
CALIBRATE_INTERVAL - Static variable in class com.threerings.media.timer.CalibratingTimer
Milliseconds between calibrate calls.
CalibratingTimer - Class in com.threerings.media.timer
Calibrates timing values from a subclass' implementation of current against those returned by System.currentTimeMillis.
CalibratingTimer() - Constructor for class com.threerings.media.timer.CalibratingTimer
 
CameraHandler - Class in com.threerings.jme.camera
Provides various useful mechanisms for manipulating the camera.
CameraHandler(Camera) - Constructor for class com.threerings.jme.camera.CameraHandler
Creates a new camera handler.
CameraHandler.CompletedOp - Class in com.threerings.jme.camera
Used to dispatch CameraPath.Observer.pathCompleted(com.threerings.jme.camera.CameraPath).
CameraHandler.CompletedOp(CameraPath) - Constructor for class com.threerings.jme.camera.CameraHandler.CompletedOp
 
cameraIsMoving() - Method in class com.threerings.jme.camera.CameraHandler
Returns true if the camera is currently animating along a path, false if it is not.
CameraPath - Class in com.threerings.jme.camera
Used to move the camera along a particular path.
CameraPath(CameraHandler) - Constructor for class com.threerings.jme.camera.CameraPath
 
CameraPath.Observer - Interface in com.threerings.jme.camera
Used to inform observers when a camera path is completed or aborted.
CAMPOS_FORMAT - Static variable in class com.threerings.jme.tools.ModelViewer
The number formal used for the camera position.
cancel() - Method in class com.threerings.media.FrameInterval
Cancel the current schedule, and ensure that any expirations that are queued up but have not yet run do not run.
cancel() - Method in class com.threerings.media.FrameManager.Ticker
 
cancelMove() - Method in class com.threerings.cast.CharacterSprite
 
cancelMove() - Method in class com.threerings.jme.sprite.Sprite
Cancels any currently executing path.
cancelMove() - Method in class com.threerings.media.sprite.Sprite
Cancels any path that the sprite may currently be moving along.
canMerge(Properties, ModelDef.SpatialDef) - Method in class com.threerings.jme.tools.ModelDef.NodeDef
 
canMerge(Properties, ModelDef.SpatialDef) - Method in class com.threerings.jme.tools.ModelDef.SpatialDef
Checks whether it's possible (disregarding issues of transformation) to merge the specified spatial into this one.
canMerge(Properties, ModelDef.TransformNode) - Method in class com.threerings.jme.tools.ModelDef.TransformNode
 
canMerge(Properties, ModelDef.SpatialDef) - Method in class com.threerings.jme.tools.ModelDef.TriMeshDef
 
canTraverse(Object, int, int, int, int) - Method in interface com.threerings.media.util.AStarPathUtil.ExtendedTraversalPred
Requests to know if the specific traverser (which was provided in the call to AStarPathUtil.getPath(TraversalPred,Object,int,int,int,int,int,boolean)) can traverse from the specified source tile coordinate to the specified destination tile coordinate.
canTraverse(Object, int, int) - Method in interface com.threerings.media.util.AStarPathUtil.TraversalPred
Requests to know if the specified traverser (which was provided in the call to AStarPathUtil.getPath(TraversalPred,Object,int,int,int,int,int,boolean)) can traverse the specified tile coordinate.
canTraverse(Object, int, int) - Method in class com.threerings.miso.client.MisoScenePanel
 
canTraverse(Object, int, int) - Method in class com.threerings.miso.client.SceneBlock
Returns true if the specified traverser can traverse the specified tile (which is assumed to be in the bounds of this scene block).
canTraverseUnresolved(Object, int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Derived classes can control whether or not we consider unresolved tiles to be traversable or not.
canWrite(BufferedImage) - Static method in class com.threerings.resource.FastImageIO
Returns true if the supplied image is of a format that is supported by the fast image I/O services, false if not.
CARDINAL_DIRECTIONS - Static variable in interface com.threerings.util.DirectionCodes
The four points of the compass.
CastPrefs - Class in com.threerings.cast
Provides access to runtime configuration parameters for this package and its subpackages.
CastPrefs() - Constructor for class com.threerings.cast.CastPrefs
 
CastUtil - Class in com.threerings.cast.util
Miscellaneous cast utility routines.
CastUtil() - Constructor for class com.threerings.cast.util.CastUtil
 
cclass - Variable in class com.threerings.media.image.ColorPository.ColorRecord
The colorization class to which we belong.
ccomp - Variable in class com.threerings.cast.CharacterManager.TranslatedComponent
 
ccomp - Variable in class com.threerings.cast.CompositedActionFrames.ComponentFrames
 
CCW - Static variable in interface com.threerings.util.DirectionCodes
A direction code indicating a counter-clockwise rotation.
CENTER_ON_PATHABLE - Static variable in class com.threerings.media.VirtualMediaPanel
The code for the pathable following mode wherein we keep the view centered on the pathable's location.
centerOnTile(int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Moves the scene such that the specified tile is in the center.
centerSprite() - Method in class com.threerings.cast.builder.SpritePanel
Sets the sprite's location to render it centered within the panel.
centerVertices() - Method in class com.threerings.jme.model.ModelMesh
Adjusts the vertices and the transform of the mesh so that the mesh's position lies at the center of its bounding volume.
changeComplete(float) - Method in class com.threerings.media.HourglassView
 
changeComplete(float) - Method in class com.threerings.media.TimerView
Generate an unexpected change in the timer's completion and set up the necessary details to render interpolation from the old to new states
changeHoverObject(Object) - Method in class com.threerings.miso.client.MisoScenePanel
Change the hover object to the new object.
CharacterComponent - Class in com.threerings.cast
The character component represents a single component that can be composited with other character components to generate an image representing a complete character displayable in any of the eight compass directions as detailed in the Sprite class direction constants.
CharacterComponent(int, String, ComponentClass, FrameProvider) - Constructor for class com.threerings.cast.CharacterComponent
Constructs a character component with the specified id of the specified class.
CharacterDescriptor - Class in com.threerings.cast
The character descriptor object details the components that are pieced together to create a single character image.
CharacterDescriptor(int[], Colorization[][]) - Constructor for class com.threerings.cast.CharacterDescriptor
Constructs a character descriptor.
CharacterManager - Class in com.threerings.cast
The character manager provides facilities for constructing sprites that are used to represent characters in a scene.
CharacterManager(ImageManager, ComponentRepository) - Constructor for class com.threerings.cast.CharacterManager
Constructs the character manager.
CharacterManager.TranslatedComponent - Class in com.threerings.cast
Combines a component with an optional translation for shadowing or masking.
CharacterManager.TranslatedComponent(CharacterComponent, Point) - Constructor for class com.threerings.cast.CharacterManager.TranslatedComponent
 
CharacterSprite - Class in com.threerings.cast
A character sprite is a sprite that animates itself while walking about in a scene.
CharacterSprite() - Constructor for class com.threerings.cast.CharacterSprite
 
ChatView - Class in com.threerings.jme.chat
Displays chat messages and allows for their input.
ChatView(JmeContext, ChatDirector) - Constructor for class com.threerings.jme.chat.ChatView
 
checkBundle(String) - Method in class com.threerings.resource.ResourceManager
Checks to see if the specified bundle exists, is unpacked and is ready to be used.
checkForModification(String) - Method in class com.threerings.resource.ResourceManager.ObservedResource
Checks for a modification to the observed resource, notifying the observers if one is detected.
checkForModifications() - Method in class com.threerings.resource.ResourceManager
Checks all observed resources for changes to their File.lastModified() properties, notifying their listeners if the files have been modified since the last call to this method.
checkFrameParticipation() - Method in class com.threerings.media.TimerView
Check that the frame knows about the timer.
checkIdle() - Method in class com.threerings.util.IdleTracker
Checks the last user event time and posts a command to idle them out if they've been inactive for too long, or log them out if they've been idle for too long.
checkNotify(long) - Method in class com.threerings.media.animation.AnimationFrameSequencer.MultiFunction
Check to see if we need to notify that we've reached a marked frame.
checkpoint(String, int) - Method in interface com.threerings.media.util.PerformanceObserver
This method is called by the PerformanceMonitor class whenever an action's requested time interval between checkpoints has expired.
checkShowFlag(int) - Method in class com.threerings.miso.client.MisoScenePanel
Check to see if the specified show flag is on.
checkTileIndex(int) - Method in class com.threerings.media.tile.TileSet
Used to ensure that the specified tile index is valid.
choose(int, int) - Static method in class com.threerings.media.util.MathUtil
Computes (N choose K), the number of ways to select K different elements from a set of size N.
CLASS_PATH - Static variable in class com.threerings.cast.tools.xml.ClassRuleSet
The component of the digester path that is appended by the class rule set to match a component class.
ClassEditor - Class in com.threerings.cast.builder
The class editor displays a label and a slider that allow the user to select the desired component for a given component class.
ClassEditor(BuilderModel, ComponentClass, List<Integer>) - Constructor for class com.threerings.cast.builder.ClassEditor
Constructs a class editor.
CLASSES - Static variable in class com.threerings.cast.util.CastUtil
 
CLASSES_PATH - Static variable in class com.threerings.cast.bundle.BundleUtil
The path in the metadata bundle to the serialized component class table.
classId - Variable in class com.threerings.media.image.ColorPository.ClassRecord
An integer identifier for this class.
ClassRuleSet - Class in com.threerings.cast.tools.xml
The class rule set is used to parse the attributes of a component class instance.
ClassRuleSet() - Constructor for class com.threerings.cast.tools.xml.ClassRuleSet
 
cleanup() - Method in class com.threerings.jme.JmeApp
Called when the application is terminating cleanly after having successfully completed initialization and begun the main loop.
clear() - Method in class com.threerings.jme.chat.ChatView
 
clear() - Method in class com.threerings.jme.tools.ModelDef.HashArrayList
 
clear() - Method in class com.threerings.media.animation.AnimationSequencer
Clears out the animations being managed by this sequencer.
clear() - Method in class com.threerings.miso.client.DirtyItemList
Clears out any items that were in this list.
clear() - Method in class com.threerings.miso.client.DirtyItemList.DirtyItem
Releases all references held by this dirty item so that it doesn't inadvertently hold on to any objects while waiting to be reused.
clear() - Method in class com.threerings.miso.util.ObjectSet
Clears out the contents of this set.
clearAnimations() - Method in class com.threerings.media.MediaOverlay
Removes all animations from this overlay.
clearAnimations() - Method in class com.threerings.media.MediaPanel
Removes all animations from this panel.
clearAnimations() - Method in class com.threerings.media.MetaMediaManager
Removes all animations from this panel.
clearCache() - Method in class com.threerings.media.image.ImageManager
Clears all images out of the cache.
clearCache() - Method in class com.threerings.media.tile.TileManager
Clears any cached tilesets.
clearMaxDriftRatio() - Method in class com.threerings.media.timer.CalibratingTimer
Clears out our remembered max drift.
clearMaxTimerDriftRatio() - Method in class com.threerings.media.FrameManager
Clears out the maximum drift our timer remembers seeing.
clearMedia() - Method in class com.threerings.media.AbstractMediaManager
Clears all media from the manager and calls AbstractMedia.shutdown() on each.
clearMediaOverlay() - Method in class com.threerings.media.FrameManager
Clears out any media overlay that is in use.
clearPathable() - Method in class com.threerings.media.VirtualMediaPanel
Clears out the pathable that was being enclosed or followed due to a previous call to VirtualMediaPanel.setFollowsPathable(com.threerings.media.util.Pathable, byte).
clearRadialMenu() - Method in class com.threerings.miso.client.MisoScenePanel
Clears any radial menu being displayed.
clearScene() - Method in class com.threerings.miso.client.MisoScenePanel
Clears out our old scene business.
clearSpeakService() - Method in class com.threerings.jme.chat.ChatView
 
clearSprites() - Method in class com.threerings.media.MediaOverlay
Removes all sprites from this overlay.
clearSprites() - Method in class com.threerings.media.MediaPanel
Removes all sprites from this panel.
clearSprites() - Method in class com.threerings.media.MetaMediaManager
Removes all sprites from this panel.
clearTicking(long) - Method in class com.threerings.media.FrameManager.Ticker
 
ClientImageManager - Class in com.threerings.media.image
Provides a single point of access for image retrieval and caching - just like the ImageManager but adds a tie in to the RuntimeAdjust system to control caching and mirage creation.
ClientImageManager(ResourceManager, ImageManager.OptimalImageCreator) - Constructor for class com.threerings.media.image.ClientImageManager
 
ClientImageManager(ResourceManager, Component) - Constructor for class com.threerings.media.image.ClientImageManager
 
Clip - Class in com.threerings.openal
Contains data for a single sampled sound.
Clip() - Constructor for class com.threerings.openal.Clip
 
Clip(WaveData) - Constructor for class com.threerings.openal.Clip
Fills in a clip from the given wave data.
ClipBuffer - Class in com.threerings.openal
Represents a sound that has been loaded into the OpenAL system.
ClipBuffer(SoundManager, ClipProvider, String) - Constructor for class com.threerings.openal.ClipBuffer
Creates a new clip buffer with the specified path that will obtain its clip data from the specified source.
ClipBuffer.Observer - Interface in com.threerings.openal
Used to notify parties interested in when a clip is loaded.
clipFailed(ClipBuffer) - Method in interface com.threerings.openal.ClipBuffer.Observer
Called when a clip has failed to prepare itself for one reason or other.
clipLoaded(ClipBuffer) - Method in interface com.threerings.openal.ClipBuffer.Observer
Called when a clip has completed loading and is ready to be played.
ClipProvider - Interface in com.threerings.openal
Provides a generic mechanism for loading sound data.
clipToDirtyRegion(Graphics2D, Rectangle) - Method in class com.threerings.media.MediaPanel
This is called to clip the rendering output to the supplied dirty region.
clone() - Method in class com.threerings.jme.util.ShaderConfig
 
clone() - Method in class com.threerings.jme.util.ShaderConfig.LightConfig
 
clone() - Method in class com.threerings.jme.util.ShaderConfig.TextureConfig
 
clone(Colorization[]) - Method in class com.threerings.media.tile.TileSet
Creates a copy of this tileset which will apply the supplied colorizations to its tileset image when creating tiles.
clone(String) - Method in class com.threerings.media.tile.TileSet
Returns a new tileset that is a clone of this tileset with the image path updated to reference the given path.
clone() - Method in class com.threerings.miso.data.MisoSceneModel
 
clone() - Method in class com.threerings.miso.data.ObjectInfo
 
clone() - Method in class com.threerings.miso.data.SimpleMisoSceneModel
 
clone() - Method in class com.threerings.miso.data.SparseMisoSceneModel
 
clone() - Method in class com.threerings.miso.data.SparseMisoSceneModel.Section
 
cloneColorized(Colorization[]) - Method in interface com.threerings.cast.ActionFrames
Creates a clone of these action frames which will have the supplied colorizations applied to the frame images.
cloneColorized(Colorization[]) - Method in class com.threerings.cast.bundle.BundledComponentRepository.TileSetFrameImage
 
cloneColorized(Colorization[]) - Method in class com.threerings.cast.CompositedActionFrames
 
cloneTranslated(int, int) - Method in interface com.threerings.cast.ActionFrames
Creates a clone of these action frames which will have the supplied translation applied to the frame images.
cloneTranslated(int, int) - Method in class com.threerings.cast.bundle.BundledComponentRepository.TileSetFrameImage
 
cloneTranslated(int, int) - Method in class com.threerings.cast.CompositedActionFrames
 
closed - Variable in class com.threerings.media.util.AStarPathUtil.Info
The set of closed nodes being searched.
closeJar() - Method in class com.threerings.resource.FileResourceBundle
Closes our (possibly opened) jar file.
cmd - Variable in class com.threerings.media.sound.JavaSoundPlayer.SoundKey
 
color - Variable in class com.threerings.miso.client.ResolutionView.BlockGlyph
 
colorId - Variable in class com.threerings.media.image.ColorPository.ColorRecord
A unique colorization identifier (used in fingerprints).
Colorization - Class in com.threerings.media.image
Used to support recoloring images.
Colorization(int, Color, float[], float[]) - Constructor for class com.threerings.media.image.Colorization
Constructs a colorization record with the specified identifier.
colorizationId - Variable in class com.threerings.media.image.Colorization
Every colorization must have a unique id that can be used to compare a particular colorization record with another.
ColorPository - Class in com.threerings.media.image
A repository of image recoloration information.
ColorPository() - Constructor for class com.threerings.media.image.ColorPository
 
ColorPository.ClassRecord - Class in com.threerings.media.image
Used to store information on a class of colors.
ColorPository.ClassRecord() - Constructor for class com.threerings.media.image.ColorPository.ClassRecord
 
ColorPository.ColorRecord - Class in com.threerings.media.image
Used to store information on a particular color.
ColorPository.ColorRecord() - Constructor for class com.threerings.media.image.ColorPository.ColorRecord
 
ColorPositoryParser - Class in com.threerings.media.image.tools.xml
Parses the XML color repository definition and creates a ColorPository instance that reflects its contents.
ColorPositoryParser() - Constructor for class com.threerings.media.image.tools.xml.ColorPositoryParser
 
colors - Variable in class com.threerings.cast.ComponentClass
The color classes to use when recoloring components of this class.
colors - Variable in class com.threerings.media.image.ColorPository.ClassRecord
A table of target colors included in this class.
ColorUtil - Class in com.threerings.media.image
Utilities to manipulate colors.
ColorUtil() - Constructor for class com.threerings.media.image.ColorUtil
 
com.threerings - package com.threerings
 
com.threerings.cast - package com.threerings.cast
 
com.threerings.cast.builder - package com.threerings.cast.builder
 
com.threerings.cast.bundle - package com.threerings.cast.bundle
 
com.threerings.cast.bundle.tools - package com.threerings.cast.bundle.tools
 
com.threerings.cast.tools.xml - package com.threerings.cast.tools.xml
 
com.threerings.cast.util - package com.threerings.cast.util
 
com.threerings.geom - package com.threerings.geom
 
com.threerings.jme - package com.threerings.jme
Defines extensions to jMonkeyEngine an OpenGL-based 3D rendering engine.
com.threerings.jme.camera - package com.threerings.jme.camera
 
com.threerings.jme.chat - package com.threerings.jme.chat
 
com.threerings.jme.effect - package com.threerings.jme.effect
 
com.threerings.jme.model - package com.threerings.jme.model
 
com.threerings.jme.sprite - package com.threerings.jme.sprite
 
com.threerings.jme.tile - package com.threerings.jme.tile
 
com.threerings.jme.tile.tools - package com.threerings.jme.tile.tools
 
com.threerings.jme.tile.tools.xml - package com.threerings.jme.tile.tools.xml
 
com.threerings.jme.tools - package com.threerings.jme.tools
 
com.threerings.jme.tools.xml - package com.threerings.jme.tools.xml
 
com.threerings.jme.util - package com.threerings.jme.util
 
com.threerings.media - package com.threerings.media
 
com.threerings.media.animation - package com.threerings.media.animation
 
com.threerings.media.effects - package com.threerings.media.effects
 
com.threerings.media.image - package com.threerings.media.image
 
com.threerings.media.image.tools - package com.threerings.media.image.tools
 
com.threerings.media.image.tools.xml - package com.threerings.media.image.tools.xml
 
com.threerings.media.sound - package com.threerings.media.sound
 
com.threerings.media.sprite - package com.threerings.media.sprite
 
com.threerings.media.sprite.action - package com.threerings.media.sprite.action
 
com.threerings.media.tile - package com.threerings.media.tile
 
com.threerings.media.tile.bundle - package com.threerings.media.tile.bundle
 
com.threerings.media.tile.bundle.tools - package com.threerings.media.tile.bundle.tools
 
com.threerings.media.tile.tools - package com.threerings.media.tile.tools
 
com.threerings.media.tile.tools.xml - package com.threerings.media.tile.tools.xml
 
com.threerings.media.tile.util - package com.threerings.media.tile.util
 
com.threerings.media.timer - package com.threerings.media.timer
 
com.threerings.media.tools - package com.threerings.media.tools
 
com.threerings.media.util - package com.threerings.media.util
 
com.threerings.miso - package com.threerings.miso
 
com.threerings.miso.client - package com.threerings.miso.client
 
com.threerings.miso.data - package com.threerings.miso.data
 
com.threerings.miso.tile - package com.threerings.miso.tile
 
com.threerings.miso.tile.tools - package com.threerings.miso.tile.tools
 
com.threerings.miso.tile.tools.xml - package com.threerings.miso.tile.tools.xml
 
com.threerings.miso.tools.xml - package com.threerings.miso.tools.xml
 
com.threerings.miso.util - package com.threerings.miso.util
 
com.threerings.openal - package com.threerings.openal
 
com.threerings.resource - package com.threerings.resource
 
com.threerings.tools - package com.threerings.tools
 
com.threerings.tools.xml - package com.threerings.tools.xml
 
com.threerings.util - package com.threerings.util
 
com.threerings.util.keybd - package com.threerings.util.keybd
 
com.threerings.util.unsafe - package com.threerings.util.unsafe
 
combineBounds(Rectangle, Rectangle) - Method in class com.threerings.cast.CompositedMaskedImage.MaskedMirage
 
combineBounds(Rectangle, Rectangle) - Method in class com.threerings.cast.CompositedMultiFrameImage.CompositedVolatileMirage
Combines the working bounds with a new set of bounds.
CommandSprite - Interface in com.threerings.media.sprite.action
Extends CommandSprite to be a sprite that posts CommandEvents to the Controller hierarchy.
commit() - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask.HashMapIDBroker
 
commit() - Method in interface com.threerings.cast.ComponentIDBroker
When the user of a component id broker is done obtaining component ids, it must call this method to give the component id broker an opportunity to flush any newly created component ids back to its persistent store.
commit() - Method in interface com.threerings.media.tile.TileSetIDBroker
When the user of a tilset id broker is done obtaining tileset ids, it must call this method to give the tileset id broker an opportunity to flush any newly created tileset ids back to its persistent store.
commit() - Method in class com.threerings.media.tile.tools.MapFileTileSetIDBroker
 
compare(CompositedActionFrames.ComponentFrames, CompositedActionFrames.ComponentFrames) - Method in class com.threerings.cast.CompositedMultiFrameImage.CompositedVolatileMirage
 
compare(DirtyItemList.DirtyItem, DirtyItemList.DirtyItem) - Method in class com.threerings.miso.client.DirtyItemList.OriginComparator
 
compare(DirtyItemList.DirtyItem, DirtyItemList.DirtyItem) - Method in class com.threerings.miso.client.DirtyItemList.RenderComparator
 
compareNonPartitioned(DirtyItemList.DirtyItem, DirtyItemList.DirtyItem) - Method in class com.threerings.miso.client.DirtyItemList.RenderComparator
Compares the two dirty items assuming there are no partitioning objects between them.
comparePartitioned(int, DirtyItemList.DirtyItem, DirtyItemList.DirtyItem) - Method in class com.threerings.miso.client.DirtyItemList.RenderComparator
Returns whether two dirty items have a partitioning object between them on the given axis.
compareTo(ComponentClass.PriorityOverride) - Method in class com.threerings.cast.ComponentClass.PriorityOverride
 
compareTo(TileFringer.FringerRec) - Method in class com.threerings.jme.tile.TileFringer.FringerRec
 
compareTo(AStarPathUtil.Node) - Method in class com.threerings.media.util.AStarPathUtil.Node
 
compareTo(SceneObjectTip.LayoutReg) - Method in class com.threerings.miso.client.SceneObjectTip.LayoutReg
 
compareTo(AutoFringer.FringerRec) - Method in class com.threerings.miso.tile.AutoFringer.FringerRec
 
compile(File) - Static method in class com.threerings.jme.tools.CompileModel
Loads the model described by the given properties file and compiles it to a .dat file in the same directory.
compile(File, File) - Static method in class com.threerings.jme.tools.CompileModel
Loads the model described by the given properties file and compiles it into a .dat file in the specified directory.
CompiledConfig - Class in com.threerings.util
Used to load and store compiled configuration data (generally XML files that are parsed into Java object models and then serialized for rapid and simple access on the client and server).
CompiledConfig() - Constructor for class com.threerings.util.CompiledConfig
 
CompiledConfigParser - Class in com.threerings.tools.xml
An abstract base implementation of a parser that is used to compile configuration definitions into config objects for use by the client and server.
CompiledConfigParser() - Constructor for class com.threerings.tools.xml.CompiledConfigParser
 
CompiledConfigTask - Class in com.threerings.tools
Used to parse configuration information from an XML file and create the serialized representation that is used by the client and server.
CompiledConfigTask() - Constructor for class com.threerings.tools.CompiledConfigTask
 
CompileFringeConfigurationTask - Class in com.threerings.jme.tile.tools
Compiles a fringe configuration from XML format into binary format.
CompileFringeConfigurationTask() - Constructor for class com.threerings.jme.tile.tools.CompileFringeConfigurationTask
 
CompileFringeConfigurationTask - Class in com.threerings.miso.tile.tools
Compile fringe configuration.
CompileFringeConfigurationTask() - Constructor for class com.threerings.miso.tile.tools.CompileFringeConfigurationTask
 
CompileModel - Class in com.threerings.jme.tools
An application for compiling 3D models defined in XML to fast-loading binary files.
CompileModel() - Constructor for class com.threerings.jme.tools.CompileModel
 
compileModel(File) - Method in class com.threerings.jme.tools.ModelViewer
Attempts to compile and load a model.
CompileModelTask - Class in com.threerings.jme.tools
An ant task for compiling 3D models defined in XML to fast-loading binary files.
CompileModelTask() - Constructor for class com.threerings.jme.tools.CompileModelTask
 
completeFadeIn() - Method in class com.threerings.media.sprite.FadableImageSprite
Completes the process of fading in.
completeFadeOut() - Method in class com.threerings.media.sprite.FadableImageSprite
Completes the process of fading out.
component - Variable in class com.threerings.cast.ComponentClass.PriorityOverride
The component, if any, for which this override is appropriate.
COMPONENT_CHANGED - Static variable in interface com.threerings.cast.builder.BuilderModelListener
Notification event constants.
ComponentBundlerTask - Class in com.threerings.cast.bundle.tools
Ant task for creating component bundles.
ComponentBundlerTask() - Constructor for class com.threerings.cast.bundle.tools.ComponentBundlerTask
 
ComponentBundlerTask.ActionMap - Class in com.threerings.cast.bundle.tools
Used when parsing action tilesets.
ComponentBundlerTask.ActionMap() - Constructor for class com.threerings.cast.bundle.tools.ComponentBundlerTask.ActionMap
 
ComponentBundlerTask.HashMapIDBroker - Class in com.threerings.cast.bundle.tools
 
ComponentBundlerTask.HashMapIDBroker() - Constructor for class com.threerings.cast.bundle.tools.ComponentBundlerTask.HashMapIDBroker
 
componentClass - Variable in class com.threerings.cast.CharacterComponent
The class of components to which this one belongs.
ComponentClass - Class in com.threerings.cast
Denotes a class of components to which CharacterComponent objects belong.
ComponentClass() - Constructor for class com.threerings.cast.ComponentClass
Creates an uninitialized instance suitable for unserialization or population during XML parsing.
ComponentClass.PriorityOverride - Class in com.threerings.cast
Used to effect custom render orders for particular actions, orientations, etc.
ComponentClass.PriorityOverride() - Constructor for class com.threerings.cast.ComponentClass.PriorityOverride
 
componentId - Variable in class com.threerings.cast.CharacterComponent
The unique component identifier.
ComponentIDBroker - Interface in com.threerings.cast
Brokers component ids.
ComponentPanel - Class in com.threerings.cast.builder
The component panel displays the available components for all component classes and allows the user to choose a set of components for compositing into a character image.
ComponentPanel(BuilderModel, String) - Constructor for class com.threerings.cast.builder.ComponentPanel
Constructs the component panel.
ComponentRepository - Interface in com.threerings.cast
Makes available a collection of character components and associated metadata.
COMPONENTS_PATH - Static variable in class com.threerings.cast.bundle.BundleUtil
The path in the component bundle to the serialized component id to class/type mapping.
compose(int, int) - Static method in class com.threerings.miso.client.MisoScenePanel
Masks off the lower 16 bits of the supplied integers and composes them into a single int.
composeFringeTile(String, TileFringer.FringerRec[], Map<String, BufferedImage>, int) - Method in class com.threerings.jme.tile.TileFringer
Compose a fringe tile out of the various fringe images needed.
composeFringeTile(AutoFringer.FringerRec[], Map<AutoFringer.FringeTile, WeakReference<AutoFringer.FringeTile>>, int, boolean, Map<Long, BufferedImage>) - Method in class com.threerings.miso.tile.AutoFringer
Compose a FringeTile out of the various fringe images needed.
composeMaskedImage(ImageUtil.ImageCreator, BufferedImage, BufferedImage) - Static method in class com.threerings.media.image.ImageUtil
Create an image using the alpha channel from the first and the RGB values from the second.
composeMaskedImage(ImageUtil.ImageCreator, Shape, BufferedImage) - Static method in class com.threerings.media.image.ImageUtil
Create a new image using the supplied shape as a mask from which to cut out pixels from the supplied image.
composePath(String[], String) - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask
Composes a triplet of [class, name, action] into the path that should be supplied to the JarEntry that contains the associated image data.
compositeActionFrames() - Method in class com.threerings.cast.CharacterSprite
Called to recomposite our action frames if needed.
CompositedActionFrames - Class in com.threerings.cast
An implementation of the MultiFrameImage interface that is used to lazily create composited character frames when they are requested.
CompositedActionFrames(ImageManager, Map<CompositedActionFrames.CompositedFramesKey, CompositedMultiFrameImage>, String, CompositedActionFrames.ComponentFrames[]) - Constructor for class com.threerings.cast.CompositedActionFrames
Constructs a set of composited action frames with the supplied source frames and colorization configuration.
CompositedActionFrames.ComponentFrames - Class in com.threerings.cast
Used to associate a CharacterComponent with its ActionFrames for a particular action.
CompositedActionFrames.ComponentFrames() - Constructor for class com.threerings.cast.CompositedActionFrames.ComponentFrames
 
CompositedActionFrames.ComponentFrames(CharacterComponent, ActionFrames) - Constructor for class com.threerings.cast.CompositedActionFrames.ComponentFrames
 
CompositedActionFrames.CompositedFramesKey - Class in com.threerings.cast
Used to cache composited frames for a particular action and orientation.
CompositedActionFrames.CompositedFramesKey(int) - Constructor for class com.threerings.cast.CompositedActionFrames.CompositedFramesKey
 
CompositedMaskedImage - Class in com.threerings.cast
Used to composite action frames with mask frames.
CompositedMaskedImage(ImageManager, CompositedActionFrames.ComponentFrames[], String, int) - Constructor for class com.threerings.cast.CompositedMaskedImage
 
CompositedMaskedImage.MaskedMirage - Class in com.threerings.cast
Combines the image in the first source with the masks in the rest.
CompositedMaskedImage.MaskedMirage(int) - Constructor for class com.threerings.cast.CompositedMaskedImage.MaskedMirage
 
CompositedMirage - Interface in com.threerings.cast
 
CompositedMultiFrameImage - Class in com.threerings.cast
Used to composite the action frames for a particular orientation of a CompositedActionFrames.
CompositedMultiFrameImage(ImageManager, CompositedActionFrames.ComponentFrames[], String, int) - Constructor for class com.threerings.cast.CompositedMultiFrameImage
 
CompositedMultiFrameImage.CompositedVolatileMirage - Class in com.threerings.cast
Used to create our mirage using the source action frame images.
CompositedMultiFrameImage.CompositedVolatileMirage(int) - Constructor for class com.threerings.cast.CompositedMultiFrameImage.CompositedVolatileMirage
 
CompositedMultiFrameImage.SubmirageForwarder - Class in com.threerings.cast
A CompositedMirage that forwards all of its Mirage calls to a delegate Mirage.
CompositedMultiFrameImage.SubmirageForwarder(Mirage, int, int) - Constructor for class com.threerings.cast.CompositedMultiFrameImage.SubmirageForwarder
 
CompositedShadowImage - Class in com.threerings.cast
Used to composite the special shadow action frames for a particular orientation of a CompositedActionFrames.
CompositedShadowImage(ImageManager, CompositedActionFrames.ComponentFrames[], String, int, float) - Constructor for class com.threerings.cast.CompositedShadowImage
 
compositeMask(String, CharacterComponent, ActionFrames, ArrayList<CharacterManager.TranslatedComponent>) - Method in class com.threerings.cast.CharacterManager
 
CompositeMirage - Class in com.threerings.media.image
 
CompositeMirage(Mirage...) - Constructor for class com.threerings.media.image.CompositeMirage
 
compositeShadow(String, String, ArrayList<CharacterManager.TranslatedComponent>) - Method in class com.threerings.cast.CharacterManager
 
computeAngle(Vector3f, Vector3f) - Static method in class com.threerings.jme.sprite.PathUtil
Computes the angle between two arbitrary vectors.
computeAngleNormal(Vector3f, Vector3f) - Static method in class com.threerings.jme.sprite.PathUtil
Computes the angle between two normalized vectors.
computeAxisRotation(Vector3f, Vector3f, Quaternion) - Static method in class com.threerings.jme.sprite.PathUtil
Computes a rotation to align the X axis with the specified orientation and stores it in the provided target.
computeElevation(float, float, float) - Static method in class com.threerings.jme.sprite.BallisticPath
Computes and returns the angle of elevation needed to launch a ballistic projectile at the specified velocity and have it travel the specified range (when it will once again reach the launch elevation).
computeFlightTime(float, float, float) - Static method in class com.threerings.jme.sprite.BallisticPath
Computes and returns the flight time of a projectile launched at an angle previously computed with BallisticPath.computeElevation(float, float, float)..
computeFringeTile(int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Computes the fringe tile for the specified coordinate.
computeFringeTile(int, int) - Method in class com.threerings.miso.client.SceneBlock
Computes the fringe tile for the specified coordinate.
computeIndicators() - Method in class com.threerings.miso.client.MisoScenePanel
Compute the indicators for any objects in the scene.
computeInfluentialBounds() - Method in class com.threerings.miso.client.MisoScenePanel
Calls through to MisoScenePanel.computeInfluentialBounds(Rectangle, Rectangle, Rectangle) with _vbounds, _ibounds and _vibounds.
computeInfluentialBounds(Rectangle, Rectangle, Rectangle) - Static method in class com.threerings.miso.client.MisoScenePanel
Configures influentialBounds to contain the bounds of the potentially "influential" world and visibleBlockBounds to contain bounds that are used to determine which blocks should be resolved before making the view visible.
computeInfo(MisoSceneMetrics) - Method in class com.threerings.miso.client.SceneObject
Computes our screen bounds, tile footprint and other useful cached metrics.
computeMemoryUsage(Map<Tile.Key, BaseTile>, Set<BaseTile>, Map<Tile.Key, ObjectTile>, long[]) - Method in class com.threerings.miso.client.SceneBlock
Computes the memory usage of the base and object tiles in this scene block; registering counted tiles in the hash map so that other blocks can be sure not to double count them.
computeOverHover(int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Gives derived classes a chance to compute a hover object that takes precedence over sprites and actionable objects.
computePosition(Point, double, double, double, Point) - Static method in class com.threerings.media.util.ArcPath
Computes the position of an entity along the path defined by the supplied parameters assuming that it must finish the path in the specified duration (in millis) and has been traveling the path for the specified number of elapsed milliseconds.
computePosition(Point, Point, long, long, Point) - Static method in class com.threerings.media.util.LinePath
Computes the position of an entity along the path defined by the supplied start and end points assuming that it must finish the path in the specified duration (in millis) and has been traveling the path for the specified number of elapsed milliseconds.
computeRotation(Vector3f, Vector3f, Vector3f, Quaternion) - Static method in class com.threerings.jme.sprite.PathUtil
Computes a rotation from the one vector to another.
computeTileBounds(int, Rectangle) - Method in class com.threerings.media.tile.SwissArmyTileSet
 
computeTileBounds(int, Rectangle) - Method in class com.threerings.media.tile.TileSet
Computes and fills in the bounds for the specified tile based on the mechanism used by the derived class to do such things.
computeTileBounds(int, Rectangle) - Method in class com.threerings.media.tile.TrimmedObjectTileSet
 
computeTileBounds(int, Rectangle) - Method in class com.threerings.media.tile.TrimmedTileSet
 
computeTileBounds(int, Rectangle) - Method in class com.threerings.media.tile.UniformTileSet
 
computeTileCount() - Method in class com.threerings.media.tile.SwissArmyTileSet
Computes our total tile count from the individual counts for each row.
computeTransformedBounds() - Method in class com.threerings.media.image.TransformedMirage
Compute the bounds of the base Mirage after it has been transformed.
computeTrimmedBounds(BufferedImage, Rectangle) - Static method in class com.threerings.media.image.ImageUtil
Computes the bounds of the smallest rectangle that contains all non-transparent pixels of this image.
computeUnderHover(int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Gives derived classes a chance to compute a hover object that is used if the mouse is not hovering over a sprite or actionable object.
computeValue() - Method in class com.threerings.jme.util.LinearTimeFunction
 
computeValue() - Method in class com.threerings.jme.util.TimeFunction
This must be implemented by our derived class to compute our value given the currently stored TimeFunction._elapsed time.
computeValue(int) - Method in class com.threerings.media.util.LinearTimeFunction
 
computeValue(int) - Method in class com.threerings.media.util.TimeFunction
This must be implemented by our derived class to compute our value given the specified elapsed time (in millis).
config - Static variable in class com.threerings.cast.CastPrefs
Used to load our preferences from a properties file and map them to the persistent Java preferences repository.
config - Static variable in class com.threerings.media.MediaPrefs
Used to load our preferences from a properties file and map them to the persistent Java preferences repository.
CONFIG - Static variable in class com.threerings.media.tools.RecolorImage
Where we can stash our preferences.
config - Static variable in class com.threerings.miso.MisoConfig
Provides access to configuration data for this package.
config - Static variable in class com.threerings.miso.MisoPrefs
Used to load our preferences from a properties file and map them to the persistent Java preferences repository.
CONFIG_PATH - Static variable in class com.threerings.media.image.ColorPository
The path (relative to the resource directory) at which the serialized recolorization repository should be loaded and stored.
CONFIG_PATH - Static variable in class com.threerings.miso.tile.FringeConfiguration
The path (relative to the resource directory) at which the fringe configuration should be loaded and stored.
configure(Properties, Spatial) - Method in class com.threerings.jme.model.BillboardController
 
configure(Properties, Spatial) - Method in class com.threerings.jme.model.EmissionController
 
configure(Properties, Spatial) - Method in class com.threerings.jme.model.ModelController
Configures this controller based on the supplied (sub-)properties and controller target.
configure(boolean, String, boolean, Properties) - Method in class com.threerings.jme.model.ModelMesh
Configures this mesh based on the given parameters and (sub-)properties.
configure(Properties, Spatial) - Method in class com.threerings.jme.model.Rotator
 
configure(Properties, Spatial) - Method in class com.threerings.jme.model.TextureAnimator
 
configure(Properties, Spatial) - Method in class com.threerings.jme.model.TextureTranslator
 
configure(Properties, Spatial) - Method in class com.threerings.jme.model.Translator
 
configureMesh(Properties) - Method in class com.threerings.jme.tools.ModelDef.SkinMeshDef
 
configureMesh(Properties) - Method in class com.threerings.jme.tools.ModelDef.TriMeshDef
Configures the mesh.
configureShaders(ShaderCache) - Method in class com.threerings.jme.model.ModelMesh
 
configureShaders(ShaderCache) - Method in class com.threerings.jme.model.ModelNode
 
configureShaders(ShaderCache) - Method in interface com.threerings.jme.model.ModelSpatial
Recursively creates or reconfigures any shaders used by the model using the supplied cache.
configureShaders(ShaderCache) - Method in class com.threerings.jme.model.SkinMesh
 
configureState(GLSLShaderObjectsState, String, String, String...) - Method in class com.threerings.jme.util.ShaderCache
(Re)configures an existing shader state with the supplied parameters.
configureState(GLSLShaderObjectsState, String, String, String[], String[]) - Method in class com.threerings.jme.util.ShaderCache
(Re)configures an existing shader state with the supplied parameters.
considerStep(AStarPathUtil.Info, AStarPathUtil.Node, int, int, int) - Static method in class com.threerings.media.util.AStarPathUtil
Consider the step (n.x, n.y) to (x, y) for possible inclusion in the path.
considerStep(int, int, int) - Method in class com.threerings.media.util.AStarPathUtil.Stepper
 
considerSteps(int, int) - Method in class com.threerings.media.util.AStarPathUtil.Stepper
Should call AStarPathUtil.Stepper.considerStep(int, int, int) in turn on all possible steps from the specified coordinates.
constrainToBounds(Rectangle) - Method in class com.threerings.media.MediaPanel
Called by the main rendering code to constrain this dirty rectangle to the bounds of the media panel.
constrainToBounds(Rectangle) - Method in class com.threerings.media.VirtualMediaPanel
 
constraints - Variable in class com.threerings.media.tile.TrimmedObjectTileSet.Bits
The constraints associated with this object.
contains(Object) - Method in class com.threerings.jme.tools.ModelDef.HashArrayList
 
contains(double, double) - Method in class com.threerings.media.AbstractMedia
 
contains(Point2D) - Method in class com.threerings.media.AbstractMedia
 
contains(double, double, double, double) - Method in class com.threerings.media.AbstractMedia
 
contains(Rectangle2D) - Method in class com.threerings.media.AbstractMedia
 
contains(int, int) - Method in class com.threerings.media.sprite.Sprite
Returns true if the sprite's bounds contain the specified point, false if not.
contains(ObjectInfo) - Method in class com.threerings.miso.util.ObjectSet
Returns true if the specified object is in the set, false if it is not.
containsResource(String) - Method in class com.threerings.resource.FileResourceBundle
Returns true if this resource bundle contains the resource with the specified path.
controlled - Variable in class com.threerings.jme.tools.ModelDef.TransformNode
If true, this node is a controller target; nodes beneath it can only be merged with other descendants.
CONVERSION - Static variable in class com.threerings.media.tools.RecolorImage.SliderAndLabel
 
CONVERT - Static variable in class com.threerings.media.tools.RecolorImage
 
convert() - Method in class com.threerings.media.tools.RecolorImage
Performs colorizations.
convertImage(BufferedImage) - Static method in class com.threerings.jme.util.ImageCache
Converts an image that was created with ImageCache.createCompatibleImage(int, int, boolean) into a JME Image.
convertImage(BufferedImage, ByteBuffer) - Static method in class com.threerings.jme.util.ImageCache
Converts the supplied image (which must have been created with ImageCache.createCompatibleImage(int, int, boolean)) into a ByteBuffer that can be passed to Image#setData.
ConvertModel - Class in com.threerings.jme.tools
A tool for converting various 3D model formats into JME's internal format.
ConvertModel() - Constructor for class com.threerings.jme.tools.ConvertModel
 
convertModel(File, File) - Method in class com.threerings.jme.tools.ConvertModelTask
 
ConvertModelTask - Class in com.threerings.jme.tools
An ant task for converting various 3D model formats into JME's internal format.
ConvertModelTask() - Constructor for class com.threerings.jme.tools.ConvertModelTask
 
coordsToKey(int, int) - Static method in class com.threerings.miso.util.MisoUtil
Turns x and y scene coordinates into an integer key.
createActionSpriteHandler() - Method in class com.threerings.media.MediaPanel
Creates the mouse listener that will handle action sprites and their variants.
createAnimation(Properties, HashMap<String, Spatial>, HashMap<String, ModelDef.TransformNode>) - Method in class com.threerings.jme.tools.AnimationDef
Creates the "live" animation object that will be serialized with the object.
createBackBuffer(GraphicsConfiguration) - Method in class com.threerings.media.BackFrameManager
Creates the off-screen buffer used to perform double buffered rendering of the animated panel.
createBundle(File, TileSetBundle, ImageProvider, String, long) - Method in class com.threerings.media.tile.bundle.tools.DirectoryTileSetBundler
 
createBundle(TileSetIDBroker, File, String) - Method in class com.threerings.media.tile.bundle.tools.TileSetBundler
Creates a tileset bundle at the location specified by the targetPath parameter, based on the description provided via the bundleDesc parameter.
createBundle(TileSetIDBroker, File, File) - Method in class com.threerings.media.tile.bundle.tools.TileSetBundler
Creates a tileset bundle at the location specified by the targetPath parameter, based on the description provided via the bundleDesc parameter.
createBundle(File, TileSetBundle, ImageProvider, String, long) - Method in class com.threerings.media.tile.bundle.tools.TileSetBundler
Finish the creation of a tileset bundle jar file.
createBundleJar(File, TileSetBundle, ImageProvider, String) - Static method in class com.threerings.media.tile.bundle.tools.TileSetBundler
Create a tileset bundle jar file.
createBundler() - Method in class com.threerings.media.tile.bundle.tools.DirectoryTileSetBundlerTask
 
createBundler() - Method in class com.threerings.media.tile.bundle.tools.TileSetBundlerTask
Create the bundler to use during creation.
createCameraHandler(Camera) - Method in class com.threerings.jme.JmeApp
Creates the camera handler which provides various camera manipulation functionality.
createCameraHandler(Camera) - Method in class com.threerings.jme.tools.ModelViewer
 
createCanvas() - Method in class com.threerings.jme.JmeCanvasApp
Creates and returns the LWJGL canvas instance.
createColorizedBImage(String, Colorization[], boolean) - Method in class com.threerings.jme.util.ImageCache
Colorizes the image with supplied path (which must be an 8-bit colormapped image), then converts the colorized image into a form that JME can display.
createCompatibleImage(int, int, boolean) - Static method in class com.threerings.jme.util.ImageCache
Creates a buffered image in a format compatible with LWJGL with the specified dimensions.
createCompatibleImage(BufferedImage, int, int) - Static method in class com.threerings.media.image.ImageUtil
Creates a new buffered image with the same sample model and color model as the source image but with the new width and height.
createComponent(int, String, String, FrameProvider) - Method in class com.threerings.cast.bundle.BundledComponentRepository
Creates a component and inserts it into the component table.
createCompositedMirage(int) - Method in class com.threerings.cast.CompositedMaskedImage
 
createCompositedMirage(int) - Method in class com.threerings.cast.CompositedMultiFrameImage
Creates a composited image for the specified frame.
createCompositedMirage(int) - Method in class com.threerings.cast.CompositedShadowImage
 
createCompositeFrames(CharacterDescriptor, String) - Method in class com.threerings.cast.CharacterManager
Generates the composited animation frames for the specified action for a character with the specified descriptor.
createConfigObject() - Method in class com.threerings.jme.tile.tools.xml.FringeConfigurationParser
 
createConfigObject() - Method in class com.threerings.media.image.tools.xml.ColorPositoryParser
 
createConfigObject() - Method in class com.threerings.miso.tile.tools.xml.FringeConfigurationParser
 
createConfigObject() - Method in class com.threerings.tools.xml.CompiledConfigParser
Creates the config object instance that will be populated during the parsing process.
createController(Properties, Spatial) - Method in class com.threerings.jme.tools.ModelDef
Creates, configures, and returns a model controller.
createCopy() - Method in class com.threerings.jme.model.Model.CloneCreator
Creates a new copy of the target model.
createCurtain() - Method in class com.threerings.jme.effect.FadeInOutEffect
Creates a quad that covers the entire screen for full-screen fades.
createDisplay() - Method in class com.threerings.jme.JmeApp
Determines the display configuration and creates the display.
createDisplay() - Method in class com.threerings.jme.JmeCanvasApp
 
createErrorImage(int, int) - Static method in class com.threerings.media.image.ImageUtil
Creates an image with the word "Error" written in it.
createFileResourceBundle(File, boolean, boolean) - Method in class com.threerings.resource.ResourceManager
Creates an appropriate bundle for fetching resources from files.
createFrames(int) - Method in class com.threerings.cast.CompositedActionFrames
Creates our underlying multi-frame image for a particular orientation.
createGraphics() - Method in class com.threerings.media.AbstractMediaManager
Creates a graphics that can be used to compute metrics or whatever else a media might need.
createGraphics() - Method in class com.threerings.media.BackFrameManager
 
createGraphics() - Method in class com.threerings.media.FlipFrameManager
 
createGraphics() - Method in class com.threerings.media.FrameManager
Returns a graphics context with which to layout its media objects.
createGraphics() - Method in interface com.threerings.media.MediaHost
Creates a graphics context for the component underlying this media host.
createGraphics() - Method in class com.threerings.media.MediaOverlay
 
createGraphics() - Method in class com.threerings.media.MediaPanel
 
createGroup(ClipProvider, int) - Method in class com.threerings.openal.SoundManager
Creates an object that can be used to manage and play a group of sounds.
createImage(int, int, int) - Method in interface com.threerings.jme.tile.TileFringer.ImageSource
Creates a blank image into which various fringe images will be composited.
createImage(BufferedImage, boolean) - Static method in class com.threerings.jme.util.ImageCache
Creates a JME-compatible image from the supplied buffered image.
createImage(BufferedImage, Colorization[], boolean) - Static method in class com.threerings.jme.util.ImageCache
Colorizes the supplied buffered image (which must be an 8-bit colormapped image), then converts the colorized image into a form that JME can display.
createImage(BufferedImage, Colorization[], float, boolean) - Static method in class com.threerings.jme.util.ImageCache
Colorizes the supplied buffered image (which must be an 8-bit colormapped image), then converts the colorized image into a form that JME can display.
createImage(BufferedImage, float, boolean) - Static method in class com.threerings.jme.util.ImageCache
Creates a JME-compatible image from the supplied buffered image.
createImage(int, int, int) - Method in class com.threerings.media.image.AWTImageCreator
 
createImage(int, int, int) - Method in class com.threerings.media.image.ImageManager
Creates a buffered image, optimized for display on our graphics device.
createImage(int, int, int) - Method in interface com.threerings.media.image.ImageManager.OptimalImageCreator
Requests that a blank image be created that is in a format and of a depth that are optimal for rendering to the screen.
createImage(int, int, int) - Method in interface com.threerings.media.image.ImageUtil.ImageCreator
Used by routines that need to create new images to allow the caller to dictate the format (which may mean using createCompatibleImage).
createIndicator(MisoScenePanel, String, Icon) - Method in class com.threerings.miso.client.ObjectActionHandler
Creates an indicator for this type of object action.
createInputHandler(CameraHandler) - Method in class com.threerings.jme.JmeApp
Creates the input handler used to control our camera and manage non-UI keyboard input.
createInstance() - Method in class com.threerings.jme.model.Model
Creates and returns a new instance of this model.
createInstance(File) - Static method in class com.threerings.openal.StreamDecoder
Creates and initializes a stream decoder for the specified file.
createMediaList() - Method in class com.threerings.media.AbstractMediaManager
Type safety jockeying.
createMediaList() - Method in class com.threerings.media.animation.AnimationManager
 
createMediaList() - Method in class com.threerings.media.sprite.SpriteManager
 
createMesh() - Method in class com.threerings.jme.tools.ModelDef.SkinMeshDef
 
createMesh() - Method in class com.threerings.jme.tools.ModelDef.TriMeshDef
Creates the mesh to attach to the node.
createMisoSceneModel() - Method in class com.threerings.miso.tools.xml.SimpleMisoSceneRuleSet
 
createMisoSceneModel() - Method in class com.threerings.miso.tools.xml.SparseMisoSceneRuleSet
 
createModel(Properties, HashMap<String, Spatial>) - Method in class com.threerings.jme.tools.ModelDef
Creates the model node defined herein.
createModelBatch() - Method in class com.threerings.jme.model.ModelMesh
Creates a batch for this mesh.
createModelBatch() - Method in class com.threerings.jme.model.SkinMesh
 
createNetworkResourceBundle(String, String, Set<String>) - Method in class com.threerings.resource.ResourceManager
Creates an appropriate bundle for fetching resources from the network.
createOutputStream(File) - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask
Creates the base output stream to which to write our bundle's files.
createOutputStream(File) - Method in class com.threerings.cast.bundle.tools.DirectoryComponentBundlerTask
 
createOutputStream(File) - Method in class com.threerings.cast.bundle.tools.DirectoryMetadataBundlerTask
 
createOutputStream(File) - Method in class com.threerings.cast.bundle.tools.MetadataBundlerTask
Creates the base output stream to which to write our bundle's files.
createPath(List<Point>) - Method in class com.threerings.media.util.LineSegmentPath
Populate the path with the path nodes that lead the pathable from its starting position to the given destination coordinates following the given list of screen coordinates.
createPrototype(String) - Method in class com.threerings.jme.model.Model
Creates a new prototype using the given variant configuration.
createResourceBundle(String, String, List<ResourceBundle>) - Method in class com.threerings.resource.ResourceManager
Creates a ResourceBundle based on the supplied definition information.
createRootNode() - Method in class com.threerings.jme.JmeApp
Allows a customized root node to be created.
createSoundManager() - Method in class com.threerings.openal.OpenALSoundPlayer
Creates our SoundManager.
createSoundManager(RunQueue) - Static method in class com.threerings.openal.SoundManager
Creates, initializes and returns the singleton sound manager instance.
createSpatial(Properties) - Method in class com.threerings.jme.tools.ModelDef.NodeDef
 
createSpatial(Properties) - Method in class com.threerings.jme.tools.ModelDef.SpatialDef
Creates a JME node for this definition.
createSpatial(Properties) - Method in class com.threerings.jme.tools.ModelDef.TriMeshDef
 
createState(String, String, String...) - Method in class com.threerings.jme.util.ShaderCache
Creates a new shader state with the supplied vertex shader, fragment shader, and preprocessor definitions.
createTestAlpha(float) - Static method in class com.threerings.jme.model.ModelMesh
Creates an alpha state what will throw away fragments with alpha values less than or equal to the given threshold.
createTile() - Method in class com.threerings.media.tile.ObjectTileSet
 
createTile() - Method in class com.threerings.media.tile.TileSet
Creates a blank tile of the appropriate type for this tileset.
createTile() - Method in class com.threerings.media.tile.TrimmedObjectTileSet
 
createTile() - Method in class com.threerings.media.tile.TrimmedTileSet
 
createTile() - Method in class com.threerings.miso.tile.BaseTileSet
 
createTimer() - Static method in class com.threerings.media.FrameManager
Attempts to create a high resolution timer, but if that isn't possible, uses a System.currentTimeMillis based timer.
createTracedImage(ImageUtil.ImageCreator, BufferedImage, Color, int) - Static method in class com.threerings.media.image.ImageUtil
Creates and returns a new image consisting of the supplied image traced with the given color and thickness.
createTracedImage(ImageUtil.ImageCreator, BufferedImage, Color, int, float, float) - Static method in class com.threerings.media.image.ImageUtil
Creates and returns a new image consisting of the supplied image traced with the given color, thickness and alpha transparency.
createTracedImage(BufferedImage, BufferedImage, Color, int, float, float) - Static method in class com.threerings.media.image.ImageUtil
Creates and returns a new image consisting of the supplied image traced with the given color, thickness and alpha transparency.
createTransformTree(Properties, HashMap<String, ModelDef.TransformNode>) - Method in class com.threerings.jme.tools.ModelDef
Creates and returns a transform tree representing the model for preprocessing.
createViewport() - Method in class com.threerings.media.SafeScrollPane
 
createVolatileImage() - Method in class com.threerings.media.image.VolatileMirage
Creates our volatile image from the information in our source image.
CROP_TYPE - Static variable in interface com.threerings.cast.StandardActions
A special action sub-type for crop imagery.
CubicSplinePath - Class in com.threerings.jme.sprite
Moves a sprite along an interpolated spline based on a series of control points.
CubicSplinePath(Sprite, Vector3f[], float[]) - Constructor for class com.threerings.jme.sprite.CubicSplinePath
Creates a path for the supplied sprite traversing the supplied series of points with the specified duration between points.
cullDivergentTransforms() - Method in class com.threerings.jme.tools.ModelDef.TransformNode
 
cullInvisibleNodes() - Method in class com.threerings.jme.model.ModelNode
Sets the cull state of any nodes that do not contain geometric descendants to CULL_ALWAYS so that they don't waste rendering time.
cullModelNodes() - Method in class com.threerings.jme.model.ModelNode
Recursively culls all model nodes under this one in preparation for activating the ones listed in an animation.
current() - Method in class com.threerings.media.timer.CalibratingTimer
Return the current value for this timer.
current() - Method in class com.threerings.media.timer.NanoTimer
 
current() - Method in class com.threerings.media.timer.PerfTimer
 
CW - Static variable in interface com.threerings.util.DirectionCodes
A direction code indicating a clockwise rotation.

D

daprov - Variable in class com.threerings.media.image.ImageManager.ImageKey
The data provider from which this image's data is loaded.
data - Variable in class com.threerings.openal.Clip
The audio data.
DEBUG - Static variable in class com.threerings.media.ActiveRepaintManager
We debug so much that we have to make it easy to enable and disable debug logging.
DEBUG_COMPARE - Static variable in class com.threerings.miso.client.DirtyItemList
Whether to log debug info when comparing pairs of dirty items.
DEBUG_EVENTS - Static variable in class com.threerings.util.KeyboardManager
Whether to output debugging info for individual key events.
DEBUG_INTERVAL - Static variable in class com.threerings.util.KeyboardManager
Whether to output debugging info for interval callbacks.
DEBUG_SORT - Static variable in class com.threerings.miso.client.DirtyItemList
Whether to log debug info for the main dirty item sorting algorithm.
decomposePath(String) - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask
Decomposes the full path to a component image into a [class, name, action] triplet.
decorateBehind(Graphics2D) - Method in class com.threerings.cast.CharacterSprite
Called to paint any decorations that should appear behind the character sprite image.
decorateInFront(Graphics2D) - Method in class com.threerings.cast.CharacterSprite
Called to paint any decorations that should appear in front of the character sprite image.
DEF_FINE_GRAN - Static variable in class com.threerings.miso.MisoConfig
 
DEF_RADIAL_RECT - Static variable in class com.threerings.miso.client.MisoScenePanel
The default size of the "box" that defines the size of our radial menu circles.
DEF_TILE_HEIGHT - Static variable in class com.threerings.miso.MisoConfig
 
DEF_TILE_WIDTH - Static variable in class com.threerings.miso.MisoConfig
Default scene view parameters.
DEFAULT - Static variable in class com.threerings.media.sound.SoundPlayer
The default sound type.
DEFAULT_ALPHA_THRESHOLD - Static variable in class com.threerings.jme.model.ModelMesh
The default alpha threshold.
DEFAULT_CACHE_SIZE - Static variable in class com.threerings.media.image.ImageManager
Default amount of data we'll store in our image cache.
DEFAULT_CACHE_SIZE - Static variable in class com.threerings.media.sound.JavaSoundPlayer
The default clip cache holds 4 megs.
DEFAULT_CACHE_SIZE - Static variable in class com.threerings.openal.SoundManager
Default to a cache size of one megabyte.
DEFAULT_COUNT - Static variable in class com.threerings.media.animation.RainAnimation
The number of raindrops.
DEFAULT_FLOAT_PERIOD - Static variable in class com.threerings.media.animation.FloatingTextAnimation
The time in milliseconds during which the score is visible.
DEFAULT_FRAME_RATE - Static variable in class com.threerings.media.sprite.ImageSprite
Default frame rate.
DEFAULT_HEIGHT - Static variable in class com.threerings.media.animation.RainAnimation
 
DEFAULT_JME_FONT - Static variable in class com.threerings.jme.StatsDisplay
 
DEFAULT_RATE - Static variable in class com.threerings.media.TimerView
The default update date.
DEFAULT_REPEAT_DELAY - Static variable in class com.threerings.util.KeyboardManager
The default repeat delay.
DEFAULT_REPEAT_DELAY - Static variable in class com.threerings.util.KeyTranslatorImpl
The default delay in milliseconds before auto-repeated key presses will begin.
DEFAULT_REPEAT_RATE - Static variable in class com.threerings.util.KeyTranslatorImpl
The default key press repeat rate.
DEFAULT_RESOURCE_SET - Static variable in class com.threerings.resource.ResourceManager
The name of the default resource set.
DEFAULT_SEQUENCE - Static variable in class com.threerings.cast.ActionSequence
Defines the name of the default action sequence.
DEFAULT_SIZE - Static variable in class com.threerings.miso.util.ObjectSet
We start big because we know these will in general contain at least in the tens of objects.
DEFAULT_VELOCITY - Static variable in class com.threerings.media.util.LineSegmentPath
Default pathable velocity.
DEFAULT_WIDTH - Static variable in class com.threerings.media.animation.RainAnimation
The raindrop streak dimensions.
defaultId - Variable in class com.threerings.media.image.ColorPository.ClassRecord
The default colorId to use for recoloration in this class, or 0 if there is no default defined.
defs - Variable in class com.threerings.jme.util.ShaderCache.ShaderKey
The set of preprocessor definitions.
defTileSet - Variable in class com.threerings.miso.data.SparseMisoSceneModel
The tileset to use when we have no tile data.
delay - Variable in class com.threerings.media.animation.ExplodeAnimation.ExplodeInfo
The animation length in milliseconds, or -1 if the animation should continue until all pieces are outside the bounds.
DelayPath - Class in com.threerings.media.util
A convenience path that waits a specified amount of time.
DelayPath(long) - Constructor for class com.threerings.media.util.DelayPath
Cause the current path to remain unchanged for the duration.
DelayPath(int, int, long) - Constructor for class com.threerings.media.util.DelayPath
Move to the sprite to the supplied location then wait for the duration.
DelayPath(Point, long) - Constructor for class com.threerings.media.util.DelayPath
Move to the sprite to the supplied location then wait for the duration.
delegate - Variable in class com.threerings.cast.CompositedMultiFrameImage.SubmirageForwarder
 
DelegatingPathable - Class in com.threerings.media.util
Delegates all calls to a delegate pathable.
DelegatingPathable(Pathable) - Constructor for class com.threerings.media.util.DelegatingPathable
 
delete() - Method in class com.threerings.openal.Buffer
Deletes this buffer, rendering it unusable.
delete() - Method in class com.threerings.openal.Source
Deletes this source, rendering it unusable.
deleteFinalizedObjects() - Method in class com.threerings.openal.SoundManager
Deletes all finalized objects.
deleteObject(ObjectInfo) - Method in class com.threerings.miso.client.SceneBlock
Removes the specified object from this block.
DELTA_Y - Static variable in class com.threerings.media.animation.FloatingTextAnimation
The total vertical distance the score travels.
destx - Variable in class com.threerings.media.util.AStarPathUtil.Info
The destination coordinates in the tile array.
desty - Variable in class com.threerings.media.util.AStarPathUtil.Info
The destination coordinates in the tile array.
DIAGONAL_COST - Static variable in class com.threerings.media.util.AStarPathUtil
The cost to move diagonally.
didFinish(long) - Method in class com.threerings.media.animation.Animation
Called when the animation is finished and the animation manager has removed it from service.
didFinish(long) - Method in class com.threerings.media.animation.SpriteAnimation
 
didInit() - Method in class com.threerings.cast.CharacterSprite
Called after this sprite has been initialized with its character descriptor and character manager.
didLeavePlace(PlaceObject) - Method in class com.threerings.jme.chat.ChatView
 
didTick(long) - Method in class com.threerings.media.MediaPanel
Derived classes can override this method and perform computation subsequent to the ticking of the sprite and animation managers.
didTick(long) - Method in class com.threerings.media.VirtualMediaPanel
 
DIE - Static variable in class com.threerings.media.sound.JavaSoundPlayer
 
dir - Variable in class com.threerings.jme.util.JmeUtil.FrameState
The current direction of animation.
dir - Variable in class com.threerings.media.util.PathNode
The direction to face while heading toward the node.
DIR_STRINGS - Static variable in class com.threerings.util.DirectionUtil
Direction constant string names.
DIRECTION_COUNT - Static variable in interface com.threerings.util.DirectionCodes
The number of basic compass directions.
DIRECTIONAL_LIGHT_SNIPPET - Static variable in class com.threerings.jme.util.ShaderConfig
A code snippet for adding the influence of a directional light.
DirectionCodes - Interface in com.threerings.util
A single, top-level location for the definition of compass direction constants, which are used by a variety of Narya services.
DirectionUtil - Class in com.threerings.util
Direction related utility functions.
DirectionUtil() - Constructor for class com.threerings.util.DirectionUtil
 
DirectoryComponentBundlerTask - Class in com.threerings.cast.bundle.tools
Creates all the information for a component bundle but places it into a specified directory rather than a bundle jar file.
DirectoryComponentBundlerTask() - Constructor for class com.threerings.cast.bundle.tools.DirectoryComponentBundlerTask
 
DirectoryMetadataBundlerTask - Class in com.threerings.cast.bundle.tools
Creates all the information that would be in a metadata bundle and place it in a directory.
DirectoryMetadataBundlerTask() - Constructor for class com.threerings.cast.bundle.tools.DirectoryMetadataBundlerTask
 
DirectoryTileSetBundler - Class in com.threerings.media.tile.bundle.tools
 
DirectoryTileSetBundler(File) - Constructor for class com.threerings.media.tile.bundle.tools.DirectoryTileSetBundler
 
DirectoryTileSetBundler(String) - Constructor for class com.threerings.media.tile.bundle.tools.DirectoryTileSetBundler
 
DirectoryTileSetBundlerTask - Class in com.threerings.media.tile.bundle.tools
Ant task for creating tileset bundles that are placed in a specified directory instead of wrapped up in a fancy jar file.
DirectoryTileSetBundlerTask() - Constructor for class com.threerings.media.tile.bundle.tools.DirectoryTileSetBundlerTask
 
DIRTY_RECT_STROKE - Static variable in class com.threerings.miso.client.MisoScenePanel
The stroke used to draw dirty rectangles.
dirtyIndicator(SceneObjectIndicator) - Method in class com.threerings.miso.client.MisoScenePanel
Dirties the specified indicator.
DirtyItemList - Class in com.threerings.miso.client
The dirty item list keeps track of dirty sprites and object tiles in a scene.
DirtyItemList() - Constructor for class com.threerings.miso.client.DirtyItemList
Creates a dirt item list that will handle dirty items for the specified view.
DirtyItemList.DirtyItem - Class in com.threerings.miso.client
A class to hold the items inserted in the dirty list along with all of the information necessary to render their dirty regions to the target graphics context when the time comes to do so.
DirtyItemList.DirtyItem() - Constructor for class com.threerings.miso.client.DirtyItemList.DirtyItem
 
DirtyItemList.OriginComparator - Class in com.threerings.miso.client
A comparator class for use in sorting dirty items in ascending origin x- or y-axis coordinate order.
DirtyItemList.OriginComparator(int) - Constructor for class com.threerings.miso.client.DirtyItemList.OriginComparator
Constructs an origin comparator that sorts dirty items in ascending order based on their origin coordinate on the given axis.
DirtyItemList.RenderComparator - Class in com.threerings.miso.client
A comparator class for use in sorting the dirty sprites and objects in a scene in ascending x- and y-coordinate order suitable for rendering in the isometric view with proper visual results.
DirtyItemList.RenderComparator() - Constructor for class com.threerings.miso.client.DirtyItemList.RenderComparator
 
dirtyScreenRect(Rectangle) - Method in class com.threerings.media.MediaPanel
Called to mark the specified rectangle (in screen coordinates) as dirty.
dirtyScreenRect(Rectangle) - Method in class com.threerings.media.VirtualMediaPanel
 
DisableableSprite - Interface in com.threerings.media.sprite.action
Indicates a Sprite that may or may not be enabled to receive action / hover / arming notifications.
disableGC() - Static method in class com.threerings.util.unsafe.Unsafe
Disables garbage collection.
dispatchKeyEvent(KeyEvent) - Method in class com.threerings.util.KeyboardManager
 
dispatchKeyEvent(KeyEvent) - Method in class com.threerings.util.KeyDispatcher
 
dispatchNotifications() - Method in class com.threerings.media.AbstractMediaManager
Dispatches all queued media notifications.
displayError(String) - Method in class com.threerings.jme.chat.ChatView
 
displayMessage(ChatMessage, boolean) - Method in class com.threerings.jme.chat.ChatView
 
displayStatistics(boolean) - Method in class com.threerings.jme.JmeApp
Configures whether or not we display FPS and other statistics atop the display.
dispose() - Method in class com.threerings.openal.ClipBuffer
Frees up the internal audio buffers associated with this clip.
dispose() - Method in class com.threerings.openal.SoundGroup
Disposes this sound group, freeing up the OpenAL sources with which it is associated.
dispose() - Method in class com.threerings.openal.Stream
Releases the resources held by this stream and removes it from the manager.
distance(int, int, int) - Static method in class com.threerings.media.image.Colorization
Returns the distance between the supplied to numbers modulo N.
distance(int, int, int, int) - Static method in class com.threerings.media.util.MathUtil
Return the distance between the given points.
distance(Point, Point) - Static method in class com.threerings.media.util.MathUtil
Return the distance between the given points.
distanceSq(int, int, int, int) - Static method in class com.threerings.media.util.MathUtil
Return the squared distance between the given points.
doLayout() - Method in class com.threerings.cast.builder.SpritePanel
 
doLayout() - Method in class com.threerings.media.VirtualMediaPanel
 
dot(Point, Point, Point, Point) - Static method in class com.threerings.geom.GeomUtil
Computes and returns the dot product of the two vectors.
dot(int, int, int, int, int, int, int, int) - Static method in class com.threerings.geom.GeomUtil
Computes and returns the dot product of the two vectors.
dot(Point, Point, Point) - Static method in class com.threerings.geom.GeomUtil
Computes and returns the dot product of the two vectors.
dot(int, int, int, int, int, int) - Static method in class com.threerings.geom.GeomUtil
Computes and returns the dot product of the two vectors.
DOWN - Static variable in interface com.threerings.util.DirectionCodes
A direction code indicating moving down.
draw(Renderer) - Method in class com.threerings.jme.model.ModelMesh.ModelBatch
 
drawBase(Graphics2D, int, int) - Method in class com.threerings.miso.client.SceneObjectTip
 
drawPivots(Spatial, Renderer) - Method in class com.threerings.jme.tools.ModelViewer
Draws the pivot axes of the given node and its children.
DUMMY_MESH - Static variable in class com.threerings.jme.model.SkinMesh
A dummy mesh that simply hold transformation values.
DumpBundle - Class in com.threerings.cast.bundle.tools
Dumps the contents of a component bundle to stdout.
DumpBundle() - Constructor for class com.threerings.cast.bundle.tools.DumpBundle
 
DumpBundle - Class in com.threerings.media.tile.bundle.tools
Dumps the contents of a tileset bundle to stdout (just the serialized object info, not the image data).
DumpBundle() - Constructor for class com.threerings.media.tile.bundle.tools.DumpBundle
 
DumpColorPository - Class in com.threerings.media.image.tools
Simple tool for dumping a serialized color pository.
DumpColorPository() - Constructor for class com.threerings.media.image.tools.DumpColorPository
 
dumpHierarchy(Component) - Static method in class com.threerings.media.ActiveRepaintManager
Dumps the containment hierarchy for the supplied component.
dumpTable(String, Map<?, ?>) - Static method in class com.threerings.cast.bundle.tools.DumpBundle
 
DumpTileSetMap - Class in com.threerings.media.tile.tools
Prints out the tileset mappings in a MapFileTileSetIDBroker.
DumpTileSetMap() - Constructor for class com.threerings.media.tile.tools.DumpTileSetMap
 
DX - Static variable in class com.threerings.miso.client.SceneBlock
 
DY - Static variable in class com.threerings.miso.client.SceneBlock
 

E

EAST - Static variable in class com.threerings.jme.tile.TileFringer
 
EAST - Static variable in class com.threerings.miso.tile.AutoFringer
 
EAST - Static variable in interface com.threerings.util.DirectionCodes
A direction code indicating east.
EASTNORTHEAST - Static variable in interface com.threerings.util.DirectionCodes
A direction code indicating east by northeast.
EASTSOUTHEAST - Static variable in interface com.threerings.util.DirectionCodes
A direction code indicating east by southeast.
elapsed() - Method in class com.threerings.media.timer.CalibratingTimer
Returns the difference between _startStamp and current()
ellipseCircum(double, double) - Static method in class com.threerings.media.util.MathUtil
Returns the approximate circumference of the ellipse defined by the specified minor and major axes.
EmissionController - Class in com.threerings.jme.model
A model controller whose target represents an emitter.
EmissionController() - Constructor for class com.threerings.jme.model.EmissionController
 
enabledChanged(SoundPlayer.SoundType, boolean) - Method in interface com.threerings.media.sound.SoundEnabledObserver
Called when the given type is either enabled or disabled.
enableGC() - Static method in class com.threerings.util.unsafe.Unsafe
Reenable garbage collection after a call to disableGC().
ENCLOSE_PATHABLE - Static variable in class com.threerings.media.VirtualMediaPanel
The code for the pathable following mode wherein we ensure that the marked pathable is always kept within the visible bounds of the view.
enqueue(JavaSoundPlayer.SoundKey, boolean) - Method in class com.threerings.media.sound.JavaSoundPlayer
Enqueue a new SoundKey.
ensureSet(Object, String) - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask
 
ensureSet(Object, String) - Method in class com.threerings.cast.bundle.tools.MetadataBundlerTask
 
ensureSet(Object, String) - Method in class com.threerings.media.tile.bundle.tools.TileSetBundlerTask
 
enumerateActionSequences() - Method in class com.threerings.cast.bundle.BundledComponentRepository
 
enumerateActionSequences() - Method in interface com.threerings.cast.ComponentRepository
Iterates over the ActionSequence instances representing every available action sequence.
enumerateClasses() - Method in class com.threerings.media.image.ColorPository
Returns an iterator over all color classes in this pository.
enumerateColorIds(String) - Method in class com.threerings.media.image.ColorPository
Returns an array containing the ids of the colors in the specified class.
enumerateColors(String) - Method in class com.threerings.media.image.ColorPository
Returns an array containing the records for the colors in the specified class.
enumerateComponentClasses() - Method in class com.threerings.cast.bundle.BundledComponentRepository
 
enumerateComponentClasses() - Method in interface com.threerings.cast.ComponentRepository
Iterates over the ComponentClass instances representing all available character component classes.
enumerateComponentIds(ComponentClass) - Method in class com.threerings.cast.bundle.BundledComponentRepository
 
enumerateComponentIds(ComponentClass) - Method in interface com.threerings.cast.ComponentRepository
Iterates over the component ids of all components in the specified class.
enumerateMappings() - Method in class com.threerings.media.tile.tools.MapFileTileSetIDBroker
Used by DumpTileSetMap to enumerate our tileset ID mappings.
enumeratePressCommands() - Method in interface com.threerings.util.KeyTranslator
Returns an iterator that iterates over the available press commands.
enumeratePressCommands() - Method in class com.threerings.util.KeyTranslatorImpl
 
enumerateReleaseCommands() - Method in interface com.threerings.util.KeyTranslator
Returns an iterator that iterates over the available release commands.
enumerateReleaseCommands() - Method in class com.threerings.util.KeyTranslatorImpl
 
enumerateResolvedBlocks() - Method in class com.threerings.miso.client.MisoScenePanel
Returns an iterator over all resolved SceneBlock instances.
enumerateSprites() - Method in class com.threerings.media.sprite.SpriteManager
Returns an iterator over our managed sprites.
enumerateTileSetIds() - Method in class com.threerings.media.tile.bundle.BundledTileSetRepository
 
enumerateTileSetIds() - Method in class com.threerings.media.tile.bundle.TileSetBundle
Enumerates the tileset ids in this tileset bundle.
enumerateTileSetIds() - Method in interface com.threerings.media.tile.TileSetRepository
Returns an iterator over the identifiers of all TileSet objects available.
enumerateTileSets() - Method in class com.threerings.media.tile.bundle.BundledTileSetRepository
 
enumerateTileSets() - Method in class com.threerings.media.tile.bundle.TileSetBundle
Enumerates the tilesets in this tileset bundle.
enumerateTileSets() - Method in interface com.threerings.media.tile.TileSetRepository
Returns an iterator over all TileSet objects available.
envMapMode - Variable in class com.threerings.jme.util.ShaderConfig.TextureConfig
The environment map mode (see Texture#getEnvironmentalMapMode).
epsilonEquals(Matrix4f, Matrix4f) - Static method in class com.threerings.jme.tools.ModelDef
Determines whether a pair of matrices are "close enough" to equal.
equals(Object) - Method in class com.threerings.cast.CharacterComponent
 
equals(Object) - Method in class com.threerings.cast.CharacterDescriptor
 
equals(Object) - Method in class com.threerings.cast.ComponentClass
Classes with the same name are the same.
equals(Object) - Method in class com.threerings.cast.CompositedActionFrames.CompositedFramesKey
 
equals(Object) - Method in class com.threerings.jme.tools.ModelDef.Vertex
 
equals(Object) - Method in class com.threerings.jme.util.ShaderCache.ShaderKey
 
equals(Object) - Method in class com.threerings.media.image.Colorization
 
equals(Object) - Method in class com.threerings.media.image.ImageManager.ImageKey
 
equals(Object) - Method in class com.threerings.media.sound.JavaSoundPlayer.SoundKey
 
equals(Object) - Method in class com.threerings.media.tile.Tile.Key
 
equals(Object) - Method in class com.threerings.miso.client.DirtyItemList.DirtyItem
 
equals(Object) - Method in class com.threerings.miso.data.ObjectInfo
 
equals(Object) - Method in class com.threerings.miso.tile.AutoFringer.FringeTile
 
equals(URL, URL) - Method in class com.threerings.resource.Handler
 
EVENT_MASK - Static variable in class com.threerings.util.IdleTracker
 
eventDispatched(AWTEvent) - Method in class com.threerings.util.IdleTracker.EventListener
 
execute() - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask
Performs the actual work of the task.
execute() - Method in class com.threerings.cast.bundle.tools.MetadataBundlerTask
Performs the actual work of the task.
execute() - Method in class com.threerings.jme.tile.tools.CompileFringeConfigurationTask
 
execute(File, File, File, File, File, File, int) - Static method in class com.threerings.jme.tools.BuildSphereMap
Builds the sphere map.
execute() - Method in class com.threerings.jme.tools.BuildSphereMapTask
 
execute() - Method in class com.threerings.jme.tools.CompileModelTask
 
execute() - Method in class com.threerings.jme.tools.ConvertModelTask
 
execute() - Method in class com.threerings.media.tile.bundle.tools.DirectoryTileSetBundlerTask
 
execute() - Method in class com.threerings.media.tile.bundle.tools.TileSetBundlerTask
Performs the actual work of the task.
execute() - Method in class com.threerings.media.tools.ResourceIndexerTask
 
execute() - Method in class com.threerings.miso.tile.tools.CompileFringeConfigurationTask
 
execute() - Method in class com.threerings.tools.CompiledConfigTask
 
exit() - Method in class com.threerings.jme.JmeApp
Closes the display and exits the JVM process.
expandModelBounds() - Method in class com.threerings.jme.model.ModelMesh
 
expandModelBounds() - Method in class com.threerings.jme.model.ModelNode
 
expandModelBounds() - Method in interface com.threerings.jme.model.ModelSpatial
Recursively expands the model bounds of any deformable meshes so that they include the current vertex positions.
expandModelBounds() - Method in class com.threerings.jme.model.SkinMesh
 
expired() - Method in class com.threerings.media.FrameInterval
The main method where your interval should do its work.
expired() - Method in class com.threerings.util.KeyboardManager.KeyInfo
 
ExplodeAnimation - Class in com.threerings.media.animation
An animation that displays an object exploding into chunks, fading out as they fly apart.
ExplodeAnimation(Color, ExplodeAnimation.ExplodeInfo, int, int, int, int) - Constructor for class com.threerings.media.animation.ExplodeAnimation
Constructs an explode animation with the chunks represented as filled rectangles of the specified color.
ExplodeAnimation(Mirage, ExplodeAnimation.ExplodeInfo, int, int, int, int) - Constructor for class com.threerings.media.animation.ExplodeAnimation
Constructs an explode animation with the chunks represented as portions of the actual image.
ExplodeAnimation.ExplodeInfo - Class in com.threerings.media.animation
A class that describes an explosion's attributes.
ExplodeAnimation.ExplodeInfo() - Constructor for class com.threerings.media.animation.ExplodeAnimation.ExplodeInfo
 
EXTRA_PAD - Static variable in class com.threerings.miso.client.SceneObjectTip
The number of pixels to pad between the icon and text.
extractBundle(ResourceBundle) - Static method in class com.threerings.media.tile.bundle.BundleUtil
Extracts, but does not initialize, a serialized tileset bundle instance from the supplied resource bundle.
extractBundle(File) - Static method in class com.threerings.media.tile.bundle.BundleUtil
Extracts, but does not initialize, a serialized tileset bundle instance from the supplied file.

F

f - Variable in class com.threerings.media.util.AStarPathUtil.Node
The score assigned to this node.
FadableImageSprite - Class in com.threerings.media.sprite
 
FadableImageSprite() - Constructor for class com.threerings.media.sprite.FadableImageSprite
Creates a new fadable image sprite.
FadableImageSprite(Mirage) - Constructor for class com.threerings.media.sprite.FadableImageSprite
Creates a new fadable image sprite.
FadableImageSprite(MultiFrameImage) - Constructor for class com.threerings.media.sprite.FadableImageSprite
Creates a new fadable image sprite.
FadeAnimation - Class in com.threerings.media.animation
An animation that displays an image fading from one alpha level to another in specified increments over time.
FadeAnimation(Rectangle, float, float, float) - Constructor for class com.threerings.media.animation.FadeAnimation
Constructs a fade animation.
fadeComplete() - Method in class com.threerings.jme.effect.FadeInOutEffect
Called (only once) when we have reached the end of our fade.
FadeEffect - Class in com.threerings.media.effects
Handles the math and timing of doing a fade effect in a sprite or animation.
FadeEffect(float, float, float) - Constructor for class com.threerings.media.effects.FadeEffect
 
FadeImageAnimation - Class in com.threerings.media.animation
Fades an image in or out by varying the alpha level during rendering.
FadeImageAnimation(Mirage, int, int, float, float, float) - Constructor for class com.threerings.media.animation.FadeImageAnimation
Creates an image fading animation.
fadeIn(long, long) - Method in class com.threerings.media.sprite.FadableImageSprite
Fades this sprite in over the specified duration after waiting for the specified delay.
fadeIn(float) - Method in class com.threerings.openal.Stream
Fades this stream in over the specified interval.
FadeInOutEffect - Class in com.threerings.jme.effect
Fades a supplied quad (or one that covers the screen) in from a solid color or out to a solid color.
FadeInOutEffect(ColorRGBA, float, float, float, boolean) - Constructor for class com.threerings.jme.effect.FadeInOutEffect
 
FadeInOutEffect(ColorRGBA, TimeFunction, boolean) - Constructor for class com.threerings.jme.effect.FadeInOutEffect
 
FadeInOutEffect(Quad, ColorRGBA, TimeFunction, boolean) - Constructor for class com.threerings.jme.effect.FadeInOutEffect
 
FadeLabelAnimation - Class in com.threerings.media.animation
Does something extraordinary.
FadeLabelAnimation(Label, int, int, float, float, float) - Constructor for class com.threerings.media.animation.FadeLabelAnimation
Creates a label fading animation.
fadeOut(long, long) - Method in class com.threerings.media.sprite.FadableImageSprite
Fades this sprite out over the specified duration after waiting for the specified delay.
fadeOut(float, boolean) - Method in class com.threerings.openal.Stream
Fades this stream out over the specified interval.
failed() - Method in class com.threerings.openal.ClipBuffer
Called when we fail in some part of the process in resolving our clip data.
fastForward(long) - Method in class com.threerings.media.AbstractMedia
Called when the appropriate media manager has been paused for some length of time and is then unpaused.
fastForward(long) - Method in class com.threerings.media.AbstractMediaManager
If the manager is paused for some length of time, it should be fast forwarded by the appropriate number of milliseconds.
fastForward(long) - Method in class com.threerings.media.animation.AnimationFrameSequencer.MultiFunction
 
fastForward(long) - Method in class com.threerings.media.animation.AnimationSequencer
 
fastForward(long) - Method in class com.threerings.media.animation.BlankAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.BlendAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.BobbleAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.ExplodeAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.FloatingTextAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.GleamAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.MultiFrameAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.RainAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.ScaleAnimation
 
fastForward(long) - Method in class com.threerings.media.animation.SparkAnimation
 
fastForward(long) - Method in class com.threerings.media.sprite.Sprite
 
fastForward(long) - Method in class com.threerings.media.util.BobblePath
 
fastForward(long) - Method in class com.threerings.media.util.FrameSequencer.ConstantRate
 
fastForward(long) - Method in interface com.threerings.media.util.FrameSequencer
Called if the display is paused for some length of time and then unpaused.
fastForward(long) - Method in class com.threerings.media.util.LineSegmentPath
 
fastForward(long) - Method in interface com.threerings.media.util.Path
This is called if the pathable is paused for some length of time and then unpaused.
fastForward(long) - Method in class com.threerings.media.util.PathSequence
 
fastForward(long) - Method in class com.threerings.media.util.TimedPath
 
fastForward(long) - Method in class com.threerings.media.util.TimeFunction
Called to fast forward our time stamps if we are ever paused and need to resume where we left off.
fastForwardAnimation(float) - Method in class com.threerings.jme.model.Model
Fast-forwards the current animation by the given number of seconds.
FastImageIO - Class in com.threerings.resource
Provides routines for writing and reading uncompressed 8-bit color mapped images in a manner that is extremely fast and generates a minimal amount of garbage during the loading process.
FastImageIO() - Constructor for class com.threerings.resource.FastImageIO
 
FEEDBACK - Static variable in interface com.threerings.media.sound.SoundCodes
Feedback sounds are the type of sounds a player would here when clicking on buttons or performing an action.
file - Variable in class com.threerings.openal.FileStream.QueuedFile
The file to play.
FILE_SET_TYPE - Static variable in class com.threerings.resource.ResourceManager
Resource set type indicating the resources should be loaded from local files.
FILE_SUFFIX - Static variable in class com.threerings.resource.FastImageIO
A suffix for use when storing raw images in bundles or on the file system.
FileResourceBundle - Class in com.threerings.resource
A resource bundle provides access to the resources in a jar file.
FileResourceBundle(File) - Constructor for class com.threerings.resource.FileResourceBundle
Constructs a resource bundle with the supplied jar file.
FileResourceBundle(File, boolean, boolean) - Constructor for class com.threerings.resource.FileResourceBundle
Constructs a resource bundle with the supplied jar file.
FileStream - Class in com.threerings.openal
An audio stream read from one or more files.
FileStream(SoundManager, File, boolean) - Constructor for class com.threerings.openal.FileStream
Creates a new stream for the specified file.
FileStream.QueuedFile - Class in com.threerings.openal
A file queued for play.
FileStream.QueuedFile(File, boolean) - Constructor for class com.threerings.openal.FileStream.QueuedFile
 
FileUtil - Class in com.threerings.util
 
FileUtil() - Constructor for class com.threerings.util.FileUtil
 
fillTile(Graphics2D, int, int, Color) - Method in class com.threerings.miso.client.MisoScenePanel
Fills the specified tile with the given color at 50% alpha.
filterTransforms(Node, HashMap<String, ModelDef.TransformNode>) - Method in class com.threerings.jme.tools.AnimationDef
Runs through each frame of the animation, updating the transforms of the preprocessing node to keep track of which transforms diverge from their original states.
finalize() - Method in class com.threerings.media.tile.Tile
Decrement total tile memory by our value.
finalize() - Method in class com.threerings.openal.Buffer
 
finalize() - Method in class com.threerings.openal.Source
 
find(String) - Method in class com.threerings.jme.tile.TileFringer.FringerRec
 
findRootBounds() - Method in class com.threerings.media.VirtualMediaPanel
Determines the absolute screen coordinates at which this panel is located and stores them for reference later when rendering.
FINE - Static variable in class com.threerings.media.util.ArcPath
An orientation constant indicating that the fine (sixteen) directions should be used to orient the pathable being made to follow this path.
FINE_CCW_ROTATE - Static variable in class com.threerings.util.DirectionUtil
Used to rotate a fine compass direction counter-clockwise.
FINE_CW_ROTATE - Static variable in class com.threerings.util.DirectionUtil
Used to rotate a fine compass direction clockwise.
FINE_DIRECTION_COUNT - Static variable in interface com.threerings.util.DirectionCodes
The number of fine compass directions.
FINE_GRAN_KEY - Static variable in class com.threerings.miso.MisoConfig
The config key for tile fine coordinate granularity.
fineBX - Variable in class com.threerings.miso.util.MisoSceneMetrics
The y-intercept of the x-axis line within a tile.
finegran - Variable in class com.threerings.miso.util.MisoSceneMetrics
Number of fine coordinates on each axis within a tile.
finehhei - Variable in class com.threerings.miso.util.MisoSceneMetrics
Fine coordinate dimensions.
finehwid - Variable in class com.threerings.miso.util.MisoSceneMetrics
Fine coordinate dimensions.
finelen - Variable in class com.threerings.miso.util.MisoSceneMetrics
The length between fine coordinates in pixels.
fineSlopeX - Variable in class com.threerings.miso.util.MisoSceneMetrics
The slope of the x- and y-axis lines within a tile.
fineSlopeY - Variable in class com.threerings.miso.util.MisoSceneMetrics
The slope of the x- and y-axis lines within a tile.
fineToFull(MisoSceneMetrics, int) - Static method in class com.threerings.miso.util.MisoUtil
Converts the given fine coordinate to a full coordinate (a tile coordinate plus a fine coordinate remainder).
fineToPixel(MisoSceneMetrics, int, int, Point) - Static method in class com.threerings.miso.util.MisoUtil
Convert the given fine coordinates to pixel coordinates within the containing tile.
finished() - Method in class com.threerings.media.effects.FadeEffect
 
fire(long) - Method in class com.threerings.media.animation.AnimationSequencer.AnimRecord
 
fireCompletion(long) - Method in class com.threerings.media.animation.AnimationSequencer.AnimRecord
 
fireObjectAction(ObjectActionHandler, SceneObject, ActionEvent) - Method in class com.threerings.miso.client.MisoScenePanel
Called when an object or object menu item has been clicked.
FLAGMATRIX - Static variable in class com.threerings.jme.tile.TileFringer
A matrix mapping adjacent tiles to which fringe bits they affect.
FLAGMATRIX - Static variable in class com.threerings.miso.tile.AutoFringer
 
flipDirection() - Method in class com.threerings.media.animation.FloatingTextAnimation
Called to change the direction 180 degrees.
FlipFrameManager - Class in com.threerings.media
A FrameManager extension that uses a flip-buffer (via BufferStrategy to do its rendering.
FlipFrameManager() - Constructor for class com.threerings.media.FlipFrameManager
 
FloatingTextAnimation - Class in com.threerings.media.animation
 
FloatingTextAnimation(Label, int, int) - Constructor for class com.threerings.media.animation.FloatingTextAnimation
Constructs an animation for the given text centered at the given coordinates.
FloatingTextAnimation(Label, int, int, long) - Constructor for class com.threerings.media.animation.FloatingTextAnimation
Constructs an animation for the given text centered at the given coordinates.
FloatingTextAnimation(Label, int, int, int, int, long) - Constructor for class com.threerings.media.animation.FloatingTextAnimation
Constructs an animation for the given text starting at the given coordinates and floating toward the specified coordinates.
floorDiv(int, int) - Static method in class com.threerings.media.util.MathUtil
Computes the floored division dividend/divisor which is useful when dividing potentially negative numbers into bins.
format - Variable in class com.threerings.openal.Clip
The OpenAL format of this clip: AL10#AL_FORMAT_MONO8, etc.
frag - Variable in class com.threerings.jme.util.ShaderCache.ShaderKey
The name of the fragment shader (or null for none).
FrameInterval - Class in com.threerings.media
 
FrameInterval(FrameManager) - Constructor for class com.threerings.media.FrameInterval
Constructor - registers the interval as a frame participant
FrameManager - Class in com.threerings.media
Provides a central point from which the computation for each "frame" or tick can be dispatched.
FrameManager() - Constructor for class com.threerings.media.FrameManager
 
FrameManager.ManagedRoot - Interface in com.threerings.media
Provides a bridge between either ManagedJFrame or ManagedJApplet and the frame manager.
FrameManager.SafeLayerComponent - Interface in com.threerings.media
Normally, the frame manager will repaint any component in a JLayeredPane layer (popups, overlays, etc.) that overlaps a frame participant on every tick because the frame participant could have changed underneath the overlay which would require that the overlay be repainted.
FrameManager.Ticker - Class in com.threerings.media
Used to effect periodic calls to FrameManager.tick(long).
FrameManager.Ticker() - Constructor for class com.threerings.media.FrameManager.Ticker
 
FrameParticipant - Interface in com.threerings.media
Provides a mechanism for participating in the frame tick managed by the FrameManager.
FrameProvider - Interface in com.threerings.cast
Provides a mechanism where by a character component can obtain access to its image frames for a particular action in an on demand manner.
frameRate - Variable in class com.threerings.jme.model.Model.Animation
The rate of the animation in frames per second.
frameRate - Variable in class com.threerings.jme.tools.AnimationDef
The rate of the animation in frames per second.
frameReached(Animation, long, int, int) - Method in interface com.threerings.media.animation.SequencedAnimationObserver
Called when the observed animation -- previously configured with an AnimationFrameSequencer -- reached the specified frame.
frames - Variable in class com.threerings.cast.CompositedActionFrames.ComponentFrames
 
frames - Variable in class com.threerings.jme.tools.AnimationDef
The individual frames of the animation.
FrameSequencer - Interface in com.threerings.media.util
Used to control animation timing when displaying a MultiFrameImage.
FrameSequencer.ConstantRate - Class in com.threerings.media.util
A frame sequencer that delivers a constant frame rate in either one shot or looping mode.
FrameSequencer.ConstantRate(double, boolean) - Constructor for class com.threerings.media.util.FrameSequencer.ConstantRate
Creates a constant rate frame sequencer with the desired target frames per second.
framesPerSecond - Variable in class com.threerings.cast.ActionSequence
The number of frames per second to show when animating.
frequency - Variable in class com.threerings.openal.Clip
The frequency of this clip in samples per second.
FRINGE_CONFIG_PATH - Static variable in class com.threerings.miso.tile.MisoTileManager
The path (in the classpath) to the serialized fringe configuration.
fringe_tsid - Variable in class com.threerings.miso.tile.FringeConfiguration.FringeTileSetRecord
The tileset id of the fringe tileset.
FringeConfiguration - Class in com.threerings.jme.tile
Used to manage data about which tiles fringe on which others and how they fringe.
FringeConfiguration() - Constructor for class com.threerings.jme.tile.FringeConfiguration
 
FringeConfiguration - Class in com.threerings.miso.tile
Used to manage data about which base tilesets fringe on which others and how they fringe.
FringeConfiguration() - Constructor for class com.threerings.miso.tile.FringeConfiguration
 
FringeConfiguration.FringeRecord - Class in com.threerings.jme.tile
Used to parse the type fringe definitions.
FringeConfiguration.FringeRecord() - Constructor for class com.threerings.jme.tile.FringeConfiguration.FringeRecord
 
FringeConfiguration.FringeRecord - Class in com.threerings.miso.tile
 
FringeConfiguration.FringeRecord() - Constructor for class com.threerings.miso.tile.FringeConfiguration.FringeRecord
 
FringeConfiguration.FringeTileSetRecord - Class in com.threerings.miso.tile
Used to parse the tileset fringe definitions.
FringeConfiguration.FringeTileSetRecord() - Constructor for class com.threerings.miso.tile.FringeConfiguration.FringeTileSetRecord
 
FringeConfiguration.TileRecord - Class in com.threerings.jme.tile
Contains information on a type of tile and all of the fringe records associated with it.
FringeConfiguration.TileRecord() - Constructor for class com.threerings.jme.tile.FringeConfiguration.TileRecord
 
FringeConfigurationParser - Class in com.threerings.jme.tile.tools.xml
Parses fringe config definitions, which look like so (with angle brackets instead of square): [fringe] [tile type="water" priority="100"] [fringe name="water_fringe_1"/] [fringe name="water_fringe_2"/] [fringe name="water_fringe_3"/] [/tile] [tile type="dirt" priority="10"] [fringe name="dirt_fringe_1" mask="true"/] [/tile] [tile type="cobble" priority="100"] [fringe name="cobble_fringe_1" mask="false"/] [/tile] [/fringe]
FringeConfigurationParser() - Constructor for class com.threerings.jme.tile.tools.xml.FringeConfigurationParser
 
FringeConfigurationParser - Class in com.threerings.miso.tile.tools.xml
Parses fringe config definitions.
FringeConfigurationParser(TileSetIDBroker) - Constructor for class com.threerings.miso.tile.tools.xml.FringeConfigurationParser
 
fringerType - Variable in class com.threerings.jme.tile.TileFringer.FringerRec
 
fringes - Variable in class com.threerings.jme.tile.FringeConfiguration.TileRecord
A list of the fringe records that can be used for fringing.
fringesOn(String, String) - Method in class com.threerings.jme.tile.FringeConfiguration
If the first type fringes upon the second, return the fringe priority of the first type, otherwise return -1.
fringesOn(int, int) - Method in class com.threerings.miso.tile.FringeConfiguration
If the first base tileset fringes upon the second, return the fringe priority of the first base tileset, otherwise return -1.
FRINGETILES - Static variable in class com.threerings.jme.tile.TileFringer
The fringe tiles we use.
FRINGETILES - Static variable in class com.threerings.miso.tile.AutoFringer
The fringe tiles we use.
FROM_RIGHT - Static variable in class com.threerings.jme.effect.WindowSlider
 
FROM_TOP - Static variable in class com.threerings.jme.effect.WindowSlider
 
FROM_TOP_STICKY - Static variable in class com.threerings.jme.effect.WindowSlider
 
fromShortString(String) - Static method in class com.threerings.util.DirectionUtil
Returns the direction code that corresponds to the supplied short string or DirectionCodes.NONE if the string does not correspond to a known direction code.
fromString(String) - Static method in class com.threerings.util.DirectionUtil
Returns the direction code that corresponds to the supplied string or DirectionCodes.NONE if the string does not correspond to a known direction code.
FRONT - Static variable in class com.threerings.jme.tools.BuildSphereMap
The sides of the cube map.
FRONT - Static variable in interface com.threerings.media.MediaConstants
Identifies the front "layer" of sprites and animations.
FULL_TILE_FACTOR - Static variable in class com.threerings.miso.util.MisoUtil
Multiplication factor to embed tile coords in full coords.
fullToFine(int) - Static method in class com.threerings.miso.util.MisoUtil
Returns the fine coordinate of the given full coordinate.
fullToScreen(MisoSceneMetrics, int, int, Point) - Static method in class com.threerings.miso.util.MisoUtil
Convert the given full coordinates to screen-based pixel coordinates.
fullToTile(int) - Static method in class com.threerings.miso.util.MisoUtil
Returns the tile coordinate of the given full coordinate.

G

G - Static variable in class com.threerings.jme.sprite.BallisticPath
Gravity: it's the law.
g - Variable in class com.threerings.media.util.AStarPathUtil.Node
The actual cheapest cost of arriving here from the start.
gainedFocus() - Method in class com.threerings.util.KeyboardManager
Called when the keyboard manager gains focus and should begin handling keys again if it was previously enabled.
GAME_ALERT - Static variable in interface com.threerings.media.sound.SoundCodes
Game alert sounds are used to indicate that it's a player's turn.
GAME_FX - Static variable in interface com.threerings.media.sound.SoundCodes
General game sound effects.
gatherComponentInfo(ComponentRepository) - Method in class com.threerings.cast.builder.BuilderModel
Gathers component class and component information from the character manager for later reference by others.
generateSprite() - Method in class com.threerings.cast.builder.SpritePanel
Generates a new character sprite for display to reflect the currently selected character components.
GeomUtil - Class in com.threerings.geom
General geometry utilites.
GeomUtil() - Constructor for class com.threerings.geom.GeomUtil
 
get(int) - Method in class com.threerings.miso.client.DirtyItemList
Returns the dirty item at the given index in the list.
get(int) - Method in class com.threerings.miso.util.ObjectSet
Returns the object with the specified index.
getAction(String) - Static method in class com.threerings.miso.client.ObjectActionHandler
Returns the unqualified object action (minus the type, see ObjectActionHandler.getType(java.lang.String)).
getActionCommand() - Method in interface com.threerings.media.sprite.action.ActionSprite
 
getActionCommand() - Method in class com.threerings.media.sprite.ButtonSprite
 
getActionFrames(CharacterDescriptor, String) - Method in interface com.threerings.cast.ActionCache
Fetches from the cache a composited set of images for a particular character for a particular action.
getActionFrames(CharacterDescriptor, String) - Method in class com.threerings.cast.CharacterManager
Obtains the composited animation frames for the specified action for a character with the specified descriptor.
getActionSequence(String) - Method in class com.threerings.cast.CharacterManager
Returns the action sequence instance with the specified name or null if no such sequence exists.
getAllObjects(ArrayList<ObjectInfo>) - Method in class com.threerings.miso.data.SparseMisoSceneModel
Adds all ObjectInfo records in this scene to the supplied list.
getAllObjects(ArrayList<ObjectInfo>) - Method in class com.threerings.miso.data.SparseMisoSceneModel.Section
 
getAllRecolors(boolean) - Method in class com.threerings.media.tools.RecolorImage
Gets an image with all recolorings of the selection colorization class.
getAlpha() - Method in class com.threerings.media.effects.FadeEffect
 
getAlpha() - Method in class com.threerings.media.sprite.FadableImageSprite
Returns the alpha value of this sprite.
getAnimation(String) - Method in class com.threerings.jme.model.Model
Gets a reference to the animation with the given name.
getAnimation() - Method in class com.threerings.jme.model.Model
Returns a reference to the currently running animation, or null if no animation is running.
getAnimationManager() - Method in class com.threerings.media.MediaOverlay
Returns a reference to the animation manager used by this media panel.
getAnimationManager() - Method in class com.threerings.media.MediaPanel
Returns a reference to the animation manager used by this media panel.
getAnimationManager() - Method in class com.threerings.media.MetaMediaManager
Returns a reference to the animation manager used by this media panel.
getAnimationMode() - Method in class com.threerings.jme.model.Model
Returns the animation mode configured for this model.
getAnimationNames() - Method in class com.threerings.jme.model.Model
Returns the names of the model's animations.
getAnimationSpeed() - Method in class com.threerings.jme.model.Model
Returns the currently configured animation speed.
getArcHeight() - Method in class com.threerings.media.sprite.ButtonSprite
Returns the arc height for rounded buttons.
getArcWidth() - Method in class com.threerings.media.sprite.ButtonSprite
Returns the arc width for rounded buttons.
getAutoFringer() - Method in class com.threerings.miso.tile.MisoTileManager
Returns the auto fringer that has been configured for use by this tile manager.
getBackgroundColor() - Method in class com.threerings.media.sprite.ButtonSprite
Returns the background color of this button.
getBaseGain() - Method in class com.threerings.openal.SoundGroup
Used to pass the base gain through to sound effects.
getBaseGain() - Method in class com.threerings.openal.SoundManager
Returns the base gain used for sound effects (not music).
getBaseHeight() - Method in class com.threerings.media.tile.ObjectTile
Returns the object footprint height in tile units.
getBaseHeight(int) - Method in class com.threerings.media.tile.TrimmedObjectTileSet
Returns the base height for the specified object index.
getBaseHeight() - Method in interface com.threerings.miso.client.MultiTileSprite
Returns the number of tiles the sprite occupies along the y-axis.
getBaseTile(int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Returns the base tile for the specified tile coordinate.
getBaseTile(int, int) - Method in class com.threerings.miso.client.SceneBlock
Returns the base tile at the specified coordinates or null if there's no tile at said coordinates.
getBaseTileId(int, int) - Method in class com.threerings.miso.data.MisoSceneModel
Returns the fully qualified tile id of the base tile at the specified coordinates.
getBaseTileId(int, int) - Method in class com.threerings.miso.data.SimpleMisoSceneModel
 
getBaseTileId(int, int) - Method in class com.threerings.miso.data.SparseMisoSceneModel
 
getBaseTileId(int, int) - Method in class com.threerings.miso.data.SparseMisoSceneModel.Section
 
getBaseWidth() - Method in class com.threerings.media.tile.ObjectTile
Returns the object footprint width in tile units.
getBaseWidth(int) - Method in class com.threerings.media.tile.TrimmedObjectTileSet
Returns the base width for the specified object index.
getBaseWidth() - Method in interface com.threerings.miso.client.MultiTileSprite
Returns the number of tiles the sprite occupies along the x-axis.
getBImage(String) - Method in class com.threerings.jme.util.ImageCache
Loads up an image from the cache if possible or from the resource manager otherwise, in which case it is prepared for use by BUI.
getBImage(String, float, boolean) - Method in class com.threerings.jme.util.ImageCache
Loads up an image from the cache if possible or from the resource manager otherwise, in which case it is prepared for use by BUI.
getBlock(int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Returns the resolved block that contains the specified tile coordinate or null if no block is resolved for that coordinate.
getBoneNames(HashSet<String>) - Method in class com.threerings.jme.tools.ModelDef.SkinMeshDef
 
getBoneNames(HashSet<String>) - Method in class com.threerings.jme.tools.ModelDef.SpatialDef
Stores the names of all bones referenced by this spatial in the supplied set.
getBones(HashMap<String, Spatial>) - Method in class com.threerings.jme.tools.ModelDef.SkinVertex
Finds the bone nodes influencing this vertex.
getBounds() - Method in class com.threerings.media.AbstractMedia
Returns a rectangle containing all the pixels rendered by this media.
getBounds() - Method in class com.threerings.media.animation.MultiFrameAnimation
 
getBounds(float, Point, Mirage) - Static method in class com.threerings.media.animation.ScaleAnimation
Java wants the first call in a constructor to be super() if it exists at all, so we have to trick it with this function.
getBounds() - Method in class com.threerings.media.animation.ScaleAnimation
 
getBounds() - Method in class com.threerings.media.util.DelegatingPathable
 
getBounds() - Method in interface com.threerings.media.util.Pathable
Returns the rectangle that bounds the pathable.
getBounds() - Method in class com.threerings.miso.client.SceneBlock
Returns the bounds of this block, in tile coordinates.
getBounds() - Method in interface com.threerings.miso.client.SceneObjectIndicator
Returns the bounds of the indicator when drawn.
getBounds() - Method in class com.threerings.miso.client.SceneObjectTip
 
getBounds2D() - Method in class com.threerings.media.AbstractMedia
 
getBoundsSurrounding(Rectangle) - Method in class com.threerings.media.image.NinePatch
Returns a rectangle describing the bounds of this NinePatch when drawn such that it frames the given content rectangle.
getBuffer() - Method in class com.threerings.openal.ClipBuffer
Returns a reference to this clip's buffer or null if it is not loaded.
getBuffer() - Method in class com.threerings.openal.Sound
Returns the buffer of audio data associated with this sound.
getBufferedImage(String) - Method in class com.threerings.jme.util.ImageCache
Loads up a buffered image from the cache if possible or from the resource manager otherwise.
getBufferSize() - Method in class com.threerings.openal.Stream
Returns the size in bytes of the buffers to use.
getBuffersProcessed() - Method in class com.threerings.openal.Source
Returns the number of buffers that have been processed.
getBundle(String) - Method in class com.threerings.media.sound.SoundLoader
Returns the bundle for sounds in the given package.
getByteOffset() - Method in class com.threerings.openal.Source
Returns the position offset of the source within the queued buffers, in bytes.
getCacheDir() - Static method in class com.threerings.resource.FileResourceBundle
Returns the cache directory used for unpacked resources.
getCacheSize() - Method in class com.threerings.media.image.ClientImageManager
 
getCacheSize() - Method in class com.threerings.media.image.ImageManager
Returns how much space we're willing to use for caching images.
getCamera() - Method in class com.threerings.jme.camera.CameraHandler
Returns the camera being manipulated by this handler.
getCameraHandler() - Method in interface com.threerings.jme.JmeContext
Returns the handler for the camera being used to view the scene.
getCanvas() - Method in class com.threerings.jme.JmeCanvasApp
Returns the AWT canvas that contains our GL display.
getCharacter(CharacterDescriptor) - Method in class com.threerings.cast.CharacterManager
Returns a CharacterSprite representing the character described by the given CharacterDescriptor, or null if an error occurs.
getCharacter(CharacterDescriptor, Class<T>) - Method in class com.threerings.cast.CharacterManager
Returns a CharacterSprite representing the character described by the given CharacterDescriptor, or null if an error occurs.
getClasses() - Method in class com.threerings.media.image.ColorPository
 
getClassLoader() - Method in class com.threerings.resource.ResourceManager
Returns the class loader being used to load resources if/when there are no resource bundles from which to load them.
getClassRecord(String) - Method in class com.threerings.media.image.ColorPository
Loads up a colorization class by name and logs a warning if it doesn't exist.
getClassRecord(int) - Method in class com.threerings.media.image.ColorPository
Looks up the requested color class record.
getClassTag() - Method in class com.threerings.jme.model.Model.Animation
 
getClassTag() - Method in class com.threerings.jme.model.SkinMesh.Bone
 
getClassTag() - Method in class com.threerings.jme.model.SkinMesh.WeightGroup
 
getClip(ClipProvider, String) - Method in class com.threerings.openal.OpenALSoundPlayer.MediaALSoundManager
 
getClip(ClipProvider, String) - Method in class com.threerings.openal.SoundManager
Creates a clip buffer for the sound clip loaded via the specified provider with the specified path.
getClip(ClipProvider, String, ClipBuffer.Observer) - Method in class com.threerings.openal.SoundManager
Creates a clip buffer for the sound clip loaded via the specified provider with the specified path.
getClipData(JavaSoundPlayer.SoundKey) - Method in class com.threerings.media.sound.JavaSoundPlayer
Called by spooling threads, loads clip data from the resource manager or the cache.
getClipProvider() - Method in class com.threerings.openal.ClipBuffer
Returns the provider used to load this clip.
getClipVolume() - Method in class com.threerings.media.sound.SoundPlayer
Get the volume for all sound clips.
getClosest(int, int[]) - Static method in class com.threerings.util.DirectionUtil
Get the direction closest to the specified direction, out of the directions in the possible list (preferring a clockwise match).
getClosest(int, int[], boolean) - Static method in class com.threerings.util.DirectionUtil
Get the direction closest to the specified direction, out of the directions in the possible list.
getClosestCardinal(int) - Static method in class com.threerings.util.DirectionUtil
Get the cardinal direction closest to the specified direction (preferring a clockwise match).
getColorId(String) - Method in class com.threerings.media.image.ColorPository.ClassRecord
Translates a color identified in string form into the id that should be used to look up its information.
getColorization() - Method in class com.threerings.media.image.ColorPository.ColorRecord
Returns the data in this record configured as a colorization instance.
getColorization(int, int) - Method in class com.threerings.media.image.ColorPository
Looks up a colorization by id.
getColorization(int) - Method in class com.threerings.media.image.ColorPository
Looks up a colorization by color print.
getColorization(String, int) - Method in class com.threerings.media.image.ColorPository
Looks up a colorization by name.
getColorization(String, String) - Method in class com.threerings.media.image.ColorPository
Looks up a colorization by class and color names.
getColorization(int, String) - Method in interface com.threerings.media.tile.TileSet.Colorizer
Returns the colorization to be used for the specified named colorization class.
getColorizations() - Method in class com.threerings.cast.CharacterDescriptor
Returns an array of colorization arrays to be applied to the components when compositing action images (one array per component).
getColorizations() - Method in class com.threerings.media.tile.ObjectTileSet
 
getColorizations(int, TileSet.Colorizer) - Method in class com.threerings.media.tile.ObjectTileSet
 
getColorizations() - Method in interface com.threerings.media.tile.RecolorableTileSet
Returns the colorization classes that should be used to recolor objects in this tileset.
getColorizations(int, TileSet.Colorizer) - Method in class com.threerings.media.tile.TileSet
Returns colorizations for the specified tile image.
getColorizations() - Method in class com.threerings.media.tile.TrimmedObjectTileSet
 
getColorizations(int, TileSet.Colorizer) - Method in class com.threerings.media.tile.TrimmedObjectTileSet
 
getColorizedRoot() - Method in class com.threerings.media.image.Colorization
Returns the root color adjusted by the colorization.
getColorizer(ObjectInfo) - Method in class com.threerings.miso.client.MisoScenePanel
Derived classes can override this method and provide a colorizer that will be used to colorize the supplied scene object when rendering.
getColorPrint() - Method in class com.threerings.media.image.ColorPository.ColorRecord
Returns a value that is the composite of our class id and color id which can be used to identify a colorization record.
getColorRecord(int, int) - Method in class com.threerings.media.image.ColorPository
Looks up the requested color record.
getColorRecord(String, String) - Method in class com.threerings.media.image.ColorPository
Looks up the requested color record by class & color names.
getCommandArgument() - Method in interface com.threerings.media.sprite.action.CommandSprite
 
getCommandArgument() - Method in class com.threerings.media.sprite.ButtonSprite
 
getComponent(int) - Method in class com.threerings.cast.bundle.BundledComponentRepository
 
getComponent(String, String) - Method in class com.threerings.cast.bundle.BundledComponentRepository
 
getComponent(int) - Method in interface com.threerings.cast.ComponentRepository
Returns the CharacterComponent object for the given component identifier.
getComponent(String, String) - Method in interface com.threerings.cast.ComponentRepository
Returns the CharacterComponent object with the given component class and name.
getComponent() - Method in class com.threerings.media.FrameInterval
 
getComponent() - Method in interface com.threerings.media.FrameParticipant
If a frame participant wishes also to be actively rendered every frame rather than use passive rendering (which for Swing, at least, is hijacked when using the frame manager such that we take care of repainting dirty Swing components every frame into our off-screen buffer), it can return a component here which will have Component.paint(java.awt.Graphics) called on it once per frame with a translated but unclipped graphics object.
getComponent() - Method in class com.threerings.media.MediaPanel
 
getComponent() - Method in class com.threerings.media.TimerView
 
getComponent() - Method in class com.threerings.miso.client.MisoScenePanel
 
getComponentClass(String) - Method in class com.threerings.cast.bundle.BundledComponentRepository
 
getComponentClass(String) - Method in interface com.threerings.cast.ComponentRepository
Returns the ComponentClass with the specified name or null if none exists with that name.
getComponentClasses() - Method in class com.threerings.cast.builder.BuilderModel
Returns a list of the available component classes.
getComponentID(String, String) - Method in class com.threerings.cast.bundle.tools.ComponentBundlerTask.HashMapIDBroker
 
getComponentID(String, String) - Method in interface com.threerings.cast.ComponentIDBroker
Returns the unique identifier for the named component.
getComponentId() - Method in exception com.threerings.cast.NoSuchComponentException
 
getComponentIds() - Method in class com.threerings.cast.CharacterDescriptor
Returns an array of the component identifiers comprising the character described by this descriptor.
getComponentRepository() - Method in class com.threerings.cast.CharacterManager
Returns the component repository being used by this manager.
getComponents(ComponentClass) - Method in class com.threerings.cast.builder.BuilderModel
Returns the list of components available in the specified class.
getConfig(String) - Method in class com.threerings.media.sound.SoundLoader
Get the cached Config.
getConfigPath(String) - Method in class com.threerings.jme.JmeApp
Prepends the necessary bits onto the supplied path to properly locate it in our configuration directory.
getConsidered() - Static method in class com.threerings.media.util.AStarPathUtil
Returns the number of nodes considered in computing the most recent path.
getConstraints() - Method in class com.threerings.media.tile.ObjectTile
Returns the list of constraints associated with this object, or null if the object has no constraints.
getConstraints(int) - Method in class com.threerings.media.tile.ObjectTileSet
Returns the list of constraints associated with the specified tile index, or null if the index has no constraints.
getConstraints(int) - Method in class com.threerings.media.tile.TrimmedObjectTileSet
Returns the constraints associated with the specified tile index, or null if the object has no associated constraints.
getContext() - Method in class com.threerings.jme.JmeApp
Returns a context implementation that provides access to all the necessary bits.
getControlledAncestor() - Method in class com.threerings.jme.tools.ModelDef.TransformNode
 
getCorner(Point, Point) - Static method in class com.threerings.media.animation.ScaleAnimation
Computes the upper left corner where the image should be drawn, given the center and dimensions to which the image should be scaled.
getCubeMapPixel(Vector3f, BufferedImage[]) - Static method in class com.threerings.jme.tools.BuildSphereMap
Returns the pixel from the cube map to which the given vector points.
getCubeMapSide(Vector3f) - Static method in class com.threerings.jme.tools.BuildSphereMap
Returns the side index identifying the face of the cube map to which the given vector points.
getDataProvider(String) - Method in class com.threerings.media.image.ImageManager
Returns the data provider configured to obtain image data from the specified resource set.
getDefault() - Method in class com.threerings.media.image.ColorPository.ClassRecord
Get the default ColorRecord defined for this color class, or null if none.
getDefaultBaseTileSet() - Method in class com.threerings.miso.data.MisoSceneModel
Scene models can return a default tileset to be used when no base tile data exists for a particular tile.
getDefaultBaseTileSet() - Method in class com.threerings.miso.data.SparseMisoSceneModel
 
getDefaultType() - Method in interface com.threerings.jme.tile.TileFringer.TileSource
Returns the tile type to use when a coordinate has no tile.
getDefGC() - Static method in class com.threerings.media.image.ImageUtil
Obtains the default graphics configuration for this VM.
getDefinitions(ArrayList<String>) - Method in class com.threerings.jme.model.SkinMesh.SkinShaderConfig
 
getDefinitions(ArrayList<String>) - Method in class com.threerings.jme.util.ShaderConfig
Adds the preprocessor definitions that this configuration requires for its shader to the supplied list.
getDelay(int) - Method in class com.threerings.media.animation.AnimationFrameSequencer.MultiFunction
Get the delay to use for the specified frame.
getDerivedDefinitions(ArrayList<String>) - Method in class com.threerings.jme.model.SkinMesh.SkinShaderConfig
 
getDerivedDefinitions(ArrayList<String>) - Method in class com.threerings.jme.util.ShaderConfig
Adds the derived preprocessor definitions that this configuration requires to the supplied list.
getDescendant(String) - Method in class com.threerings.jme.model.ModelNode
Recursively searches the scene graph rooted at this node for a node with the provided name.
getDirection(MisoSceneMetrics, int, int, int, int) - Static method in class com.threerings.miso.util.MisoUtil
Given two points in screen pixel coordinates, return the compass direction that point B lies in from point A from an isometric perspective.
getDirection(Point, Point) - Static method in class com.threerings.util.DirectionUtil
Returns which of the eight compass directions that point b lies in from point a as one of the DirectionCodes direction constants.
getDirection(int, int, int, int) - Static method in class com.threerings.util.DirectionUtil
Returns which of the eight compass directions that point b lies in from point a as one of the DirectionCodes direction constants.
getDirection(double, double, double, double) - Static method in class com.threerings.util.DirectionUtil
Returns which of the eight compass directions that point b lies in from point a as one of the DirectionCodes direction constants.
getDirection(double) - Static method in class com.threerings.util.DirectionUtil
Returns which of the eight compass directions is associated with the specified angle theta.
getDirectionNames() - Static method in class com.threerings.util.DirectionUtil
Returns an array of names corresponding to each direction constant.
getDirtyItem() - Method in class com.threerings.miso.client.DirtyItemList
Obtains a new dirty item instance, reusing an old one if possible or creating a new one otherwise.
getDirtyRegion(JComponent) - Method in class com.threerings.media.ActiveRepaintManager
 
getDirtyRegions() - Method in class com.threerings.media.RegionManager
Merges all outstanding dirty regions into a single list of rectangles and returns that to the caller.
getDisplay() - Method in interface com.threerings.jme.JmeContext
Returns the display to which we are rendering.
getDisplayMode(GraphicsDevice, int, int, int, int) - Static method in class com.threerings.media.util.ModeUtil
Gets a display mode that matches the specified parameters.
getDistanceEstimate(int, int, int, int) - Static method in class com.threerings.media.util.AStarPathUtil
Return a heuristic estimate of the cost to get from (ax, ay) to (bx, by).
getDuration() - Method in class com.threerings.jme.model.Model.Animation
Returns this animation's duration in seconds.
getElapsedMicros() - Method in class com.threerings.media.timer.CalibratingTimer
 
getElapsedMicros() - Method in interface com.threerings.media.timer.MediaTimer
Returns the number of microseconds that have elapsed since the timer was created or last MediaTimer.reset().
getElapsedMicros() - Method in class com.threerings.media.timer.MillisTimer
 
getElapsedMillis() - Method in class com.threerings.media.timer.CalibratingTimer
 
getElapsedMillis() - Method in interface com.threerings.media.timer.MediaTimer
Returns the number of milliseconds that have elapsed since the timer was created or last MediaTimer.reset().
getElapsedMillis() - Method in class com.threerings.media.timer.MillisTimer
 
getEmissionNode() - Method in class com.threerings.jme.model.Model
Returns a reference to the node that contains this model's emissions (in world space, so the emissions do not move with the model).
getEndPos() - Method in class com.threerings.media.util.ArcPath
Returns the position of the end of the path.
getEstimatedCacheMemoryUsage() - Method in class com.threerings.cast.CharacterManager
Returns the estimated memory usage in bytes for all images currently cached by the cached action frames.
getEstimatedMemoryUsage() - Method in class com.threerings.cast.CompositedMultiFrameImage
Returns the estimated memory usage of our composited frame images.
getEstimatedMemoryUsage() - Method in class com.threerings.cast.CompositedMultiFrameImage.SubmirageForwarder
 
getEstimatedMemoryUsage() - Method in class com.threerings.media.image.BlankMirage
 
getEstimatedMemoryUsage() - Method in class com.threerings.media.image.BufferedMirage
 
getEstimatedMemoryUsage() - Method in class com.threerings.media.image.CompositeMirage
 
getEstimatedMemoryUsage() - Method in class com.threerings.media.image.ImageManager.CacheRecord
 
getEstimatedMemoryUsage(BufferedImage) - Static method in class com.threerings.media.image.ImageUtil
Returns the estimated memory usage in bytes for the specified image.
getEstimatedMemoryUsage(Raster) - Static method in class com.threerings.media.image.ImageUtil
Returns the estimated memory usage in bytes for the specified raster.
getEstimatedMemoryUsage(Iterator<BufferedImage>) - Static method in class com.threerings.media.image.ImageUtil
Returns the estimated memory usage in bytes for all buffered images in the supplied iterator.
getEstimatedMemoryUsage() - Method in interface com.threerings.media.image.Mirage
Returns an estimate of the memory consumed by this mirage's image raster data.
getEstimatedMemoryUsage() - Method in class com.threerings.media.image.NinePatchMirage
 
getEstimatedMemoryUsage() - Method in class com.threerings.media.image.SolidMirage
 
getEstimatedMemoryUsage() - Method in class com.threerings.media.image.TransformedMirage
 
getEstimatedMemoryUsage() - Method in class com.threerings.media.image.VolatileMirage
 
getEstimatedMemoryUsage() - Method in class com.threerings.media.tile.Tile
Returns the estimated memory usage of our underlying tile image.
getEstimTravelTime() - Method in class com.threerings.miso.client.TilePath
Returns the estimated number of millis that we'll be traveling along this path.
getFinalOrientation() - Method in class com.threerings.media.util.LineSegmentPath
Returns the orientation the sprite will face at the end of the path.
getFineDirection(Point, Point) - Static method in class com.threerings.util.DirectionUtil
Returns which of the sixteen compass directions that point b lies in from point a as one of the DirectionCodes direction constants.
getFineDirection(int, int, int, int) - Static method in class com.threerings.util.DirectionUtil
Returns which of the sixteen compass directions that point b lies in from point a as one of the DirectionCodes direction constants.
getFineDirection(double) - Static method in class com.threerings.util.DirectionUtil
Returns which of the sixteen compass directions is associated with the specified angle theta.
getFollowingPathAction() - Method in class com.threerings.cast.CharacterSprite
Returns the action to be used when the sprite is following a path.
getFootprint() - Method in class com.threerings.miso.client.SceneBlock
Returns the screen-coordinate polygon bounding the footprint of this block.
getFootprintPolygon(MisoSceneMetrics, int, int, int, int) - Static method in class com.threerings.miso.util.MisoUtil
Returns a polygon framing the specified scene footprint.
getForceCull() - Method in class com.threerings.jme.model.ModelNode
Checks whether this node should be culled even if it has mesh descendants.
getFormat() - Method in class com.threerings.openal.FileStream
 
getFormat() - Method in class com.threerings.openal.Mp3StreamDecoder
 
getFormat() - Method in class com.threerings.openal.OggStreamDecoder
 
getFormat() - Method in class com.threerings.openal.Stream
Returns the OpenAL audio format of the stream.
getFormat() - Method in class com.threerings.openal.StreamDecoder
Returns the sound format (see Stream.getFormat()).
getFQTileId(int, int) - Static method in class com.threerings.media.tile.TileUtil
Generates a fully-qualified tile id given the supplied tileset id and tile index.
getFragmentShader() - Method in class com.threerings.jme.model.SkinMesh.SkinShaderConfig
 
getFragmentShader() - Method in class com.threerings.jme.util.ShaderConfig
Returns the resource name of the fragment shader (or null for none).
getFrame(int, int) - Method in class com.threerings.cast.CompositedMultiFrameImage
 
getFrameCount() - Method in class com.threerings.cast.CompositedMultiFrameImage
 
getFrameCount() - Method in class com.threerings.media.tile.TileMultiFrameImage
 
getFrameCount() - Method in interface com.threerings.media.util.MultiFrameImage
Returns the number of frames in this multi-frame image.
getFrameCount() - Method in class com.threerings.media.util.MultiFrameImageImpl
 
getFrameCount() - Method in class com.threerings.media.util.SingleFrameImageImpl
 
getFrameCount() - Method in class com.threerings.media.util.SingleTileImageImpl
 
getFrameManager() - Method in class com.threerings.media.ManagedJApplet
Returns the frame manager managing this frame.
getFrameManager() - Method in class com.threerings.media.ManagedJFrame
Returns the frame manager managing this frame.
getFrameManager() - Method in class com.threerings.media.MetaMediaManager
Returns the frame manager with which we are coordinating.
getFrameManager() - Method in interface com.threerings.miso.util.MisoContext
Returns the frame manager that our scene panel will interact with.
getFramePath(CharacterComponent, String, String, Set<String>) - Method in class com.threerings.cast.bundle.BundledComponentRepository.ResourceBundleProvider
 
getFramePath(String, String, Set<String>) - Method in class com.threerings.cast.CharacterComponent
Returns the path to the image frames for the specified action animation or null if no animation for the specified action is available for this component.
getFramePath(CharacterComponent, String, String, Set<String>) - Method in interface com.threerings.cast.FrameProvider
Returns the file path of the animation frames (in the eight sprite directions) for the specified action of the specified component.
getFrames(int) - Method in interface com.threerings.cast.ActionFrames
Returns the multi-frame image that comprises the frames for the specified orientation.
getFrames(CharacterComponent, String, String) - Method in class com.threerings.cast.bundle.BundledComponentRepository.ResourceBundleProvider
 
getFrames(int) - Method in class com.threerings.cast.bundle.BundledComponentRepository.TileSetFrameImage
 
getFrames(String, String) - Method in class com.threerings.cast.CharacterComponent
Returns the image frames for the specified action animation or null if no animation for the specified action is available for this component.
getFrames(String, String) - Method in class com.threerings.cast.CharacterManager.TranslatedComponent
 
getFrames(int) - Method in class com.threerings.cast.CompositedActionFrames
 
getFrames(CharacterComponent, String, String) - Method in interface com.threerings.cast.FrameProvider
Returns the animation frames (in the eight sprite directions) for the specified action of the specified component.
getFrameTime() - Method in class com.threerings.jme.JmeApp
Returns the duration (in seconds) between the previous frame and the current frame.
getFrequency() - Method in class com.threerings.openal.FileStream
 
getFrequency() - Method in class com.threerings.openal.Mp3StreamDecoder
 
getFrequency() - Method in class com.threerings.openal.OggStreamDecoder
 
getFrequency() - Method in class com.threerings.openal.Stream
Returns the stream's playback frequency in samples per second.
getFrequency() - Method in class com.threerings.openal.StreamDecoder
Returns the sound frequency (see Stream.getFrequency()).
getFringe(String, int) - Method in class com.threerings.jme.tile.FringeConfiguration
Get a random FringeRecord from amongst the ones listed for the specified type.
getFringe(int, int) - Method in class com.threerings.miso.tile.FringeConfiguration
Get a random FringeTileSetRecord from amongst the ones listed for the specified base tileset.
getFringeConf() - Method in class com.threerings.miso.tile.AutoFringer
Returns the fringe configuration used by this fringer.
getFringeIndexes(int) - Method in class com.threerings.jme.tile.TileFringer
Get the fringe index specified by the fringebits.
getFringeIndexes(int) - Method in class com.threerings.miso.tile.AutoFringer
Get the fringe index specified by the fringebits.
getFringeSource(String) - Method in interface com.threerings.jme.tile.TileFringer.ImageSource
Returns the named fringe source image (one long strip).
getFringeTile(TileFringer.TileSource, int, int, Map<String, BufferedImage>) - Method in class com.threerings.jme.tile.TileFringer
Computes, creates and returns the base tile with the appropriate fringe imagery applied to it for the specified location.
getFringeTile(int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Returns the fringe tile for the specified tile coordinate.
getFringeTile(int, int) - Method in class com.threerings.miso.client.SceneBlock
Returns the fringe tile at the specified coordinates or null if there's no tile at said coordinates.
getFringeTile(MisoSceneModel, int, int, Map<AutoFringer.FringeTile, WeakReference<AutoFringer.FringeTile>>, Map<Long, BufferedImage>) - Method in class com.threerings.miso.tile.AutoFringer
Compute and return the fringe tile to be inserted at the specified location.
getFullCoords(int, int) - Method in class com.threerings.miso.client.MisoScenePanel
Converts the supplied screen coordinates to full coordinates.
getGeometry() - Method in interface com.threerings.jme.JmeContext
Returns the main geometry of our scene graph.
getGroundNormal() - Method in class com.threerings.jme.camera.CameraHandler
Returns the ground normal.
getGroundPoint() - Method in class com.threerings.jme.camera.CameraHandler
Returns the point on the ground (z = 0) at which the camera is looking.
getGroundPoint() - Method in class com.threerings.jme.tools.ModelViewer.OrbitCameraHandler
 
getGroup() - Method in class com.threerings.openal.Sound
Returns a reference to the group to which the sound belongs.
getHeight(int) - Method in class com.threerings.cast.CompositedMaskedImage
 
getHeight(int) - Method in class com.threerings.cast.CompositedMultiFrameImage
 
getHeight() - Method in class com.threerings.cast.CompositedMultiFrameImage.SubmirageForwarder
 
getHeight(int) - Method in class com.threerings.cast.CompositedShadowImage
 
getHeight() - Method in class com.threerings.media.image.BlankMirage
 
getHeight() - Method in class com.threerings.media.image.BufferedMirage
 
getHeight() - Method in class com.threerings.media.image.CompositeMirage
 
getHeight() - Method in interface com.threerings.media.image.Mirage
Returns the height of this mirage.
getHeight() - Method in class com.threerings.media.image.NinePatchMirage
 
getHeight() - Method in class com.threerings.media.image.SolidMirage
 
getHeight() - Method in class com.threerings.media.image.TransformedMirage
 
getHeight() - Method in class com.threerings.media.image.VolatileMirage
 
getHeight() - Method in class com.threerings.media.sprite.Sprite
Returns the sprite's height in pixels.
getHeight() - Method in class com.threerings.media.tile.Tile
Returns the height of this tile.
getHeight(int) - Method in class com.threerings.media.tile.TileMultiFrameImage
 
getHeight(int) - Method in class com.threerings.media.tile.TileSubsetMultiFrameImage
 
getHeight() - Method in class com.threerings.media.tile.TrimmedTile
 
getHeight() - Method in class com.threerings.media.tile.UniformTileSet
Returns the height of the tiles in this tileset.
getHeight(int) - Method in interface com.threerings.media.util.MultiFrameImage
Returns the height of the specified frame image.
getHeight(int) - Method in class com.threerings.media.util.MultiFrameImageImpl
 
getHeight(int) - Method in class com.threerings.media.util.SingleFrameImageImpl
 
getHeight(int) - Method in class com.threerings.media.util.SingleTileImageImpl