1812 lines
84 KiB
HTML
1812 lines
84 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (1.8.0_31) on Sat Mar 14 10:07:12 PDT 2015 -->
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Serialized Form (Vilya Core 1.6 API)</title>
|
|
<meta name="date" content="2015-03-14">
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
<script type="text/javascript" src="script.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
try {
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Serialized Form (Vilya Core 1.6 API)";
|
|
}
|
|
}
|
|
catch(err) {
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.top.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="header">
|
|
<h1 title="Serialized Form" class="title">Serialized Form</h1>
|
|
</div>
|
|
<div class="serializedFormContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.micasa.client</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.micasa.client.ChatPanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/client/ChatPanel.html" title="class in com.threerings.micasa.client">com.threerings.micasa.client.ChatPanel</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre>com.threerings.crowd.util.CrowdContext _ctx</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_focus</h4>
|
|
<pre>boolean _focus</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_roombox</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _roombox</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_text</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTextPane.html?is-external=true" title="class or interface in javax.swing">JTextPane</a> _text</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_send</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> _send</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_entry</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> _entry</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_nameStyle</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/text/Style.html?is-external=true" title="class or interface in javax.swing.text">Style</a> _nameStyle</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_msgStyle</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/text/Style.html?is-external=true" title="class or interface in javax.swing.text">Style</a> _msgStyle</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_errStyle</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/text/Style.html?is-external=true" title="class or interface in javax.swing.text">Style</a> _errStyle</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_noticeStyle</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/text/Style.html?is-external=true" title="class or interface in javax.swing.text">Style</a> _noticeStyle</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.micasa.client.LogonPanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/client/LogonPanel.html" title="class in com.threerings.micasa.client">com.threerings.micasa.client.LogonPanel</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/micasa/util/MiCasaContext.html" title="interface in com.threerings.micasa.util">MiCasaContext</a> _ctx</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_msgs</h4>
|
|
<pre>com.threerings.util.MessageBundle _msgs</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_username</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> _username</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_password</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPasswordField.html?is-external=true" title="class or interface in javax.swing">JPasswordField</a> _password</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_logon</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> _logon</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_status</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTextArea.html?is-external=true" title="class or interface in javax.swing">JTextArea</a> _status</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.micasa.client.MiCasaApplet">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/client/MiCasaApplet.html" title="class in com.threerings.micasa.client">com.threerings.micasa.client.MiCasaApplet</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/applet/Applet.html?is-external=true" title="class or interface in java.applet">Applet</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_client</h4>
|
|
<pre><a href="com/threerings/micasa/client/MiCasaClient.html" title="class in com.threerings.micasa.client">MiCasaClient</a> _client</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_frame</h4>
|
|
<pre><a href="com/threerings/micasa/client/MiCasaFrame.html" title="class in com.threerings.micasa.client">MiCasaFrame</a> _frame</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.micasa.client.MiCasaFrame">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/client/MiCasaFrame.html" title="class in com.threerings.micasa.client">com.threerings.micasa.client.MiCasaFrame</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JFrame.html?is-external=true" title="class or interface in javax.swing">JFrame</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>_controller</h4>
|
|
<pre><a href="http://samskivert.github.com/samskivert/apidocs/com/samskivert/swing/Controller.html?is-external=true" title="class or interface in com.samskivert.swing">Controller</a> _controller</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.micasa.client.OccupantList">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/client/OccupantList.html" title="class in com.threerings.micasa.client">com.threerings.micasa.client.OccupantList</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JList.html?is-external=true" title="class or interface in javax.swing">JList</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre>com.threerings.crowd.util.CrowdContext _ctx</pre>
|
|
<div class="block">Our client context.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_model</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/DefaultListModel.html?is-external=true" title="class or interface in javax.swing">DefaultListModel</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/DefaultListModel.html?is-external=true" title="class or interface in javax.swing">E</a>> _model</pre>
|
|
<div class="block">A list model that provides a vector interface.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.micasa.lobby</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.micasa.lobby.LobbyPanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/lobby/LobbyPanel.html" title="class in com.threerings.micasa.lobby">com.threerings.micasa.lobby.LobbyPanel</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_main</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> _main</pre>
|
|
<div class="block">Contains the match-making view and the chatbox.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_occupants</h4>
|
|
<pre><a href="com/threerings/micasa/client/OccupantList.html" title="class in com.threerings.micasa.client">OccupantList</a> _occupants</pre>
|
|
<div class="block">Our occupant list display.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.micasa.lobby.LobbySelector">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/lobby/LobbySelector.html" title="class in com.threerings.micasa.lobby">com.threerings.micasa.lobby.LobbySelector</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/micasa/util/MiCasaContext.html" title="interface in com.threerings.micasa.util">MiCasaContext</a> _ctx</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_lservice</h4>
|
|
<pre><a href="com/threerings/micasa/lobby/LobbyService.html" title="interface in com.threerings.micasa.lobby">LobbyService</a> _lservice</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_combo</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _combo</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_loblist</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JList.html?is-external=true" title="class or interface in javax.swing">JList</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JList.html?is-external=true" title="class or interface in javax.swing">E</a>> _loblist</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_catlists</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> _catlists</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_pendingCategory</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _pendingCategory</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.micasa.lobby.LobbySelector.LobbyCellRenderer">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class com.threerings.micasa.lobby.LobbySelector.LobbyCellRenderer extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/DefaultListCellRenderer.html?is-external=true" title="class or interface in javax.swing">DefaultListCellRenderer</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.micasa.lobby.table</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.micasa.lobby.table.TableItem">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/lobby/table/TableItem.html" title="class in com.threerings.micasa.lobby.table">com.threerings.micasa.lobby.table.TableItem</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>table</h4>
|
|
<pre><a href="com/threerings/parlor/data/Table.html" title="class in com.threerings.parlor.data">Table</a> table</pre>
|
|
<div class="block">A reference to the table we are displaying.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/micasa/util/MiCasaContext.html" title="interface in com.threerings.micasa.util">MiCasaContext</a> _ctx</pre>
|
|
<div class="block">A reference to our context.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_self</h4>
|
|
<pre>com.threerings.util.Name _self</pre>
|
|
<div class="block">Our username.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tdtr</h4>
|
|
<pre><a href="com/threerings/parlor/client/TableDirector.html" title="class in com.threerings.parlor.client">TableDirector</a> _tdtr</pre>
|
|
<div class="block">A reference to our table director.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_seats</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a>[] _seats</pre>
|
|
<div class="block">We have a button for each "seat" at the table.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_goButton</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> _goButton</pre>
|
|
<div class="block">We have a button for going to games that are already in
|
|
progress.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.micasa.lobby.table.TableListView">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/lobby/table/TableListView.html" title="class in com.threerings.micasa.lobby.table">com.threerings.micasa.lobby.table.TableListView</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/micasa/util/MiCasaContext.html" title="interface in com.threerings.micasa.util">MiCasaContext</a> _ctx</pre>
|
|
<div class="block">A reference to the client context.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_config</h4>
|
|
<pre><a href="com/threerings/micasa/lobby/LobbyConfig.html" title="class in com.threerings.micasa.lobby">LobbyConfig</a> _config</pre>
|
|
<div class="block">A reference to the lobby config for the lobby in which we are
|
|
doing table-style matchmaking.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tdtr</h4>
|
|
<pre><a href="com/threerings/parlor/client/TableDirector.html" title="class in com.threerings.parlor.client">TableDirector</a> _tdtr</pre>
|
|
<div class="block">A reference to our table director.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_matchList</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> _matchList</pre>
|
|
<div class="block">The list of tables currently being matchmade.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_playList</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> _playList</pre>
|
|
<div class="block">The list of tables that are in play.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tableFigger</h4>
|
|
<pre><a href="com/threerings/parlor/client/TableConfigurator.html" title="class in com.threerings.parlor.client">TableConfigurator</a> _tableFigger</pre>
|
|
<div class="block">The interface used to configure the table for a game.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_figger</h4>
|
|
<pre><a href="com/threerings/parlor/game/client/GameConfigurator.html" title="class in com.threerings.parlor.game.client">GameConfigurator</a> _figger</pre>
|
|
<div class="block">The interface used to configure a game before creating it.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_create</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> _create</pre>
|
|
<div class="block">Our create table button.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_pcount</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> _pcount</pre>
|
|
<div class="block">Our number of players indicator.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.micasa.simulator.client</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.micasa.simulator.client.SimpleFrame">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/micasa/simulator/client/SimpleFrame.html" title="class in com.threerings.micasa.simulator.client">com.threerings.micasa.simulator.client.SimpleFrame</a> extends <a href="com/threerings/micasa/client/MiCasaFrame.html" title="class in com.threerings.micasa.client">MiCasaFrame</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>_controller</h4>
|
|
<pre><a href="http://samskivert.github.com/samskivert/apidocs/com/samskivert/swing/Controller.html?is-external=true" title="class or interface in com.samskivert.swing">Controller</a> _controller</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.parlor.card.client</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.parlor.card.client.CardPanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/parlor/card/client/CardPanel.html" title="class in com.threerings.parlor.card.client">com.threerings.parlor.card.client.CardPanel</a> extends com.threerings.media.VirtualMediaPanel implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_cardWidth</h4>
|
|
<pre>int _cardWidth</pre>
|
|
<div class="block">The width of the playing cards.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_mouseEvent</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true" title="class or interface in java.awt.event">MouseEvent</a> _mouseEvent</pre>
|
|
<div class="block">The last motion/entrance/exit event received from the mouse.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_activeCardSprite</h4>
|
|
<pre><a href="com/threerings/parlor/card/client/CardSprite.html" title="class in com.threerings.parlor.card.client">CardSprite</a> _activeCardSprite</pre>
|
|
<div class="block">The currently active card sprite (the one that the mouse is over).</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_handSprites</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">E</a>> _handSprites</pre>
|
|
<div class="block">The sprites for cards within the hand.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_selectedHandSprites</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">E</a>> _selectedHandSprites</pre>
|
|
<div class="block">The sprites for cards within the hand that have been selected.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_handSelectionMode</h4>
|
|
<pre>int _handSelectionMode</pre>
|
|
<div class="block">The current selection mode for the hand.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_handSelectionPredicate</h4>
|
|
<pre><a href="http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/base/Predicate.html?is-external=true" title="class or interface in com.google.common.base">Predicate</a><<a href="http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/base/Predicate.html?is-external=true" title="class or interface in com.google.common.base">T</a>> _handSelectionPredicate</pre>
|
|
<div class="block">The predicate that determines which cards are selectable (if null, all
|
|
cards are selectable).</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_handSelectionObservers</h4>
|
|
<pre><a href="http://samskivert.github.com/samskivert/apidocs/com/samskivert/util/ObserverList.html?is-external=true" title="class or interface in com.samskivert.util">ObserverList</a><<a href="http://samskivert.github.com/samskivert/apidocs/com/samskivert/util/ObserverList.html?is-external=true" title="class or interface in com.samskivert.util">T</a>> _handSelectionObservers</pre>
|
|
<div class="block">Observers of hand card selection/deselection.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_handLocation</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Point.html?is-external=true" title="class or interface in java.awt">Point</a> _handLocation</pre>
|
|
<div class="block">The location of the center of the hand's upper edge.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_handSpacing</h4>
|
|
<pre>int _handSpacing</pre>
|
|
<div class="block">The horizontal distance between cards in the hand.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_selectableCardOffset</h4>
|
|
<pre>int _selectableCardOffset</pre>
|
|
<div class="block">The vertical distance to offset cards that are selectable.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_selectedCardOffset</h4>
|
|
<pre>int _selectedCardOffset</pre>
|
|
<div class="block">The vertical distance to offset cards that are selected.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_boardSprites</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">E</a>> _boardSprites</pre>
|
|
<div class="block">The sprites for cards on the board.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_handSpriteObserver</h4>
|
|
<pre>com.threerings.parlor.card.client.CardPanel.HandSpriteObserver _handSpriteObserver</pre>
|
|
<div class="block">The hand sprite observer instance.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_pathEndRemover</h4>
|
|
<pre>com.threerings.media.sprite.PathAdapter _pathEndRemover</pre>
|
|
<div class="block">A path observer that removes the sprite at the end of its path.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.parlor.card.data</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.parlor.card.data.Deck">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/parlor/card/data/Deck.html" title="class in com.threerings.parlor.card.data">com.threerings.parlor.card.data.Deck</a> extends com.threerings.util.StreamableArrayList<<a href="com/threerings/parlor/card/data/Card.html" title="class in com.threerings.parlor.card.data">Card</a>> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.parlor.card.data.Hand">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/parlor/card/data/Hand.html" title="class in com.threerings.parlor.card.data">com.threerings.parlor.card.data.Hand</a> extends com.threerings.util.StreamableArrayList<<a href="com/threerings/parlor/card/data/Card.html" title="class in com.threerings.parlor.card.data">Card</a>> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.parlor.rating.server.persist</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.parlor.rating.server.persist.PercentileRecord">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/parlor/rating/server/persist/PercentileRecord.html" title="class in com.threerings.parlor.rating.server.persist">com.threerings.parlor.rating.server.persist.PercentileRecord</a> extends <a href="http://threerings.github.com/depot/apidocs/com/samskivert/depot/PersistentRecord.html?is-external=true" title="class or interface in com.samskivert.depot">PersistentRecord</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>gameId</h4>
|
|
<pre>int gameId</pre>
|
|
<div class="block">The id of the game for which we're tracking a percentile distribution.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>gameMode</h4>
|
|
<pre>int gameMode</pre>
|
|
<div class="block">The mode of the game. Games can maintain distributions for many different modes.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>data</h4>
|
|
<pre>byte[] data</pre>
|
|
<div class="block">The raw percentiler data.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.parlor.rating.server.persist.RatingRecord">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/parlor/rating/server/persist/RatingRecord.html" title="class in com.threerings.parlor.rating.server.persist">com.threerings.parlor.rating.server.persist.RatingRecord</a> extends <a href="http://threerings.github.com/depot/apidocs/com/samskivert/depot/PersistentRecord.html?is-external=true" title="class or interface in com.samskivert.depot">PersistentRecord</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>gameId</h4>
|
|
<pre>int gameId</pre>
|
|
<div class="block">The identifier of the game we're rating for.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>playerId</h4>
|
|
<pre>int playerId</pre>
|
|
<div class="block">The identifier of the player we're rating.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>rating</h4>
|
|
<pre>int rating</pre>
|
|
<div class="block">The player's current rating.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>experience</h4>
|
|
<pre>int experience</pre>
|
|
<div class="block">The number of times the player has played this game.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>lastUpdated</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/sql/Timestamp.html?is-external=true" title="class or interface in java.sql">Timestamp</a> lastUpdated</pre>
|
|
<div class="block">The last time this rating was updated.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.parlor.turn.client</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.parlor.turn.client.TurnDisplay">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/parlor/turn/client/TurnDisplay.html" title="class in com.threerings.parlor.turn.client">com.threerings.parlor.turn.client.TurnDisplay</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_turnObj</h4>
|
|
<pre><a href="com/threerings/parlor/turn/data/TurnGameObject.html" title="interface in com.threerings.parlor.turn.data">TurnGameObject</a> _turnObj</pre>
|
|
<div class="block">The TurnGameObject we're displaying.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_labels</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">V</a>> _labels</pre>
|
|
<div class="block">A mapping of the labels currently associated with each player.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_playerIcons</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/Icon.html?is-external=true" title="class or interface in javax.swing">Icon</a>[] _playerIcons</pre>
|
|
<div class="block">The game-specified player icons.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_winnerText</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _winnerText</pre>
|
|
<div class="block">The text to display next to a winner's name.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_drawText</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _drawText</pre>
|
|
<div class="block">The text to display next to a drawing player's name.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_turnIcon</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/Icon.html?is-external=true" title="class or interface in javax.swing">Icon</a> _turnIcon</pre>
|
|
<div class="block">The Icon we use for indicating the turn.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.puzzle.client</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.puzzle.client.PlayerStatusView">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/puzzle/client/PlayerStatusView.html" title="class in com.threerings.puzzle.client">com.threerings.puzzle.client.PlayerStatusView</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_gameobj</h4>
|
|
<pre><a href="com/threerings/parlor/game/data/GameObject.html" title="class in com.threerings.parlor.game.data">GameObject</a> _gameobj</pre>
|
|
<div class="block">The game object associated with this view.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_username</h4>
|
|
<pre>com.threerings.util.Name _username</pre>
|
|
<div class="block">The player name.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_pidx</h4>
|
|
<pre>int _pidx</pre>
|
|
<div class="block">The player index.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_highlight</h4>
|
|
<pre>boolean _highlight</pre>
|
|
<div class="block">Whether this display is highlighted.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_summary</h4>
|
|
<pre><a href="com/threerings/puzzle/data/BoardSummary.html" title="class in com.threerings.puzzle.data">BoardSummary</a> _summary</pre>
|
|
<div class="block">The player board summary.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_status</h4>
|
|
<pre>int _status</pre>
|
|
<div class="block">The player game status.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.puzzle.client.PuzzleBoardView">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/puzzle/client/PuzzleBoardView.html" title="class in com.threerings.puzzle.client">com.threerings.puzzle.client.PuzzleBoardView</a> extends com.threerings.media.VirtualMediaPanel implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/puzzle/util/PuzzleContext.html" title="interface in com.threerings.puzzle.util">PuzzleContext</a> _ctx</pre>
|
|
<div class="block">Our client context.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_pctrl</h4>
|
|
<pre><a href="com/threerings/puzzle/client/PuzzleController.html" title="class in com.threerings.puzzle.client">PuzzleController</a> _pctrl</pre>
|
|
<div class="block">Our puzzle controller.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_board</h4>
|
|
<pre><a href="com/threerings/puzzle/data/Board.html" title="class in com.threerings.puzzle.data">Board</a> _board</pre>
|
|
<div class="block">The board data to be displayed.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_bounds</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true" title="class or interface in java.awt">Rectangle</a> _bounds</pre>
|
|
<div class="block">The board's bounding rectangle.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_actionAnims</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> _actionAnims</pre>
|
|
<div class="block">The action animations on the board.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_actionSprites</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> _actionSprites</pre>
|
|
<div class="block">The action sprites on the board.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_avoidArranger</h4>
|
|
<pre>com.threerings.media.animation.AnimationArranger _avoidArranger</pre>
|
|
<div class="block">Prevents certain animations from overlapping others.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_background</h4>
|
|
<pre>com.threerings.media.image.Mirage _background</pre>
|
|
<div class="block">Our background image.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_pauseLabel</h4>
|
|
<pre><a href="http://samskivert.github.com/samskivert/apidocs/com/samskivert/swing/Label.html?is-external=true" title="class or interface in com.samskivert.swing">Label</a> _pauseLabel</pre>
|
|
<div class="block">A label to show when the puzzle is paused.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scoreDist</h4>
|
|
<pre>int _scoreDist</pre>
|
|
<div class="block">The distance in pixels that score animations float.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_actionAnimObs</h4>
|
|
<pre>com.threerings.media.animation.AnimationAdapter _actionAnimObs</pre>
|
|
<div class="block">Listens to our action animations and clears them when they're done.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.puzzle.client.PuzzlePanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/puzzle/client/PuzzlePanel.html" title="class in com.threerings.puzzle.client">com.threerings.puzzle.client.PuzzlePanel</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/puzzle/util/PuzzleContext.html" title="interface in com.threerings.puzzle.util">PuzzleContext</a> _ctx</pre>
|
|
<div class="block">Our puzzle context.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_bview</h4>
|
|
<pre><a href="com/threerings/puzzle/client/PuzzleBoardView.html" title="class in com.threerings.puzzle.client">PuzzleBoardView</a> _bview</pre>
|
|
<div class="block">The board view on which the primary puzzle interface is displayed.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_bpanel</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> _bpanel</pre>
|
|
<div class="block">The board panel displayed while the puzzle is in progress.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_opanel</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> _opanel</pre>
|
|
<div class="block">The board overlay panel displayed as requested.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_config</h4>
|
|
<pre><a href="com/threerings/parlor/game/data/GameConfig.html" title="class in com.threerings.parlor.game.data">GameConfig</a> _config</pre>
|
|
<div class="block">The game config.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_robot</h4>
|
|
<pre><a href="com/threerings/parlor/util/RobotPlayer.html" title="class in com.threerings.parlor.util">RobotPlayer</a> _robot</pre>
|
|
<div class="block">The robot player.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_xlate</h4>
|
|
<pre>com.threerings.util.KeyTranslator _xlate</pre>
|
|
<div class="block">Our key translations.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_controller</h4>
|
|
<pre><a href="com/threerings/puzzle/client/PuzzleController.html" title="class in com.threerings.puzzle.client">PuzzleController</a> _controller</pre>
|
|
<div class="block">The puzzle game controller.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.puzzle.data</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.puzzle.data.Board.BoardRandom">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class com.threerings.puzzle.data.Board.BoardRandom extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util">Random</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_seed</h4>
|
|
<pre>long _seed</pre>
|
|
<div class="block">The internal state related to generating random numbers.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_nextNextGaussian</h4>
|
|
<pre>double _nextNextGaussian</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_haveNextNextGaussian</h4>
|
|
<pre>boolean _haveNextNextGaussian</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.puzzle.drop.client</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.puzzle.drop.client.DropBoardView">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/puzzle/drop/client/DropBoardView.html" title="class in com.threerings.puzzle.drop.client">com.threerings.puzzle.drop.client.DropBoardView</a> extends <a href="com/threerings/puzzle/client/PuzzleBoardView.html" title="class in com.threerings.puzzle.client">PuzzleBoardView</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_dboard</h4>
|
|
<pre><a href="com/threerings/puzzle/drop/data/DropBoard.html" title="class in com.threerings.puzzle.drop.data">DropBoard</a> _dboard</pre>
|
|
<div class="block">The drop board.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_pieces</h4>
|
|
<pre>com.threerings.media.sprite.Sprite[] _pieces</pre>
|
|
<div class="block">A sprite for every piece displayed in the drop board.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_moving</h4>
|
|
<pre>boolean[] _moving</pre>
|
|
<div class="block">Indicates whether a piece is en route to its destination.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_pwid</h4>
|
|
<pre>int _pwid</pre>
|
|
<div class="block">The piece dimensions in pixels.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_phei</h4>
|
|
<pre>int _phei</pre>
|
|
<div class="block">The piece dimensions in pixels.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_roff</h4>
|
|
<pre>int _roff</pre>
|
|
<div class="block">The board rising offset.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_bwid</h4>
|
|
<pre>int _bwid</pre>
|
|
<div class="block">The board dimensions in pieces.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_bhei</h4>
|
|
<pre>int _bhei</pre>
|
|
<div class="block">The board dimensions in pieces.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.puzzle.drop.client.NextBlockView">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/puzzle/drop/client/NextBlockView.html" title="class in com.threerings.puzzle.drop.client">com.threerings.puzzle.drop.client.NextBlockView</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComponent.html?is-external=true" title="class or interface in javax.swing">JComponent</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_view</h4>
|
|
<pre><a href="com/threerings/puzzle/drop/client/DropBoardView.html" title="class in com.threerings.puzzle.drop.client">DropBoardView</a> _view</pre>
|
|
<div class="block">The drop board view from which we obtain piece images.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_pieces</h4>
|
|
<pre>int[] _pieces</pre>
|
|
<div class="block">The pieces displayed by this view.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_pwid</h4>
|
|
<pre>int _pwid</pre>
|
|
<div class="block">The piece dimensions in pixels.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_phei</h4>
|
|
<pre>int _phei</pre>
|
|
<div class="block">The piece dimensions in pixels.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_orient</h4>
|
|
<pre>int _orient</pre>
|
|
<div class="block">The view orientation; one of <code>DirectionCodes.HORIZONTAL</code> or <code>DirectionCodes.VERTICAL</code>.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.stage.client</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.stage.client.StageScenePanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/client/StageScenePanel.html" title="class in com.threerings.stage.client">com.threerings.stage.client.StageScenePanel</a> extends com.threerings.miso.client.MisoScenePanel implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/stage/util/StageContext.html" title="interface in com.threerings.stage.util">StageContext</a> _ctx</pre>
|
|
<div class="block">A reference to our client context.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_ctrl</h4>
|
|
<pre><a href="http://samskivert.github.com/samskivert/apidocs/com/samskivert/swing/Controller.html?is-external=true" title="class or interface in com.samskivert.swing">Controller</a> _ctrl</pre>
|
|
<div class="block">The controller with which we work in tandem.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scene</h4>
|
|
<pre><a href="com/threerings/stage/data/StageScene.html" title="class in com.threerings.stage.data">StageScene</a> _scene</pre>
|
|
<div class="block">Our currently displayed scene.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_portobjs</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> _portobjs</pre>
|
|
<div class="block">Contains scene objects for our portals.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_clusters</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> _clusters</pre>
|
|
<div class="block">Shapes describing the clusters, indexed by cluster.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_clusterWells</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> _clusterWells</pre>
|
|
<div class="block">Shapes describing the clusters, indexed by cluster.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_rizer</h4>
|
|
<pre><a href="com/threerings/stage/client/SceneColorizer.html" title="class in com.threerings.stage.client">SceneColorizer</a> _rizer</pre>
|
|
<div class="block">Handles scene object colorization.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.stage.tools.editor</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.DirectionButton">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/DirectionButton.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.DirectionButton</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/AbstractButton.html?is-external=true" title="class or interface in javax.swing">AbstractButton</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_direction</h4>
|
|
<pre>int _direction</pre>
|
|
<div class="block">The current direction displayed by the button.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_armed</h4>
|
|
<pre>int _armed</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_dia</h4>
|
|
<pre>int _dia</pre>
|
|
<div class="block">Diameter of the drawn enclosing circle.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_cdia</h4>
|
|
<pre>int _cdia</pre>
|
|
<div class="block">Diameter of selection circles.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_coords</h4>
|
|
<pre>int[][] _coords</pre>
|
|
<div class="block">Coordinates of each of the selection circles.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_prefdia</h4>
|
|
<pre>int _prefdia</pre>
|
|
<div class="block">Our preferred diameter.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.EditorDialog">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/EditorDialog.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.EditorDialog</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JInternalFrame.html?is-external=true" title="class or interface in javax.swing">JInternalFrame</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/util/EditorContext.html" title="interface in com.threerings.stage.tools.editor.util">EditorContext</a> _ctx</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_panel</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorScenePanel.html" title="class in com.threerings.stage.tools.editor">EditorScenePanel</a> _panel</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.EditorFrame">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/EditorFrame.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.EditorFrame</a> extends com.threerings.media.ManagedJFrame implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_openListener</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/event/ActionListener.html?is-external=true" title="class or interface in java.awt.event">ActionListener</a> _openListener</pre>
|
|
<div class="block">Handles JFileChooser responses when opening files.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scene</h4>
|
|
<pre><a href="com/threerings/stage/data/StageScene.html" title="class in com.threerings.stage.data">StageScene</a> _scene</pre>
|
|
<div class="block">The scene currently undergoing edit.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_filepath</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _filepath</pre>
|
|
<div class="block">The file last associated with the current scene.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_main</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> _main</pre>
|
|
<div class="block">Contains the scene view panel or other fun stuff.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_dialog</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JInternalFrame.html?is-external=true" title="class or interface in javax.swing">JInternalFrame</a> _dialog</pre>
|
|
<div class="block">Used for displaying dialogs.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_chooser</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JFileChooser.html?is-external=true" title="class or interface in javax.swing">JFileChooser</a> _chooser</pre>
|
|
<div class="block">The file chooser used for loading and saving scenes.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_svpanel</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorScenePanel.html" title="class in com.threerings.stage.tools.editor">EditorScenePanel</a> _svpanel</pre>
|
|
<div class="block">The panel that displays the scene view.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tpanel</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/TileInfoPanel.html" title="class in com.threerings.stage.tools.editor">TileInfoPanel</a> _tpanel</pre>
|
|
<div class="block">The panel that displays tile info.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_sceneInfoPanel</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/SceneInfoPanel.html" title="class in com.threerings.stage.tools.editor">SceneInfoPanel</a> _sceneInfoPanel</pre>
|
|
<div class="block">The panel that displays scene info.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scrollBox</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorScrollBox.html" title="class in com.threerings.stage.tools.editor">EditorScrollBox</a> _scrollBox</pre>
|
|
<div class="block">The scrollbox used to display the view position within the scene.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_model</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorModel.html" title="class in com.threerings.stage.tools.editor">EditorModel</a> _model</pre>
|
|
<div class="block">The editor data model.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/util/EditorContext.html" title="interface in com.threerings.stage.tools.editor.util">EditorContext</a> _ctx</pre>
|
|
<div class="block">The editor context.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_parser</h4>
|
|
<pre><a href="com/threerings/whirled/tools/xml/SceneParser.html" title="class in com.threerings.whirled.tools.xml">SceneParser</a> _parser</pre>
|
|
<div class="block">We use this to load scenes.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_writer</h4>
|
|
<pre><a href="com/threerings/stage/tools/xml/StageSceneWriter.html" title="class in com.threerings.stage.tools.xml">StageSceneWriter</a> _writer</pre>
|
|
<div class="block">We use this to save scenes.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_testLoader</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/TestTileLoader.html" title="class in com.threerings.stage.tools.editor">TestTileLoader</a> _testLoader</pre>
|
|
<div class="block">The test tileset loader.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.EditorScenePanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/EditorScenePanel.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.EditorScenePanel</a> extends <a href="com/threerings/stage/client/StageScenePanel.html" title="class in com.threerings.stage.client">StageScenePanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/util/EditorContext.html" title="interface in com.threerings.stage.tools.editor.util">EditorContext</a> _ctx</pre>
|
|
<div class="block">Provides access to stuff.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_emodel</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorModel.html" title="class in com.threerings.stage.tools.editor">EditorModel</a> _emodel</pre>
|
|
<div class="block">Our editor model.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_box</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorScrollBox.html" title="class in com.threerings.stage.tools.editor">EditorScrollBox</a> _box</pre>
|
|
<div class="block">The scrollbox that tracks our view.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_refreshBox</h4>
|
|
<pre>boolean _refreshBox</pre>
|
|
<div class="block">Do we need to refresh the image being displayed in our scrollbox?</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_frame</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JFrame.html?is-external=true" title="class or interface in javax.swing">JFrame</a> _frame</pre>
|
|
<div class="block">We need this to create our dialogs when they are needed.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_horizRange</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/BoundedRangeModel.html?is-external=true" title="class or interface in javax.swing">BoundedRangeModel</a> _horizRange</pre>
|
|
<div class="block">Allows scrolling horizontally.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_vertRange</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/BoundedRangeModel.html?is-external=true" title="class or interface in javax.swing">BoundedRangeModel</a> _vertRange</pre>
|
|
<div class="block">Allows scrolling vertically.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_area</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true" title="class or interface in java.awt">Rectangle</a> _area</pre>
|
|
<div class="block">The virtual screen rectangle around which we scroll.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_coordHighlighting</h4>
|
|
<pre>boolean _coordHighlighting</pre>
|
|
<div class="block">Whether or not coordinate highlighting is enabled.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_hfull</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Point.html?is-external=true" title="class or interface in java.awt">Point</a> _hfull</pre>
|
|
<div class="block">The currently highlighted full coordinate.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_drag</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Point.html?is-external=true" title="class or interface in java.awt">Point</a> _drag</pre>
|
|
<div class="block">The location of the start of a tile drag in tile coords.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_ppos</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Point.html?is-external=true" title="class or interface in java.awt">Point</a> _ppos</pre>
|
|
<div class="block">The position of the tile currently being placed.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_validPlacement</h4>
|
|
<pre>boolean _validPlacement</pre>
|
|
<div class="block">Used to track whether or not the current "placing" tile is in a
|
|
valid position.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_ptile</h4>
|
|
<pre>com.threerings.media.tile.Tile _ptile</pre>
|
|
<div class="block">The tile currently being placed.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_pscobj</h4>
|
|
<pre>com.threerings.miso.client.SceneObject _pscobj</pre>
|
|
<div class="block">Metrics for the tile currently being placed if it is an object
|
|
tile.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_extras</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">E</a>> _extras</pre>
|
|
<div class="block">A list of things that will do some extra painting for us.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_dialogPortal</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/PortalDialog.html" title="class in com.threerings.stage.tools.editor">PortalDialog</a> _dialogPortal</pre>
|
|
<div class="block">The dialog providing portal edit functionality.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_objEditor</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/ObjectEditorDialog.html" title="class in com.threerings.stage.tools.editor">ObjectEditorDialog</a> _objEditor</pre>
|
|
<div class="block">The dialog providing object edit functionality.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_eobject</h4>
|
|
<pre>com.threerings.miso.client.SceneObject _eobject</pre>
|
|
<div class="block">The object currently being edited by the object editor dialog.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_undo</h4>
|
|
<pre>com.threerings.stage.tools.editor.EditorScenePanel.UndoStack _undo</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_redo</h4>
|
|
<pre>com.threerings.stage.tools.editor.EditorScenePanel.UndoStack _redo</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_sceneListener</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorScenePanel.SceneModelListener.html" title="interface in com.threerings.stage.tools.editor">EditorScenePanel.SceneModelListener</a> _sceneListener</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.EditorScrollBox">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/EditorScrollBox.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.EditorScrollBox</a> extends <a href="http://samskivert.github.com/samskivert/apidocs/com/samskivert/swing/ScrollBox.html?is-external=true" title="class or interface in com.samskivert.swing">ScrollBox</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_miniMap</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/image/BufferedImage.html?is-external=true" title="class or interface in java.awt.image">BufferedImage</a> _miniMap</pre>
|
|
<div class="block">The minimap image.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_panel</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorScenePanel.html" title="class in com.threerings.stage.tools.editor">EditorScenePanel</a> _panel</pre>
|
|
<div class="block">The panel we box for.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_updatingView</h4>
|
|
<pre>boolean _updatingView</pre>
|
|
<div class="block">Whether or not we're updating our little view.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.EditorToolBarPanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/EditorToolBarPanel.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.EditorToolBarPanel</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_buttons</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> _buttons</pre>
|
|
<div class="block">The buttons in the tool bar.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_model</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorModel.html" title="class in com.threerings.stage.tools.editor">EditorModel</a> _model</pre>
|
|
<div class="block">The editor data model.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.ObjectEditorDialog">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/ObjectEditorDialog.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.ObjectEditorDialog</a> extends <a href="com/threerings/stage/tools/editor/EditorDialog.html" title="class in com.threerings.stage.tools.editor">EditorDialog</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_action</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> _action</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_priority</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JSlider.html?is-external=true" title="class or interface in javax.swing">JSlider</a> _priority</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scobj</h4>
|
|
<pre>com.threerings.miso.client.SceneObject _scobj</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_primary</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _primary</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_secondary</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _secondary</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tertiary</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _tertiary</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_quaternary</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _quaternary</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.PortalDialog">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/PortalDialog.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.PortalDialog</a> extends <a href="com/threerings/stage/tools/editor/EditorDialog.html" title="class in com.threerings.stage.tools.editor">EditorDialog</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_scene</h4>
|
|
<pre><a href="com/threerings/stage/data/StageScene.html" title="class in com.threerings.stage.data">StageScene</a> _scene</pre>
|
|
<div class="block">The scene.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_portalText</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> _portalText</pre>
|
|
<div class="block">The portal name text entry field.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_entrance</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JCheckBox.html?is-external=true" title="class or interface in javax.swing">JCheckBox</a> _entrance</pre>
|
|
<div class="block">The portal default entrance check box.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_port</h4>
|
|
<pre><a href="com/threerings/whirled/spot/tools/EditablePortal.html" title="class in com.threerings.whirled.spot.tools">EditablePortal</a> _port</pre>
|
|
<div class="block">The location object denoting the portal location.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_orientcombo</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _orientcombo</pre>
|
|
<div class="block">The combo box listing the direction orientations.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.PreferencesDialog">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/PreferencesDialog.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.PreferencesDialog</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JInternalFrame.html?is-external=true" title="class or interface in javax.swing">JInternalFrame</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.SceneInfoPanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/SceneInfoPanel.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.SceneInfoPanel</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/util/EditorContext.html" title="interface in com.threerings.stage.tools.editor.util">EditorContext</a> _ctx</pre>
|
|
<div class="block">The giver of life.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scene</h4>
|
|
<pre><a href="com/threerings/stage/data/StageScene.html" title="class in com.threerings.stage.data">StageScene</a> _scene</pre>
|
|
<div class="block">The scene we're controlling.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scenename</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> _scenename</pre>
|
|
<div class="block">The scene name entry field.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scenetype</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _scenetype</pre>
|
|
<div class="block">The scene type selector.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_colorClasses</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _colorClasses</pre>
|
|
<div class="block">The scene type selector.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_colorIds</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> _colorIds</pre>
|
|
<div class="block">The scene type selector.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_svpanel</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorScenePanel.html" title="class in com.threerings.stage.tools.editor">EditorScenePanel</a> _svpanel</pre>
|
|
<div class="block">The scene panel, which we hackily repaint when default colors change.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_dirbutton</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/DirectionButton.html" title="class in com.threerings.stage.tools.editor">DirectionButton</a> _dirbutton</pre>
|
|
<div class="block">The object grip direction button.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.TileInfoPanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/editor/TileInfoPanel.html" title="class in com.threerings.stage.tools.editor">com.threerings.stage.tools.editor.TileInfoPanel</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JSplitPane.html?is-external=true" title="class or interface in javax.swing">JSplitPane</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_layerSets</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> _layerSets</pre>
|
|
<div class="block">An ArrayList of TileSetRecords for each layer.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_idToTreePathMap</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> _idToTreePathMap</pre>
|
|
<div class="block">Map of tileset ID to TreePath.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_layerLengths</h4>
|
|
<pre>int[] _layerLengths</pre>
|
|
<div class="block">The original number of TileSetRecords for each layer.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tsettree</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTree.html?is-external=true" title="class or interface in javax.swing">JTree</a> _tsettree</pre>
|
|
<div class="block">The tree listing available tilesets.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_selected</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a> _selected</pre>
|
|
<div class="block">The selected tree node.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tiletable</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JTable.html?is-external=true" title="class or interface in javax.swing">JTable</a> _tiletable</pre>
|
|
<div class="block">The table listing all tiles in the selected tileset.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_quickList</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JList.html?is-external=true" title="class or interface in javax.swing">JList</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/JList.html?is-external=true" title="class or interface in javax.swing">E</a>> _quickList</pre>
|
|
<div class="block">The list of quickly-selectable tilesets.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_curTrec</h4>
|
|
<pre>com.threerings.stage.tools.editor.TileInfoPanel.TileSetRecord _curTrec</pre>
|
|
<div class="block">The currently selected tileset record.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tablewid</h4>
|
|
<pre>int _tablewid</pre>
|
|
<div class="block">The width of the tile table column in pixels.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_scroller</h4>
|
|
<pre>com.threerings.media.SafeScrollPane _scroller</pre>
|
|
<div class="block">The scroll pane containing the tile table.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_model</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/EditorModel.html" title="class in com.threerings.stage.tools.editor">EditorModel</a> _model</pre>
|
|
<div class="block">The editor model.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_ctx</h4>
|
|
<pre><a href="com/threerings/stage/tools/editor/util/EditorContext.html" title="interface in com.threerings.stage.tools.editor.util">EditorContext</a> _ctx</pre>
|
|
<div class="block">Our editor client context.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_tablemodel</h4>
|
|
<pre>com.threerings.stage.tools.editor.TileInfoPanel.TileTableModel _tablemodel</pre>
|
|
<div class="block">The tile table data model.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_settingTileOurselves</h4>
|
|
<pre>boolean _settingTileOurselves</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.editor.TileInfoPanel.TileTableModel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class com.threerings.stage.tools.editor.TileInfoPanel.TileTableModel extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>_icons</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/swing/ImageIcon.html?is-external=true" title="class or interface in javax.swing">ImageIcon</a>[] _icons</pre>
|
|
<div class="block">The image icons used to display the table cell contents.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.stage.tools.viewer</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.stage.tools.viewer.ViewerFrame">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/viewer/ViewerFrame.html" title="class in com.threerings.stage.tools.viewer">com.threerings.stage.tools.viewer.ViewerFrame</a> extends com.threerings.media.ManagedJFrame implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>_panel</h4>
|
|
<pre><a href="com/threerings/stage/tools/viewer/ViewerScenePanel.html" title="class in com.threerings.stage.tools.viewer">ViewerScenePanel</a> _panel</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stage.tools.viewer.ViewerScenePanel">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stage/tools/viewer/ViewerScenePanel.html" title="class in com.threerings.stage.tools.viewer">com.threerings.stage.tools.viewer.ViewerScenePanel</a> extends <a href="com/threerings/stage/client/StageScenePanel.html" title="class in com.threerings.stage.client">StageScenePanel</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_defloc</h4>
|
|
<pre><a href="com/threerings/stage/data/StageLocation.html" title="class in com.threerings.stage.data">StageLocation</a> _defloc</pre>
|
|
<div class="block">The current scene's default entrance.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_charmgr</h4>
|
|
<pre>com.threerings.cast.CharacterManager _charmgr</pre>
|
|
<div class="block">Provides character sprite data.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_descUser</h4>
|
|
<pre>com.threerings.cast.CharacterDescriptor _descUser</pre>
|
|
<div class="block">The character descriptor for the user character.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_descDecoy</h4>
|
|
<pre>com.threerings.cast.CharacterDescriptor _descDecoy</pre>
|
|
<div class="block">The character descriptor for the decoy characters.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_sprite</h4>
|
|
<pre>com.threerings.cast.CharacterSprite _sprite</pre>
|
|
<div class="block">The sprite we're manipulating within the view.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_decoys</h4>
|
|
<pre>com.threerings.cast.CharacterSprite[] _decoys</pre>
|
|
<div class="block">The test sprites that meander about aimlessly.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.stats.data</h2>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.stats.server.persist</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.stats.server.persist.MaxStatCodeRecord">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stats/server/persist/MaxStatCodeRecord.html" title="class in com.threerings.stats.server.persist">com.threerings.stats.server.persist.MaxStatCodeRecord</a> extends <a href="http://threerings.github.com/depot/apidocs/com/samskivert/depot/PersistentRecord.html?is-external=true" title="class or interface in com.samskivert.depot">PersistentRecord</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>maxCode</h4>
|
|
<pre>int maxCode</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stats.server.persist.StatRecord">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stats/server/persist/StatRecord.html" title="class in com.threerings.stats.server.persist">com.threerings.stats.server.persist.StatRecord</a> extends <a href="http://threerings.github.com/depot/apidocs/com/samskivert/depot/PersistentRecord.html?is-external=true" title="class or interface in com.samskivert.depot">PersistentRecord</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>playerId</h4>
|
|
<pre>int playerId</pre>
|
|
<div class="block">The identifier of the player this is a stat for.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>statCode</h4>
|
|
<pre>int statCode</pre>
|
|
<div class="block">The code of the stat.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>statData</h4>
|
|
<pre>byte[] statData</pre>
|
|
<div class="block">The data associated with the stat.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>modCount</h4>
|
|
<pre>byte modCount</pre>
|
|
<div class="block">The number of times this stat has been updated, so that simultaneous attempts to update
|
|
the same stat in the repository can be caught and handled. Stored as a byte because
|
|
we don't expect to ever have more than a couple simultaneous attempts to update a stat.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="com.threerings.stats.server.persist.StringCodeRecord">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/stats/server/persist/StringCodeRecord.html" title="class in com.threerings.stats.server.persist">com.threerings.stats.server.persist.StringCodeRecord</a> extends <a href="http://threerings.github.com/depot/apidocs/com/samskivert/depot/PersistentRecord.html?is-external=true" title="class or interface in com.samskivert.depot">PersistentRecord</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>statCode</h4>
|
|
<pre>int statCode</pre>
|
|
<div class="block">The code of the stat.</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>value</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>code</h4>
|
|
<pre>int code</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.whirled.spot.data</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.whirled.spot.data.Cluster">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/whirled/spot/data/Cluster.html" title="class in com.threerings.whirled.spot.data">com.threerings.whirled.spot.data.Cluster</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true" title="class or interface in java.awt">Rectangle</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>clusterOid</h4>
|
|
<pre>int clusterOid</pre>
|
|
<div class="block">A unique identifier for this cluster (also the distributed object
|
|
id of the cluster chat object).</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.whirled.spot.server</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.whirled.spot.server.SpotSceneManager.ClusterRecord">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class com.threerings.whirled.spot.server.SpotSceneManager.ClusterRecord extends <a href="http://samskivert.github.com/samskivert/apidocs/com/samskivert/util/HashIntMap.html?is-external=true" title="class or interface in com.samskivert.util">HashIntMap</a><<a href="com/threerings/whirled/spot/data/ClusteredBodyObject.html" title="interface in com.threerings.whirled.spot.data">ClusteredBodyObject</a>> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_clobj</h4>
|
|
<pre><a href="com/threerings/whirled/spot/data/ClusterObject.html" title="class in com.threerings.whirled.spot.data">ClusterObject</a> _clobj</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_cluster</h4>
|
|
<pre><a href="com/threerings/whirled/spot/data/Cluster.html" title="class in com.threerings.whirled.spot.data">Cluster</a> _cluster</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package com.threerings.whirled.util</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.threerings.whirled.util.NoSuchSceneException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="com/threerings/whirled/util/NoSuchSceneException.html" title="class in com.threerings.whirled.util">com.threerings.whirled.util.NoSuchSceneException</a> extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>_sceneId</h4>
|
|
<pre>int _sceneId</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.bottom.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
<p class="legalCopy"><small>Copyright © 2015. All rights reserved.</small></p>
|
|
</body>
|
|
</html>
|