| 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 |
| C — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
| callProperty(name, ... rest) — Method in class com.threerings.util.ImmutableProxyObject |
| |
| callUserCode(name, ... rest) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| callWhenTrue(callback, callNow, dispatcher, event, useCapture, priority) — Method in class com.threerings.util.EventHandlerManager |
|
Will either call a given function now, or defer it based on the boolean parameter. |
| _camera — Property in class com.threerings.display.CameraSnapshotter |
| |
| CameraSnapshotter — Class in package com.threerings.display |
| |
| CameraSnapshotter(cameraName) — Constructor in class com.threerings.display.CameraSnapshotter |
|
|
| cancel() — Method in class com.threerings.display.BackgroundJPGEncoder |
|
Cancel encoding and discard any intermediate results. |
| canManageRoom(memberId) — Method in class com.whirled.EntityControl |
|
Returns true if the local client has management privileges in the current room. |
| canManageRoom(memberId) — Method in class com.whirled.avrg.RoomSubControlClient |
|
Can the specified memberId manage the current room?
|
| _capacity — Property in class com.threerings.util.RingBuffer |
| |
| capacity — Property in class com.threerings.util.RingBuffer |
| Returns the capacity of the RingBuffer. |
| capitalize(s) — Static method in class com.threerings.util.StringUtil |
|
Returns a version of the supplied string with the first letter capitalized. |
| CAPS_LOCK — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
| CASCADING_PAYOUT — Constant static property in class com.whirled.game.GameSubControl |
| Cascading payout skews awards toward the winners by giving 50% of last place's payout to
first place, 25% to the next inner pair of opponents (third to second in a four player game,
for example), and so on. |
| _center — Property in class com.threerings.media.ScalingMediaContainer |
| |
| centerRectInRect(rect, bounds) — Static method in class com.threerings.display.DisplayUtil |
|
Center the specified rectangle within the specified bounds. |
| _chan — Property in class com.threerings.media.Mp3AudioPlayer |
| |
| changeGameState(newState, loopbackPlayerIsWinner, payoutType, gameMode) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| changeRoundState(newState) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| chatReceived — Event in class com.whirled.EntityControl |
|
Dispatched to entities when they overhear chatter in the room. |
| chatReceived — Event in class com.whirled.avrg.RoomSubControlClient |
|
Dispatched to entities when they overhear chatter in the room. |
| CHAT_RECEIVED — Constant static property in class com.whirled.ControlEvent |
| An event type dispatched to all entities when someone chats. |
| checkArgs(disp, filter) — Static method in class com.threerings.display.FilterUtil |
| |
| checkArgument(expression, message) — Static method in class com.threerings.util.Preconditions |
|
Check that the specified expression is true. |
| checkDictionaryWord(locale, dictionary, word, callback) — Method in class com.whirled.game.ServicesSubControl |
|
Checks to see if the dictionary for the given locale contains the given word. |
| checkDictionaryWord_v2(locale, dictionary, word, callback) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| checkIndex(index, size, message) — Static method in class com.threerings.util.Preconditions |
|
Check that the specified index is valid: greater than or equal to 0, and less than size. |
| checkNeedTimer() — Method in class com.threerings.media.Mp3AudioPlayer |
| |
| checkNotNull(ref, message) — Static method in class com.threerings.util.Preconditions |
|
Check that the reference is not null (or undefined) and return it as a convenience. |
| checkRange(value, low, high, message) — Static method in class com.threerings.util.Preconditions |
|
Check that the specified value is not NaN and between the low and high values (inclusive). |
| checkReport(key) — Method in class com.threerings.util.MultiLoader |
| |
| checkSets(a:com.threerings.util:Set, b:com.threerings.util:Set, result:com.threerings.util:Set) — Static method in class com.threerings.util.Sets |
|
Helper method for Set operations. |
| clamp(n, min, max) — Static method in class com.threerings.util.MathUtil |
|
Returns the value of n clamped to be within the range [min, max]. |
| clampToUnitBox() — Method in class com.threerings.geom.Vector3 |
|
Returns a new vector that is a copy of this vector, with each coordinate clamped
to within [0, 1]. |
| ClassUtil — Class in package com.threerings.util |
|
Class related utility methods. |
| clear() — Method in interface com.threerings.util.Map |
|
Clear this map, removing all stored elements. |
| clear() — Method in class com.threerings.util.RingBuffer |
| Removes all elements from the RingBuffer. |
| clear() — Method in interface com.threerings.util.Set |
|
Remove all elements from this set. |
| clear() — Method in class com.threerings.util.TimeBuffer |
| Removes all elements from the TimeBuffer. |
| clear() — Method in class com.threerings.util.maps.DictionaryMap |
|
Clear this map, removing all stored elements. |
| clear() — Method in class com.threerings.util.maps.HashMap |
|
Clear this map, removing all stored elements. |
| clear() — Method in class com.threerings.util.maps.ImmutableMap |
|
Clear this map, removing all stored elements. |
| clear() — Method in class com.threerings.util.sets.MapSet |
|
Remove all elements from this set. |
| clearChannels(red, green, blue, alpha) — Method in class com.threerings.display.ColorMatrix |
| |
| ClearingTextField — Class in package com.threerings.text |
|
A simple TextField with a method for setting text that will auto-clear. |
| ClearingTextField() — Constructor in class com.threerings.text.ClearingTextField |
| |
| clearPopup() — Method in class com.whirled.EntityControl |
|
Clear any showing popup. |
| clearScores(clearValue, sortValuesToo) — Method in class com.whirled.game.LocalSubControl |
|
Clear all the scores displayed in the occupants list. |
| clearScores_v1(clearValue, sortValuesToo) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| clearSnapshot() — Method in class com.threerings.display.CameraSnapshotter |
| |
| _cliData — Property in class com.threerings.media.Mp3AudioPlayer |
| |
| clone() — Method in class com.threerings.display.ColorMatrix |
|
Returns a copy of this ColorMatrix. |
| clone() — Method in class com.threerings.geom.Vector2 |
|
Returns a copy of this Vector2. |
| clone() — Method in class com.threerings.geom.Vector3 |
| Duplicates a vector. |
| clone() — Method in interface com.threerings.util.Cloneable |
|
Create a clone of this object. |
| clone() — Method in class com.threerings.util.CommandEvent |
| |
| clone() — Method in class com.threerings.util.NamedValueEvent |
| |
| clone() — Method in class com.threerings.util.ValueEvent |
| |
| clone() — Method in class com.whirled.ControlEvent |
| |
| clone() — Method in class com.whirled.avrg.AVRGameControlEvent |
| |
| clone() — Method in class com.whirled.avrg.AVRGamePlayerEvent |
| |
| clone() — Method in class com.whirled.avrg.AVRGameRoomEvent |
| |
| clone() — Method in class com.whirled.game.CoinsAwardedEvent |
| |
| clone() — Method in class com.whirled.game.GameContentEvent |
| |
| clone() — Method in class com.whirled.game.LobbyClosedEvent |
| |
| clone() — Method in class com.whirled.game.OccupantChangedEvent |
| |
| clone() — Method in class com.whirled.game.SizeChangedEvent |
| |
| clone() — Method in class com.whirled.game.StateChangedEvent |
| |
| clone() — Method in class com.whirled.game.UserChatEvent |
| |
| clone() — Method in class com.whirled.net.ElementChangedEvent |
| |
| clone() — Method in class com.whirled.net.MessageReceivedEvent |
| |
| clone() — Method in class com.whirled.net.PropertyChangedEvent |
| |
| Cloneable — Interface in package com.threerings.util |
|
Implemented by objects that support creating a clone. |
| close() — Method in class com.whirled.DataPack |
|
If the DataPack is still loading, stop it, otherwise has no effect. |
| _code — Property in class com.threerings.util.ByteEnum |
| The byte value of this ByteEnum. |
| CoinsAwarded — Event in class com.whirled.game.PlayerSubControl |
|
Dispatched when this player has been awarded coins. |
| COINS_AWARDED — Constant static property in class com.whirled.game.CoinsAwardedEvent |
|
An event type dispatched at the end of a game (before GAME_ENDED) to inform the game that
the player has earned coins. |
| CoinsAwardedEvent — Class in package com.whirled.game |
|
Dispatched to let a game know when the player has been awarded coins. |
| CoinsAwardedEvent(amount, percentile) — Constructor in class com.whirled.game.CoinsAwardedEvent |
|
Creates a new event. |
| COLOR_DEFICIENCY_TYPES — Constant static property in class com.threerings.display.ColorMatrix |
| |
| colorize(rgb, amount) — Method in class com.threerings.display.ColorMatrix |
| |
| ColorMatrix — Class in package com.threerings.display |
| |
| ColorMatrix(mat) — Constructor in class com.threerings.display.ColorMatrix |
| |
| ColorUtil — Class in package com.threerings.display |
|
Color utility methods. |
| COMMA — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
| command — Property in class com.threerings.util.CommandEvent |
| The command. |
| Command — Class in package com.threerings.util |
|
Contains a simple binding function to bind events to commands. |
| COMMAND — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
| COMMAND — Constant static property in class com.threerings.util.CommandEvent |
| The event type for all controller events. |
| CommandEvent — Class in package com.threerings.util |
| |
| CommandEvent(command, arg) — Constructor in class com.threerings.util.CommandEvent |
|
Command events may not be directly constructed, use the dispatch
method to do your work. |
| commitTransaction_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
|
Commits a transaction started with startTransaction_v1. |
| Comparable — Interface in package com.threerings.util |
|
Implemented by classes whose instances have a natural ordering with respect to each other. |
| Comparators — Class in package com.threerings.util |
|
Contains sorting Comparators. |
| compare(left, right, comparator) — Method in class com.threerings.util.ComparisonChain |
|
Compares two Objects of any type, if the result of this comparison chain
has not already been determined. |
| compare(s1, s2) — Static method in class com.threerings.util.StringUtil |
|
Compares two String values, returning -1, 0, or 1. |
| compareBooleans(v1, v2, ... rest) — Static method in class com.threerings.util.Comparators |
|
Compares two Boolean values. |
| compareBooleans(left, right) — Method in class com.threerings.util.ComparisonChain |
|
Compares two Booleans, if the result of this comparison chain
has not already been determined. |
| compareComparables(c1:com.threerings.util:Comparable, c2:com.threerings.util:Comparable, ... rest) — Static method in class com.threerings.util.Comparators |
|
A standard Comparator for comparing Comparable values. |
| compareComparables(left:com.threerings.util:Comparable, right:com.threerings.util:Comparable) — Method in class com.threerings.util.ComparisonChain |
|
Compares two comparable objects, if the result of this comparison chain
has not already been determined. |
| compareEnumsByName(e1:com.threerings.util:Enum, e2:com.threerings.util:Enum, ... rest) — Static method in class com.threerings.util.Comparators |
|
Compare two Enums by their name(). |
| compareIgnoreCase(s1, s2) — Static method in class com.threerings.util.StringUtil |
|
Compares two String values, returning -1, 0, or 1. |
| compareInts(v1, v2, ... rest) — Static method in class com.threerings.util.Comparators |
|
Compares two int values in an overflow safe manner. |
| compareInts(left, right) — Method in class com.threerings.util.ComparisonChain |
|
Compares two ints, if the result of this comparison chain
has not already been determined. |
| compareNumbers(v1, v2, ... rest) — Static method in class com.threerings.util.Comparators |
|
Compares two Number values, taking into account the intricacies of dealing with NaN. |
| compareNumbers(left, right) — Method in class com.threerings.util.ComparisonChain |
|
Compares two Numbers, if the result of this comparison chain
has not already been determined. |
| compareStrings(s1, s2, ... rest) — Static method in class com.threerings.util.Comparators |
|
Compare two objects by their toString() values, case sensitively. |
| compareStrings(left, right) — Method in class com.threerings.util.ComparisonChain |
|
Compares two Strings, if the result of this comparison chain
has not already been determined. |
| compareStringsIgnoreCase(left, right) — Method in class com.threerings.util.ComparisonChain |
|
Compares two strings, ignoring case, if the result of this comparison chain
has not already been determined. |
| compareStringsInsensitively(s1, s2, ... rest) — Static method in class com.threerings.util.Comparators |
|
Compare two objects by their toString().toLowerCase() values, case insensitively. |
| compareTo(other) — Method in interface com.threerings.util.Comparable |
|
Compare this object to the other one, and return 0 if they're equal,
-1 if this object is less than the other, or 1 if this object is greater. |
| compareTo(other) — Method in class com.threerings.util.Enum |
| |
| compareUnknowns(o1, o2, ... rest) — Static method in class com.threerings.util.Comparators |
|
Compare two values whose type is not known at compile type. |
| ComparisonChain — Class in package com.threerings.util |
|
A utility for performing a "lazy" chained comparison statement, which
performs comparisons only until it finds a nonzero result. |
| complete — Event in class com.threerings.display.BackgroundJPGEncoder |
|
Dispatched when the jpeg is complete. |
| complete — Event in class com.threerings.media.MediaContainer |
|
Dispatched when we've shown new media. |
| _complete — Property in class com.threerings.util.MultiLoader |
| |
| complete — Event in class com.whirled.DataPack |
|
Dispatched when the DataPack has completed loading. |
| completeEncoding() — Method in class com.threerings.display.JPGEncoder |
|
Add the EOI marker to the end of the buffer, and make the result available to the consumer
of this class. |
| completeTask(taskId, payout) — Method in class com.whirled.avrg.PlayerSubControlBase |
|
This method calculates and awards a coin payout for the player. |
| com.threerings.display — Package |
| Contains display utilities and random useful bits. |
| com.threerings.geom — Package |
| Some geometic utility classes. |
| com.threerings.media — Package |
| Media playing classes. |
| com.threerings.text — Package |
| TextField utilities. |
| com.threerings.ui — Package |
| Utilities for building simple user interfaces. |
| com.threerings.util — Package |
| Useful collections and utility classes. |
| com.threerings.util.maps — Package |
| Contains implementations of the com.threerings.util.Map interface. You should create instances using the com.threerings.util.Maps factory. |
| com.threerings.util.sets — Package |
| Contains implementations of the com.threerings.util.Set interface. You should create instances using the com.threerings.util.Sets factory. |
| com.whirled — Package |
| Used for developing Avatars, Toys and other Whirled entities. |
| com.whirled.avrg — Package |
| Used for developing in-room Games for whirled. NOTE: This API is not finalized. |
| com.whirled.game — Package |
| Used for developing Games. |
| com.whirled.game.loopback — Package |
| Used for developing single-player games that utilize data services without the network. |
| com.whirled.net — Package |
| Network related shared code and utility classes. |
| com.whirled.party — Package |
| Party related shared code. |
| concat(mat) — Method in class com.threerings.display.ColorMatrix |
| |
| Config — Class in package com.threerings.util |
| |
| Config(path) — Constructor in class com.threerings.util.Config |
|
Constructs a new config object which will obtain configuration
information from the specified path. |
| configureBridge(source, target) — Static method in class com.threerings.util.CommandEvent |
|
Configure a bridge from something like a pop-up window to an alternate target. |
| configureMask(rect) — Method in class com.threerings.media.MediaContainer |
|
Configure the mask for this object. |
| ConfigValSet — Event in class com.threerings.util.Config |
|
Dispatched when this Config object has a value set on it. |
| CONFIG_VALUE_SET — Constant static property in class com.threerings.util.Config |
| The event type dispatched when a config value changes. |
| consumeItemPack(ident) — Method in class com.whirled.avrg.PlayerSubControlServer |
|
Consumes the specified item pack for this player. |
| containerDimensionsUpdated(newWidth, newHeight) — Method in class com.threerings.media.MediaContainer |
|
Called by MediaWrapper as notification that its size has changed. |
| contains(arr, element) — Static method in class com.threerings.util.ArrayUtil |
|
|
| contains(o) — Method in interface com.threerings.util.Set |
|
Returns true if this set contains the specified element. |
| contains(o) — Method in class com.threerings.util.sets.MapSet |
|
Returns true if this set contains the specified element. |
| containsKey(key) — Method in interface com.threerings.util.Map |
|
Returns true if the specified key exists in the map. |
| containsKey(key) — Method in class com.threerings.util.maps.DictionaryMap |
|
Returns true if the specified key exists in the map. |
| containsKey(key) — Method in class com.threerings.util.maps.HashMap |
|
Returns true if the specified key exists in the map. |
| containsKey(key) — Method in class com.threerings.util.maps.WeakValueMap |
|
Returns true if the specified key exists in the map. |
| contentDimensionsUpdated() — Method in class com.threerings.media.MediaContainer |
|
Called when we know the true size of the content. |
| contentDimensionsUpdated() — Method in class com.threerings.media.ScalingMediaContainer |
| |
| _contentIdent — Property in class com.whirled.game.GameContentEvent |
| |
| contentIdent — Property in class com.whirled.game.GameContentEvent |
|
Returns the identifier of the content pack associated with this event. |
| _contentType — Property in class com.whirled.game.GameContentEvent |
| |
| contentType — Property in class com.whirled.game.GameContentEvent |
|
Returns the type of content associated with this event. |
| CONTROL — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
| controlAcquired — Event in class com.whirled.EntityControl |
|
Dispatched when this instance gains control. |
| CONTROL_ACQUIRED — Constant static property in class com.whirled.ControlEvent |
| An event type dispatched when this client-side instance of the item
has gained "control" over the other client-side instances. |
| ControlChanged — Event in class com.whirled.game.GameSubControl |
|
Dispatched when the controller changes for the game. |
| CONTROL_CHANGED — Constant static property in class com.whirled.game.StateChangedEvent |
|
Indicates that a new controller has been assigned. |
| ControlEvent — Class in package com.whirled |
|
An Event dispatched on controls (AvatarControl, PetControl...) to indicate
that something has happened. |
| ControlEvent(type, name, value) — Constructor in class com.whirled.ControlEvent |
|
Create a new ControlEvent. |
| _controlledPanel — Property in class com.threerings.util.Controller |
| The panel currently being controlled. |
| Controller — Class in package com.threerings.util |
| |
| copy(src, srcoffset, dst, dstoffset, count) — Static method in class com.threerings.util.ArrayUtil |
|
Copy a segment of one array to another. |
| copyOf(arr) — Static method in class com.threerings.util.ArrayUtil |
|
Creates a shallow copy of the array. |
| _correctionHeight — Property in class com.threerings.display.CameraSnapshotter |
| |
| _correctionWidth — Property in class com.threerings.display.CameraSnapshotter |
| |
| create(size, val) — Static method in class com.threerings.util.ArrayUtil |
|
Creates a new Array and fills it with a default value. |
| create(cmd, arg) — Static method in class com.threerings.util.CommandEvent |
|
A factory method for privately creating command events. |
| create(bagName, values) — Method in class com.whirled.game.BagsSubControl |
|
Create a bag containing the specified values, clearing any previous bag with the same name. |
| createAnd(... rest) — Static method in class com.threerings.util.Predicates |
|
Return a predicate that is true if all the specified predicate Functions are true
for any item. |
| createCommandContextMenuItem(caption, cmdOrFn, arg, separatorBefore, enabled) — Static method in class com.threerings.ui.MenuUtil |
|
Create a context menu item that will submit a command when selected. |
| createEquals(value) — Static method in class com.threerings.util.Predicates |
|
Create a predicate that tests if the item is Util.equals() to the specified value. |
| createErrorBitmap() — Static method in class com.threerings.display.ImageUtil |
|
Create a minimally-sized "error" BitmapData. |
| createErrorImage(width, height) — Static method in class com.threerings.display.ImageUtil |
|
Create a DisplayObject that will display an error message
of the specified dimensions. |
| createField(text, initProps, formatProps, clazz) — Static method in class com.threerings.text.TextFieldUtil |
|
Create a TextField. |
| createFields(sortFields, defaults) — Static method in class com.threerings.util.Comparators |
|
Create a Comparator function that sorts according to one or more fields of Objects. |
| createFilter() — Method in class com.threerings.display.ColorMatrix |
| |
| createFor(clazz) — Static method in class com.threerings.util.Comparators |
|
Create a Comparator appropriate for comparing objects of the specified class. |
| createFor(instance) — Static method in class com.threerings.util.Joiner |
|
Create a Joiner for depicting some state for the specified object. |
| createFormat(initProps) — Static method in class com.threerings.text.TextFieldUtil |
|
Create a TextFormat using initProps. |
| createHasProperty(propName) — Static method in class com.threerings.util.Predicates |
|
Create a predicate that tests if the item has the specified property (with any value). |
| createHueShift(hue) — Static method in class com.threerings.display.FilterUtil |
|
Create a filter that, if applied to a DisplayObject, will shift the hue of that object
by the given value. |
| createIn(array) — Static method in class com.threerings.util.Predicates |
|
Create a predicate that returns true if the item is in the specified Array. |
| createIs(clazz) — Static method in class com.threerings.util.Predicates |
|
Return a predicate that tests for items that are "is" the specified class. |
| createNot(pred) — Static method in class com.threerings.util.Predicates |
|
Return a predicate that is the negation of the specified predicate. |
| createNullSafe(comparator) — Static method in class com.threerings.util.Comparators |
|
Compose another comparator into one that can compare null and non-null elements
safely, sorting the nulls to the bottom. |
| createOr(... rest) — Static method in class com.threerings.util.Predicates |
|
Return a predicate that is true if any of the specified predicate Functions are true
for any item. |
| createPointSorter(origin) — Static method in class com.threerings.display.DisplayUtil |
|
Create a sort Function that can be used to compare Points in an
Array according to their distance from the specified Point. |
| createPropertyEquals(propName, value) — Static method in class com.threerings.util.Predicates |
|
Create a predicate that tests if the item has a property that is Util.equals() to the
specified value. |
| createReverse(comparator) — Static method in class com.threerings.util.Comparators |
|
Create a Comparator function that reverses the ordering of the specified Comparator. |
| createState(bmp, text, textFieldProps, textFormatProps, padding, height, xshift, yshift, outline) — Method in class com.threerings.ui.SimpleSkinButton |
| |
| createVideoUI(player:com.threerings.media:VideoPlayer) — Method in class com.threerings.media.MediaContainer |
|
Create the actual display for the VideoPlayer. |
| cross(v:com.threerings.geom:Vector3) — Method in class com.threerings.geom.Vector3 |
|
Returns a new vector that is the cross product of this vector with vector v,
such that result = this ⊗ v. |
| crossLocal(v:com.threerings.geom:Vector3) — Method in class com.threerings.geom.Vector3 |
|
Sets this vector to the result of a cross product with vector v, such that
this = this ⊗ v. |
| cubicHermiteSpline(t, b, c, d, p_params) — Static method in class com.threerings.display.Easing |
|
Interpolates cubically between two values, with beginning and end derivates set
to zero. |
| CURRENT_USER — Constant static property in class com.whirled.game.PlayerSubControl |
| ID constant passed to cookie, prize and trophy functions to refer to the current player. |
| CURRENT_USER — Constant static property in class com.whirled.game.loopback.LoopbackGameControl |
| |
| _curTransaction — Property in class com.whirled.game.loopback.LoopbackGameControl |
| |
|
| 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 |