Serialized Form


Package org.vizzini

Class org.vizzini.VizziniException extends Exception implements Serializable

serialVersionUID: 1L

Class org.vizzini.VizziniRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.vizzini.ai.logic

Class org.vizzini.ai.logic.LogicException extends Exception implements Serializable

serialVersionUID: 1L


Package org.vizzini.ai.neuralnetwork

Class org.vizzini.ai.neuralnetwork.DefaultNeuralNetwork extends AbstractNeuralNetwork implements Serializable

serialVersionUID: 1L

Class org.vizzini.ai.neuralnetwork.FeedForwardNetwork extends AbstractNeuralNetwork implements Serializable

serialVersionUID: 1L


Package org.vizzini.ai.neuralnetwork.function

Class org.vizzini.ai.neuralnetwork.function.BipolarSigmoidFunction extends AbstractActivationFunction implements Serializable

serialVersionUID: 1L

Class org.vizzini.ai.neuralnetwork.function.PassThroughFunction extends AbstractActivationFunction implements Serializable

serialVersionUID: 1L

Class org.vizzini.ai.neuralnetwork.function.SigmoidFunction extends AbstractActivationFunction implements Serializable

serialVersionUID: 1L

Class org.vizzini.ai.neuralnetwork.function.ThresholdFunction extends AbstractActivationFunction implements Serializable

serialVersionUID: 1L

Class org.vizzini.ai.neuralnetwork.function.ThresholdLinearFunction extends AbstractActivationFunction implements Serializable

serialVersionUID: 1L


Package org.vizzini.example.ant.ui

Class org.vizzini.example.ant.ui.AntContextUI extends JPanel implements Serializable

Serialized Fields

_context

AntContext _context
Context.


_foodCountUI

JLabel _foodCountUI
Food count widget.


_gridUI

GridUI _gridUI
Grid widget.


_headingUI

JLabel _headingUI
Heading widget.


_positionUI

JLabel _positionUI
Position widget.


_timeUI

JLabel _timeUI
Time widget.

Class org.vizzini.example.ant.ui.AntUI extends AbstractApp implements Serializable

serialVersionUID: 1L

Serialized Fields

_chromosome

IChromosomeGP _chromosome
Current chromosome.


_contextUI

AntContextUI _contextUI
Context.


_isRunning

boolean _isRunning
Flag indicating if the simulator is running.


_statusManager

StatusManager _statusManager
Status manager.


_timer

Timer _timer
Timer.

Class org.vizzini.example.ant.ui.GridUI extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_antColor

WheelColor _antColor
Ant color.


_cellSize

int _cellSize
Cell size.


_foodColor

WheelColor _foodColor
Food color.


_footprintColor

WheelColor _footprintColor
Footprint color.


_grid

Grid _grid
Grid.


_gridLineColor

WheelColor _gridLineColor
Grid line color.


Package org.vizzini.example.artemischess.ui

Class org.vizzini.example.artemischess.ui.GameUISwing extends AbstractChessGameUISwing implements Serializable

serialVersionUID: 1L


Package org.vizzini.example.chess.ui

Class org.vizzini.example.chess.ui.GameUISwing extends AbstractChessGameUISwing implements Serializable

serialVersionUID: 1L


Package org.vizzini.example.gin

Class org.vizzini.example.gin.Environment extends AbstractCardTable implements Serializable

serialVersionUID: 1L

Class org.vizzini.example.gin.SimpleComputerAgent extends AbstractComputerAgent implements Serializable

serialVersionUID: 1L


Package org.vizzini.example.gin.ui

Class org.vizzini.example.gin.ui.EnvironmentUISwing extends AbstractCardEnvUISwing implements Serializable

serialVersionUID: 1L

Serialized Fields

_agentOneLabel

JLabel _agentOneLabel
Agent one label.


_agentTwoLabel

JLabel _agentTwoLabel
Agent two label.


_discardPileUI

CardCollectionUI _discardPileUI
Discard pile widget.


_drawPileUI

CardCollectionUI _drawPileUI
Draw pile widget.


_handOneUI

CardCollectionUI _handOneUI
Agent one hand widget.


_handTwoUI

CardCollectionUI _handTwoUI
Agent two hand widget.

Class org.vizzini.example.gin.ui.GameUISwing extends AbstractCardGameUISwing implements Serializable

serialVersionUID: 1L

Class org.vizzini.example.gin.ui.MouseHumanAgent extends AbstractHumanAgent implements Serializable

serialVersionUID: 1L

Serialized Fields

_newMouseEvent

MouseEvent _newMouseEvent
Next card to play.

Class org.vizzini.example.gin.ui.TextHumanAgent extends AbstractHumanAgent implements Serializable

serialVersionUID: 1L


Package org.vizzini.example.pong

Class org.vizzini.example.pong.Action extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_isUp

boolean _isUp
Flag indicating whether the command is move up or move down.

Class org.vizzini.example.pong.Ball extends AbstractToken implements Serializable

serialVersionUID: 1L

Serialized Fields

_acceleration

double _acceleration
Scalar acceleration per cycle.


_ballRectangle

Rectangle _ballRectangle
Ball rectangle.


_isBounced

boolean _isBounced
Flag indicating whether this has bounced.


_radius

int _radius
Radius.


_speed

int _speed
Paddle movement speed in distance per cycle.


_velocity

VectorPosition _velocity
Velocity.

Class org.vizzini.example.pong.ComputerAgent extends AbstractComputerAgent implements Serializable

serialVersionUID: 1L

Serialized Fields

_lastTurnNumber

long _lastTurnNumber
Last turn number.

Class org.vizzini.example.pong.Environment extends AbstractArcadeEnvironment implements Serializable

serialVersionUID: 1L

Serialized Fields

_bottomRectangle

Rectangle _bottomRectangle
Bottom rectangle.


_lastScoredAgent

IAgent _lastScoredAgent
Last agent to score.


_topRectangle

Rectangle _topRectangle
Top rectangle.

Class org.vizzini.example.pong.Paddle extends AbstractToken implements Serializable

serialVersionUID: 1L

Serialized Fields

_dimension

Dimension _dimension
Dimension. The values represent half the size, or the span from the center.


_paddleRectangle

Rectangle _paddleRectangle
Paddle rectangle.


_speed

int _speed
Paddle movement speed in distance per cycle.


Package org.vizzini.example.pong.ui

Class org.vizzini.example.pong.ui.EnvironmentUISwing extends AbstractArcadeEnvUISwing implements Serializable

serialVersionUID: 1L

Serialized Fields

_ballColor

Color _ballColor
Ball color.


_bounceAudioClip

AudioClip _bounceAudioClip
Bounce audio clip.


_isScorePainted

boolean _isScorePainted
Flag indicating whether the scores are painted.


_paddleColor

Color _paddleColor
Paddle color.


_scoreColor

Color _scoreColor
Score color.


_scoreFont

Font _scoreFont
Score font.

Class org.vizzini.example.pong.ui.GameUISwing extends AbstractArcadeGameUISwing implements Serializable

serialVersionUID: 1L

Serialized Fields

_scoreDisplayTime

int _scoreDisplayTime
Score display time in milliseconds.

Class org.vizzini.example.pong.ui.MouseHumanAgent extends AbstractHumanAgent implements Serializable

serialVersionUID: 1L

Serialized Fields

_actionReceivedManager

ActionReceivedManager _actionReceivedManager
Action received manager.


_lastTurnNumber

long _lastTurnNumber
Last turn number.


_targetY

int _targetY
Target Y coordinate.


Package org.vizzini.example.qubic.ui

Class org.vizzini.example.qubic.ui.GameUISwing extends AbstractBoardgameUISwing implements Serializable

serialVersionUID: 1L

Class org.vizzini.example.qubic.ui.GridBoardUISwing extends GridBoard3DUISwing implements Serializable

serialVersionUID: 1L


Package org.vizzini.example.raumschachchess.ui

Class org.vizzini.example.raumschachchess.ui.GameUISwing extends AbstractChessGameUISwing implements Serializable

serialVersionUID: 1L


Package org.vizzini.example.solarsystem.ui

Class org.vizzini.example.solarsystem.ui.EnvironmentUISwing extends AbstractSimEnvironmentUISwing implements Serializable

serialVersionUID: 1L

Class org.vizzini.example.solarsystem.ui.GameUISwing extends AbstractSimulationUISwing implements Serializable

serialVersionUID: 1L


Package org.vizzini.example.tictactoe

Class org.vizzini.example.tictactoe.NeuralNetworkEvaluator extends AbstractNeuralGridBoardEvaluator implements Serializable

serialVersionUID: 1L

Serialized Fields

_inputs

double[] _inputs
Neural network inputs array.


Package org.vizzini.example.tictactoe.ui

Class org.vizzini.example.tictactoe.ui.GameUISwing extends AbstractBoardgameUISwing implements Serializable

serialVersionUID: 1L

Class org.vizzini.example.tictactoe.ui.GridBoardUISwing extends GridBoardUISwing implements Serializable

serialVersionUID: 1L

Class org.vizzini.example.tictactoe.ui.TokenUISwing extends AbstractTokenUISwing implements Serializable

serialVersionUID: 1L


Package org.vizzini.game

Class org.vizzini.game.AbstractAgent extends Object implements Serializable

Serialized Fields

_index

int _index
Property index.


_name

String _name
The agent's name.


_properties

Properties _properties
Agent configuration properties.


_score

long _score
The agent's score.


_team

ITeam _team
The associated team.


_tokenCollectionClass

Class _tokenCollectionClass
Token collection class.

Class org.vizzini.game.AbstractComputerAgent extends AbstractAgent implements Serializable

Serialized Fields

_evaluator

IEvaluator _evaluator
The evaluator used to evaluate environments.


_isBusy

boolean _isBusy
Flag indicating if this is busy.

Class org.vizzini.game.AbstractEnvironment extends Object implements Serializable

Serialized Fields

_agentCollection

IAgentCollection _agentCollection
Agent collection.


_properties

Properties _properties
Environment configuration properties.


_teamCollection

ITeamCollection _teamCollection
Team collection.


_tokenCollection

ITokenCollection _tokenCollection
Token collection.


_tokenCollectionClass

Class _tokenCollectionClass
Token collection class.


_turnNumber

long _turnNumber
Turn number.

Class org.vizzini.game.AbstractEvaluator extends Object implements Serializable

Class org.vizzini.game.AbstractGameState extends AbstractDocument implements Serializable

Serialized Fields

_agentCollection

IAgentCollection _agentCollection
Agent collection.


_tokenCollection

ITokenCollection _tokenCollection
Token collection.


_gameIdentifier

String _gameIdentifier
Game identifier.


_turnNumber

long _turnNumber
Turn number.

Class org.vizzini.game.AbstractHumanAgent extends AbstractAgent implements Serializable

Class org.vizzini.game.AbstractNeuralNetworkEvaluator extends AbstractEvaluator implements Serializable

Serialized Fields

_neuralNetwork

INeuralNetwork _neuralNetwork
Neural network.

Class org.vizzini.game.AbstractPosition extends Object implements Serializable

Class org.vizzini.game.AbstractTeam extends Object implements Serializable

Serialized Fields

_name

String _name
The team's name.

Class org.vizzini.game.AbstractToken extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException
Provide custom serialization handling to use the cached IntegerPosition.

Throws:
IOException
Since:
v0.2
Serialized Fields

_agent

IAgent _agent
The associated agent.


_index

int _index
Token index (used for accessing configuration properties).


_name

String _name
The token's name.


_position

IPosition _position
The token's position.


_team

ITeam _team
The associated team.


_value

int _value
The token's value.

Class org.vizzini.game.AgentCollection extends AbstractMap implements Serializable

serialVersionUID: 1L

Serialized Fields

_agentToOpponents

Map _agentToOpponents
Map of agent to opponents.


_data

Map _data
Data.


_nameToAgent

Map _nameToAgent
Map of agent name to agent.

Class org.vizzini.game.DefaultAgent extends AbstractAgent implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.DefaultEnvironment extends AbstractEnvironment implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.DefaultEvaluator extends AbstractEvaluator implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.DefaultGameState extends AbstractGameState implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.DefaultTeam extends AbstractTeam implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.DefaultToken extends AbstractToken implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.GameException extends VizziniException implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.GameRuntimeException extends VizziniRuntimeException implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.IntegerPosition extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Resolve the IntegerPosition read from serialization to a pooled object in this JVM. The serialization mechanism bypasses the constructor.

Throws:
ObjectStreamException
Serialized Fields

_x

int _x
The x coordinate.


_y

int _y
The y coordinate.


_z

int _z
The z coordinate.

Class org.vizzini.game.TeamCollection extends AbstractMap implements Serializable

serialVersionUID: 1L

Serialized Fields

_data

Map _data
Data.

Class org.vizzini.game.TokenArrayCollection extends AbstractCollection implements Serializable

serialVersionUID: 1L

Serialized Fields

_data

IToken[][][] _data

Class org.vizzini.game.TokenCollection extends AbstractMap implements Serializable

serialVersionUID: 1L

Serialized Fields

_data

Map _data
Data.

Class org.vizzini.game.TokenPositionCollection extends TokenCollection implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.VectorPosition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_vector

Vector _vector
Vector.


Package org.vizzini.game.action

Class org.vizzini.game.action.AbstractAction extends Object implements Serializable

Serialized Fields

_agent

IAgent _agent
The agent who originated this action.


_rating

int _rating
Rating.

Class org.vizzini.game.action.ActionCollection extends AbstractList implements Serializable

serialVersionUID: 1L

Serialized Fields

_data

List _data
Data.

Class org.vizzini.game.action.DefaultAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.action.IllegalActionException extends GameException implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.action.IllegalActionRuntimeException extends GameRuntimeException implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.action.RedoAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.action.UndoAction extends AbstractAction implements Serializable

serialVersionUID: 1L


Package org.vizzini.game.arcadegame

Class org.vizzini.game.arcadegame.AbstractArcadeEnvironment extends AbstractEnvironment implements Serializable

Serialized Fields

_dimension

Dimension _dimension
Dimension.


Package org.vizzini.game.boardgame

Class org.vizzini.game.boardgame.AbstractGridBoard extends AbstractEnvironment implements Serializable

Serialized Fields

_isActionHistoryUsed

boolean _isActionHistoryUsed
Flag indicating whether action history is used.


_lastAgent

IAgent _lastAgent
The last agent.

Class org.vizzini.game.boardgame.AbstractNeuralGridBoardEvaluator extends AbstractNeuralNetworkEvaluator implements Serializable

Class org.vizzini.game.boardgame.AbstractSimpleAgent extends AbstractComputerAgent implements Serializable

Class org.vizzini.game.boardgame.DefaultBoardGameToken extends DefaultToken implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.DefaultGridBoard extends AbstractGridBoard implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.EvaluatedPlacementAgent extends AbstractComputerAgent implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.GPFunctionEvaluator extends AbstractEvaluator implements Serializable

serialVersionUID: 1L

Serialized Fields

_function

IFunction _function
Genetic programming function.

Class org.vizzini.game.boardgame.SimplePlacementAgent extends AbstractSimpleAgent implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.TokenLineEvaluator extends DefaultEvaluator implements Serializable

serialVersionUID: 1L

Serialized Fields

_weights

int[] _weights
Weights for token positions.

Class org.vizzini.game.boardgame.WeightedEvaluator extends DefaultEvaluator implements Serializable

serialVersionUID: 1L

Serialized Fields

_weights

int[] _weights
Weights for token positions.


Package org.vizzini.game.boardgame.action

Class org.vizzini.game.boardgame.action.AbstractGridBoardAction extends AbstractAction implements Serializable

Serialized Fields

_gridBoard

IGridBoard _gridBoard
Grid board.


_toPosition

IntegerPosition _toPosition
To position.

Class org.vizzini.game.boardgame.action.AbstractMoveAction extends AbstractGridBoardAction implements Serializable

Serialized Fields

_fromPosition

IntegerPosition _fromPosition
From position.

Class org.vizzini.game.boardgame.action.MoveAction extends AbstractMoveAction implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.action.MoveCaptureAction extends AbstractMoveAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_moveAction

MoveAction _moveAction
Move action.


_removeAction

RemoveAction _removeAction
Remove action.

Class org.vizzini.game.boardgame.action.PlaceAction extends AbstractGridBoardAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_tokenClass

Class _tokenClass
Token class.

Class org.vizzini.game.boardgame.action.RemoveAction extends AbstractGridBoardAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_token

IToken _token
Removed token.


Package org.vizzini.game.boardgame.chess

Class org.vizzini.game.boardgame.chess.AbstractChessComputerAgent extends AbstractComputerAgent implements Serializable

Serialized Fields

_isPawnPrompt

boolean _isPawnPrompt
Flag indicating whether to prompt for the pawn promotion type.

Class org.vizzini.game.boardgame.chess.AbstractChessEnvironment extends AbstractGridBoard implements Serializable

Serialized Fields

_agentBlack

IChessAgent _agentBlack
Agent black.


_agentWhite

IChessAgent _agentWhite
Agent white.


_enPassantCaptureRanks

int[] _enPassantCaptureRanks
En passant capture ranks for White and Black.


_initialKingBlack

IntegerPosition _initialKingBlack
The initial King position for Black.


_initialKingsRookBlack

IntegerPosition _initialKingsRookBlack
The initial King's Rook position for Black.


_initialKingsRookWhite

IntegerPosition _initialKingsRookWhite
The initial King's Rook position for White.


_initialKingWhite

IntegerPosition _initialKingWhite
The initial King position for White.


_initialPawnPositionsBlack

Set _initialPawnPositionsBlack
Collection of initial Pawn positions for Black.


_initialPawnPositionsWhite

Set _initialPawnPositionsWhite
Collection of initial Pawn positions for White.


_initialQueensRookBlack

IntegerPosition _initialQueensRookBlack
The initial Queen's Rook position for Black.


_initialQueensRookWhite

IntegerPosition _initialQueensRookWhite
The initial Queen's Rook position for White.


_isInitialized

boolean _isInitialized
Flag indicating the initial positins are known.


_kingsCastleDeltaFiles

int[] _kingsCastleDeltaFiles
King's castle delta file.


_rooksCastleDeltaFiles

int[] _rooksCastleDeltaFiles
Rook's castle delta file.

Class org.vizzini.game.boardgame.chess.AbstractChessToken extends AbstractToken implements Serializable

Serialized Fields

_actions

List _actions
Actions list.


_isWhite

boolean _isWhite
Flag indicating if this belongs to team white.

Class org.vizzini.game.boardgame.chess.ChessTokenCollection extends TokenArrayCollection implements Serializable

serialVersionUID: 1L

Serialized Fields

_kingBlack

IKing _kingBlack
King for black agent.


_kingWhite

IKing _kingWhite
King for white agent.

Class org.vizzini.game.boardgame.chess.DefaultChessEnvironment extends AbstractChessEnvironment implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.chess.DefaultChessEvaluator extends AbstractEvaluator implements Serializable

serialVersionUID: 1L

Serialized Fields

_values

int[] _values
Token values in the order Pawn, Knight, Bishop, Rook, Queen, Mace.

Class org.vizzini.game.boardgame.chess.SearchChessAgent extends SearchAgent implements Serializable

serialVersionUID: 1L

Serialized Fields

_isActionHistoryUsed

boolean _isActionHistoryUsed
Flag indicating whether action history is used during the search.


_isPawnPrompt

boolean _isPawnPrompt
Flag indicating whether to prompt for the pawn promotion type.

Class org.vizzini.game.boardgame.chess.SimpleChessAgent extends AbstractChessComputerAgent implements Serializable

serialVersionUID: 1L


Package org.vizzini.game.boardgame.chess.action

Class org.vizzini.game.boardgame.chess.action.CastleAction extends AbstractMoveAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_moveAction

MoveAction _moveAction
Move action (for the King).


_placeAction

PlaceAction _placeAction
Place action (for the Rook).


_removeAction

RemoveAction _removeAction
Remove action (for the Rook).

Class org.vizzini.game.boardgame.chess.action.EnPassantCaptureAction extends AbstractMoveAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_moveAction

MoveAction _moveAction
Move action .


_removeAction

RemoveAction _removeAction
Remove action.

Class org.vizzini.game.boardgame.chess.action.PawnPromotionAction extends AbstractMoveAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_placeAction

PlaceAction _placeAction
Place action.


_removeAction

RemoveAction _removeAction
Remove action.

Class org.vizzini.game.boardgame.chess.action.PawnPromotionCaptureAction extends AbstractMoveAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_pawnPromotionAction

PawnPromotionAction _pawnPromotionAction
Pawn promotion action.


_removeAction

RemoveAction _removeAction
Remove target action.


Package org.vizzini.game.boardgame.chess.standardtoken

Class org.vizzini.game.boardgame.chess.standardtoken.Bishop extends AbstractChessToken implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.chess.standardtoken.King extends AbstractChessToken implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.chess.standardtoken.Knight extends AbstractChessToken implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.chess.standardtoken.Mace extends AbstractChessToken implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.chess.standardtoken.Pawn extends AbstractChessToken implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.chess.standardtoken.Queen extends AbstractChessToken implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.boardgame.chess.standardtoken.Rook extends AbstractChessToken implements Serializable

serialVersionUID: 1L


Package org.vizzini.game.cardgame

Class org.vizzini.game.cardgame.AbstractCard extends AbstractToken implements Serializable

Serialized Fields

_suit

ISuit _suit
Suit.

Class org.vizzini.game.cardgame.AbstractCardTable extends AbstractEnvironment implements Serializable

Serialized Fields

_discardPile

ICardCollection _discardPile
Discard pile.


_suits

List _suits
Collection of suits.

Class org.vizzini.game.cardgame.AbstractSuit extends Object implements Serializable

Serialized Fields

_name

String _name
Name.

Class org.vizzini.game.cardgame.CardCollection extends TokenCollection implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.cardgame.DefaultSuit extends AbstractSuit implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.cardgame.DiscardAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_card

ICard _card
Card to discard.

Class org.vizzini.game.cardgame.DrawAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.cardgame.PokerCard extends AbstractCard implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.cardgame.PokerDeck extends CardCollection implements Serializable

serialVersionUID: 1L

Serialized Fields

_isUsingJokers

boolean _isUsingJokers
Flag indicating whether Jokers are in use.


_numCards

int _numCards
Number of cards originally in this deck.

Class org.vizzini.game.cardgame.TakeDiscardAction extends AbstractAction implements Serializable

serialVersionUID: 1L


Package org.vizzini.game.search

Class org.vizzini.game.search.SearchAgent extends AbstractComputerAgent implements Serializable

serialVersionUID: 1L

Serialized Fields

_depth

int _depth
Search depth.


Package org.vizzini.game.simulation

Class org.vizzini.game.simulation.AbstractPhysicalObject extends AbstractToken implements Serializable

Serialized Fields

_bounds

Ellipsoid _bounds
Bounds.


_isLightSource

boolean _isLightSource
Flag indicating whether this is a light source.


_mu

double _mu
Gravitational parameter for this object.


_orbitPrimaryName

String _orbitPrimaryName
Orbit primary name.


_statefulSupport

StatefulSupport _statefulSupport
Stateful delegate.

Class org.vizzini.game.simulation.AbstractSimulationEnvironment extends AbstractEnvironment implements Serializable

Serialized Fields

_forceDistributor

ForceDistributor _forceDistributor
Force distributor.


_minCycleTime

long _minCycleTime
Minimum cycle time (milliseconds).


_simDate

Date _simDate
Current simulation date time.


_startDate

Date _startDate
Simulation start date time.

Class org.vizzini.game.simulation.DefaultPhysicalObject extends AbstractPhysicalObject implements Serializable

serialVersionUID: 1L

Class org.vizzini.game.simulation.DefaultSimulationEnvironment extends AbstractSimulationEnvironment implements Serializable

serialVersionUID: 1L


Package org.vizzini.math

Class org.vizzini.math.DynamicState extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_acceleration

Vector _acceleration
Rate of change of rate of change of position.


_angularAcceleration

Quaternion _angularAcceleration
Rate of change of rate of change of orientation.


_angularVelocity

Quaternion _angularVelocity
Rate of change of orientation.


_mass

double _mass
Mass.


_massAcceleration

double _massAcceleration
Rate of change of rate of change of mass.


_massVelocity

double _massVelocity
Rate of change of mass.


_momentOfInertia

double[] _momentOfInertia
Moment of inertia.


_state

State _state
State used as a delegate for simple state.


_velocity

Vector _velocity
Rate of change of position.

Class org.vizzini.math.Ellipsoid extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_a

double _a
A component.


_b

double _b
B component.


_c

double _c
C component.

Class org.vizzini.math.Quaternion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_magnitude

double _magnitude
Magnitude.


_q

double _q
Q component.


_x

double _x
X component.


_y

double _y
Y component.


_z

double _z
Z component.

Class org.vizzini.math.State extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_orientation

Quaternion _orientation
Orientation.


_position

Vector _position
Position.


_previousPosition

Vector _previousPosition
Position.

Class org.vizzini.math.StatefulSupport extends Object implements Serializable

Serialized Fields

_state

IState _state
State.

Class org.vizzini.math.Vector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_magnitude

double _magnitude
Magnitude.


_x

double _x
X component.


_y

double _y
Y component.


_z

double _z
Z component.


Package org.vizzini.tool.colordesigner

Class org.vizzini.tool.colordesigner.ColorDesigner extends AbstractApp implements Serializable

serialVersionUID: 1L

Serialized Fields

_brighterUI

JButton _brighterUI

_colorUI

ColorButton _colorUI

_darkerUI

JButton _darkerUI

Class org.vizzini.tool.colordesigner.ColorPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_showAnalogous

boolean _showAnalogous
Flag indicating whether to show analogous colors.


_showComplement

boolean _showComplement
Flag indicating whether to show complementary colors.


Package org.vizzini.ui

Class org.vizzini.ui.AboutDialog extends AbstractOptionPane implements Serializable

serialVersionUID: 1L

Serialized Fields

_contactPanel

JPanel _contactPanel
Contact panel.


_descriptionArea

JTextArea _descriptionArea
Description area.


_freeMemoryUI

JLabel _freeMemoryUI
Free memory widget.


_maxMemoryUI

JLabel _maxMemoryUI
Maximum memory widget.


_systemsPropertiesPanel

JPanel _systemsPropertiesPanel
Systems properties panel.


_topPanel

JPanel _topPanel
Top panel.


_totalMemoryUI

JLabel _totalMemoryUI
Total memory widget.

Class org.vizzini.ui.AbstractApp extends JApplet implements Serializable

Serialized Fields

_aboutDialog

AboutDialog _aboutDialog
Handle to the about dialog.


_frame

JFrame _frame
Handle to the frame.


_previousCursor

Cursor _previousCursor
Handle to the previous cursor.

Class org.vizzini.ui.AbstractOptionPane extends JOptionPane implements Serializable

Serialized Fields

_title

String _title
Full title including the owner title, if any.


_customText

String _customText
Localized custom text; used if option type is CUSTOM_.


_dialog

JDialog _dialog
Dialog which holds this option pane.


_isDirty

boolean _isDirty
Flag to indicate if data in this dialog has been changed.


_mainPanel

JPanel _mainPanel
Main panel.


_myOptionType

int _myOptionType
Option type. Exists to handle added options.


_ownerTitle

String _ownerTitle
The title string representing the owning application.


_parentComponent

Component _parentComponent
Parent component.

Class org.vizzini.ui.ColorButton extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_isDirty

boolean _isDirty
Flag indicating whether data has changed.

Class org.vizzini.ui.ColorChooser extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_colorUI

ColorButton _colorUI
Color chooser.


_label

JLabel _label
Color label.

Class org.vizzini.ui.DescribedTable extends SortTable implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.FilteredTable extends DescribedTable implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.GridLayout2 extends GridLayout implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.ItemAwareMenu extends JMenu implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.MenuButton extends JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

_arrowHeight

int _arrowHeight
Arrow height.


_isArrowPainted

boolean _isArrowPainted
Flag indicating whether to paint the menu button arrow.


_isHintSet

boolean _isHintSet
Flag indicating whether the rendering hints have been set.


_popupMenu

JPopupMenu _popupMenu
Popup menu.

Class org.vizzini.ui.SortTable extends JTable implements Serializable

serialVersionUID: 1L

Serialized Fields

_alternateRowColor

Color _alternateRowColor
Alternate row background color.


_headerRenderer

SortTable.TableHeaderRenderer _headerRenderer
Table header renderer.


_isAlternatingRowColors

boolean _isAlternatingRowColors
Flag indicating whether to use alternating row colors.


_tableSorter

TableSorter _tableSorter
The table sorter. Keep a reference for efficiency.

Class org.vizzini.ui.SortTable.TableHeaderRenderer extends JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

_ascendingIcon

Icon _ascendingIcon
Down icon.


_descendingIcon

Icon _descendingIcon
Up icon.

Class org.vizzini.ui.StatusBar extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_labelsUI

JLabel[] _labelsUI
Collection of message labels.


_relativeSizes

int[] _relativeSizes
Array of the relative sizes of the message labels.


_timers

Timer[] _timers
Collection of timers, one for each label.

Class org.vizzini.ui.UpsideDownLabel extends JLabel implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.WheelColor extends Color implements Serializable

serialVersionUID: 1L

Serialized Fields

_alternateName

String _alternateName
The alternate color name.


_analogous

WheelColor[] _analogous
The analogous colors.


_complement

WheelColor _complement
The complementary color.


_factor

double _factor
Factor used for computing analogous colors.


_name

String _name
The color name.


_type

String _type
The color type.


Package org.vizzini.ui.ai.logic

Class org.vizzini.ui.ai.logic.AbstractSentenceEditor extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_sentence

ISentence _sentence
Sentence.

Class org.vizzini.ui.ai.logic.ArgumentEditor extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_argTypeUI

JComboBox _argTypeUI
Argument type widget.


_argument

IArgument _argument
Argument.


_literalUI

JTextField _literalUI
Literal argument widget.


_propertyUI

JComboBox _propertyUI
Property argument widget.

Class org.vizzini.ui.ai.logic.BinaryAtomicSentenceEditor extends AbstractSentenceEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

_leftUI

ArgumentEditor _leftUI
Left argument widget.


_operatorUI

JComboBox _operatorUI
Operator type widget.


_rightUI

ArgumentEditor _rightUI
Right argument widget.

Class org.vizzini.ui.ai.logic.ComplexSentenceEditor extends AbstractSentenceEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

_connectiveUI

JComboBox _connectiveUI
Connective type widget.


_leftUI

JComboBox _leftUI
Left sentence widget.


_rightUI

JComboBox _rightUI
Right sentence widget.

Class org.vizzini.ui.ai.logic.EditFiltersDialog extends AbstractOptionPane implements Serializable

serialVersionUID: 1L

Serialized Fields

_propertyNames

List _propertyNames
Property names.


_sentencesEditor

SentencesEditor _sentencesEditor
Sentence list widget.

Class org.vizzini.ui.ai.logic.FilterChooser extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_appName

String _appName
Application name used for dialogs.


_chooserUI

JComboBox _chooserUI
Chooser widget.


_editUI

JButton _editUI
Edit filters widget.


_filterList

List _filterList
Filter list.


_propertyNames

List _propertyNames
Property names.


_selectedFilter

IFilter _selectedFilter
Selected filter.

Class org.vizzini.ui.ai.logic.SentenceEditor extends AbstractSentenceEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

_binaryAtomicSentenceUI

BinaryAtomicSentenceEditor _binaryAtomicSentenceUI
Binary atomic sentence widget.


_complexSentenceUI

ComplexSentenceEditor _complexSentenceUI
Complex sentence widget.


_descriptionUI

JTextField _descriptionUI
Description widget.


_sentenceTypeUI

JComboBox _sentenceTypeUI
Sentence type widget.

Class org.vizzini.ui.ai.logic.SentencesEditor extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_baseAddUI

JButton _baseAddUI
Template add widget.


_baseRemoveUI

JButton _baseRemoveUI
Template remove widget.


_baseSentenceUI

SentenceEditor _baseSentenceUI
Template sentence widget.


_propertyNames

List _propertyNames
Property names.


_sentences

List _sentences
Sentences.


Package org.vizzini.ui.database

Class org.vizzini.ui.database.AbstractAssociateDialog extends AbstractOptionPane implements Serializable

Serialized Fields

_bean

DatabaseTablesBean _bean
The viewer bean.


_isEditMode

boolean _isEditMode
Flag indicating if we're in edit mode or view mode.


_subject

IRecord _subject
The item to which to associate.

Class org.vizzini.ui.database.AssociatedDialog extends AbstractAssociateDialog implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.database.AssociateDialog extends AbstractAssociateDialog implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.database.DatabaseTablesBean extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_tablePanels

Map _tablePanels
Map of table name to table panel instance.


_database

IDatabase _database
The database.


_fileChooser

JFileChooser _fileChooser
Handle to the file chooser.


_frame

Frame _frame
Handle to the owner's frame (can be null).


_isEditMode

boolean _isEditMode
Flag indicating if we're in edit mode or view mode.


_previousCursor

Cursor _previousCursor
Handle to the previous cursor.


_subject

IRecord _subject
The subject IRecord of this bean (can be null).

Class org.vizzini.ui.database.DatabaseUI extends AbstractApp implements Serializable

serialVersionUID: 1L

Serialized Fields

_bean

DatabaseTablesBean _bean
The viewer bean.


_database

IDatabase _database
The database.


_helpDialog

HelpDialogSwing _helpDialog
Handle to the help dialog.

Class org.vizzini.ui.database.DisassociateDialog extends AbstractAssociateDialog implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.database.TablePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_associatedDialog

AssociatedDialog _associatedDialog
Handle to the associated dialog.


_associateDialog

AssociateDialog _associateDialog
Handle to the associate dialog.


_database

IDatabase _database
The database.


_disassociateDialog

DisassociateDialog _disassociateDialog
Handle to the disassociate dialog.


_frame

Frame _frame
Handle to the owner's frame (can be null).


_linkColumnName

String _linkColumnName
The link column name.


_popupMenu

JPopupMenu _popupMenu
Handle to the popup menu.


_previousCursor

Cursor _previousCursor
Handle to the previous cursor.


_searchColumnName

String _searchColumnName
The search column name.


_showAssociatedItems

boolean _showAssociatedItems
Flag which determines whether to show only associated items or show all items excluding associated items.


_statusBar

StatusBar _statusBar
The status bar.


_table

DescribedTable _table
The table.


_tableModel

DescribedTableModel _tableModel
The table model.


_tableName

String _tableName
The table name.


_toolBar

JToolBar _toolBar
Handle to the tool bar.


Package org.vizzini.ui.game

Class org.vizzini.ui.game.AbstractEnvironmentUISwing extends JPanel implements Serializable

Serialized Fields

_support

EnvironmentUISupport _support
Environment UI support.

Class org.vizzini.ui.game.AbstractGameUISwing extends AbstractApp implements Serializable

Serialized Fields

_fileChooser

JFileChooser _fileChooser
File chooser.


_gameUISupport

GameUISupport _gameUISupport
Game UI support.


_gameWinnerAudioClip

AudioClip _gameWinnerAudioClip
Game winner audio clip.


_statusManager

StatusManager _statusManager
Status manager.

Class org.vizzini.ui.game.AbstractTokenUISwing extends JPanel implements Serializable

Serialized Fields

_support

TokenUISupport _support
Token UI support.

Class org.vizzini.ui.game.AgentPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_descriptionUI

JTextArea _descriptionUI
Agent description widget.


_nameUI

JTextField _nameUI
Agent name widget.


_searchDepthLabel

JLabel _searchDepthLabel
Search depth label.


_searchDepthUI

JSpinner _searchDepthUI
Search depth widget.


_team

ITeam _team
The agent's team.


_typeUI

JComboBox _typeUI
Agent type widget.

Class org.vizzini.ui.game.NewGameDialogSwing extends AbstractOptionPane implements Serializable

serialVersionUID: 1L

Serialized Fields

_agentPanels

AgentPanel[] _agentPanels
Agent panels.


Package org.vizzini.ui.game.arcadegame

Class org.vizzini.ui.game.arcadegame.AbstractArcadeEnvUISwing extends AbstractEnvironmentUISwing implements Serializable

Serialized Fields

_scaleX

double _scaleX
Scale factor for X.


_scaleY

double _scaleY
Scale factor for Y.

Class org.vizzini.ui.game.arcadegame.AbstractArcadeGameUISwing extends AbstractGameUISwing implements Serializable


Package org.vizzini.ui.game.boardgame

Class org.vizzini.ui.game.boardgame.AbstractBoardgameUISwing extends AbstractGameUISwing implements Serializable

Class org.vizzini.ui.game.boardgame.AbstractGridBoardUISwing extends AbstractEnvironmentUISwing implements Serializable

Serialized Fields

_boardColor

Color _boardColor
Board color.


_currentColor

Color _currentColor
Current color.


_currentHighlightData

HighlightData _currentHighlightData
Current highlight data.


_currentHighlightWidth

int _currentHighlightWidth
Current highlight width.


_firstColor

Color _firstColor
First color.


_gridLineColor

Color _gridLineColor
Grid line color.


_isLabelPainted

boolean _isLabelPainted
Flag indicating whether the labels are painted.


_labelColor

Color _labelColor
Label color.


_lastMoveColor

Color _lastMoveColor
Last move color.


_lastMoveHighlightData

HighlightData _lastMoveHighlightData
Last move highlight data.


_lastMoveHighlightWidth

int _lastMoveHighlightWidth
Last move highlight width.


_placementAudioClip

AudioClip _placementAudioClip
Placement audio clip.


_secondColor

Color _secondColor
Second color.


_selectionColor

Color _selectionColor
Selection color.


_selectionHighlightData

HighlightData _selectionHighlightData
Selection highlight data.


_selectionHighlightWidth

int _selectionHighlightWidth
Selection highlight width.

Class org.vizzini.ui.game.boardgame.DefaultGridBoard3DUISwing extends GridBoard3DUISwing implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.game.boardgame.GridBoard3DUISwing extends AbstractGridBoardUISwing implements Serializable

Serialized Fields

_arrangement

Arrangement _arrangement
The board arrangement.


_boards

BoardShape[] _boards
The 2D board levels.


_viewer

IViewerSwing _viewer
Handle to the object viewer.

Class org.vizzini.ui.game.boardgame.GridBoardUISwing extends AbstractGridBoardUISwing implements Serializable

Serialized Fields

_dimension

Dimension _dimension
Cell dimensions.


_fileCount

int _fileCount
File count.


_highlightData

List _highlightData
Collection of highlight data for highlighting squares on this board.


_lineWidth

int _lineWidth
Line width.


_max

Point _max
Maximum point.


_min

Point _min
Minimum point.


_rankCount

int _rankCount
Rank count.

Class org.vizzini.ui.game.boardgame.MovementMouseAgent extends AbstractHumanAgent implements Serializable

serialVersionUID: 1L

Serialized Fields

_desiredPositionCount

int _desiredPositionCount
Number of positions to complete a move.


_positions

List _positions
Mouse positions.


_environmentUI

IGridBoardUISwing _environmentUI
Environment UI.

Class org.vizzini.ui.game.boardgame.MovementTextAgent extends TextAgent implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.game.boardgame.PlacementMouseAgent extends AbstractHumanAgent implements Serializable

serialVersionUID: 1L

Serialized Fields

_tokenClass

Class _tokenClass
Token class.

Class org.vizzini.ui.game.boardgame.PlacementTextAgent extends TextAgent implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.game.boardgame.TextAgent extends AbstractHumanAgent implements Serializable


Package org.vizzini.ui.game.boardgame.chess

Class org.vizzini.ui.game.boardgame.chess.AbstractChessGameUISwing extends AbstractBoardgameUISwing implements Serializable

Class org.vizzini.ui.game.boardgame.chess.AbstractGridBoardUISwing extends GridBoard3DUISwing implements Serializable

Serialized Fields

_hintColor

Color _hintColor
Hint color.


_isHintMode

boolean _isHintMode
Flag indicating if we're in hint mode.


_tokenToUIMap

Map _tokenToUIMap
Map of token class to token UI class.

Class org.vizzini.ui.game.boardgame.chess.DefaultGridBoardUISwing extends AbstractGridBoardUISwing implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.game.boardgame.chess.MouseAgent extends MovementMouseAgent implements Serializable

serialVersionUID: 1L

Serialized Fields

_isCastling

boolean _isCastling
Flag indicating whether the user is attempting to castle.


_isPawnPrompt

boolean _isPawnPrompt
Flag indicating whether to prompt for the pawn promotion type.

Class org.vizzini.ui.game.boardgame.chess.PawnPromotionDialogSwing extends AbstractOptionPane implements Serializable

serialVersionUID: 1L

Serialized Fields

_type

Class _type
The selected type.


_typePanel

JPanel _typePanel
Panel which holds the type radio buttons.

Class org.vizzini.ui.game.boardgame.chess.TextAgent extends MovementTextAgent implements Serializable

serialVersionUID: 1L


Package org.vizzini.ui.game.cardgame

Class org.vizzini.ui.game.cardgame.AbstractCardCenterUI extends JPanel implements Serializable

Serialized Fields

_suit

ISuit _suit
Suit.


_isFaceUp

boolean _isFaceUp
Flag indicating if this card is face up.

Class org.vizzini.ui.game.cardgame.AbstractCardEnvUISwing extends AbstractEnvironmentUISwing implements Serializable

Class org.vizzini.ui.game.cardgame.AbstractCardGameUISwing extends AbstractGameUISwing implements Serializable

Class org.vizzini.ui.game.cardgame.CardCenterIconUI extends AbstractCardCenterUI implements Serializable

serialVersionUID: 1L

Serialized Fields

_borderWidth

int _borderWidth
Border width.


_icon

ImageIcon _icon
Court card icon.


_iconBounds

Rectangle _iconBounds
Icon bounds.

Class org.vizzini.ui.game.cardgame.CardCenterPipsUI extends AbstractCardCenterUI implements Serializable

serialVersionUID: 1L

Serialized Fields

_centerUI

JPanel _centerUI
Center panel.


_leftUI

JPanel _leftUI
Left panel.


_rightUI

JPanel _rightUI
Right panel.

Class org.vizzini.ui.game.cardgame.CardCollectionUI extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_agent

IAgent _agent
Agent owner.


_cardCollection

ICardCollection _cardCollection
Card collection.


_isExpanded

boolean _isExpanded
Flag indicating the all cards in the collection are shown.


_isFaceUp

boolean _isFaceUp
Flag indicating if this card is face up.

Class org.vizzini.ui.game.cardgame.CardCornerUI extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_nameUI

JLabel _nameUI
Name widget.


_suitUI

SuitUI _suitUI
Suit widget.

Class org.vizzini.ui.game.cardgame.CardUI extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_backColor

Color _backColor
Card back color.


_bottomCornerUI

CardCornerUI _bottomCornerUI
Bottom corner.


_card

ICard _card
Card.


_cardCenterUI

ICardCenterUI _cardCenterUI
Card center widget.


_centerUI

JPanel _centerUI
Center widget.


_faceColor

Color _faceColor
Card face color.


_isFaceUp

boolean _isFaceUp
Flag indicating if this card is face up.


_isOverlapped

boolean _isOverlapped
Flag indicating if this should be fully shown.


_leftUI

JPanel _leftUI
Left widget.


_rightUI

JPanel _rightUI
Right widget.


_topCornerUI

CardCornerUI _topCornerUI
Top corner.

Class org.vizzini.ui.game.cardgame.PokerDeckUI extends CardCollectionUI implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.game.cardgame.SuitUI extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_scale

double _scale
Scale.


_suit

ISuit _suit
Suit.


_suitUI

JLabel _suitUI
Suit widget.


Package org.vizzini.ui.game.simulation

Class org.vizzini.ui.game.simulation.AbstractSimEnvironmentUISwing extends AbstractEnvironmentUISwing implements Serializable

Serialized Fields

_viewer

IViewerSwing _viewer
Handle to the object viewer.


_tokenToTokenUIMap

Map _tokenToTokenUIMap
Map of token to token UI.

Class org.vizzini.ui.game.simulation.AbstractSimulationUISwing extends AbstractGameUISwing implements Serializable

Class org.vizzini.ui.game.simulation.DefaultSimEnvironmentUISwing extends AbstractSimEnvironmentUISwing implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.game.simulation.DefaultSimulationUISwing extends AbstractSimulationUISwing implements Serializable

serialVersionUID: 1L


Package org.vizzini.ui.graphics

Class org.vizzini.ui.graphics.AbstractViewerSwing extends JPanel implements Serializable

Serialized Fields

_canvas

IShapeCanvas _canvas
The canvas.


_xRotation

int _xRotation
The X rotation angle in degrees.


_yRotation

int _yRotation
The Y rotation angle in degrees.


_zRotation

int _zRotation
The Z rotation angle in degrees.


_isShapeMenuUsed

boolean _isShapeMenuUsed
Flag indicating if the shape menu is used.

Since:
v0.3

_magnifyPanel

JPanel _magnifyPanel
The magnify panel.


_magnifyUI

JTextField _magnifyUI
The magnify widget.


_popupMenu

JPopupMenu _popupMenu
Popup menu.


_shapeMenu

JMenu _shapeMenu
Shape menu.


_xScrollBar

JScrollBar _xScrollBar
Vertical scroll bar used for X axis rotations.


_yScrollBar

JScrollBar _yScrollBar
Horizontal scroll bar used for Y axis rotations.


_zScrollBar

JScrollBar _zScrollBar
Horizontal scroll bar used for Z axis rotations.


Package org.vizzini.ui.help

Class org.vizzini.ui.help.HelpDialogSwing extends AbstractOptionPane implements Serializable

serialVersionUID: 1L

Serialized Fields

_documentUI

JTextPane _documentUI
Document UI.


_listener

HelpDialogSwing.MyTreeSelectionListener _listener
Tree selection listener.


_model

HelpModel _model
Help model.


_nextStack

Stack _nextStack
Next page stack.


_previousStack

Stack _previousStack
Previous page stack.


_topicUI

JTree _topicUI
Topic UI.


_treeNodes

Map _treeNodes
Map of topic to tree node.


Package org.vizzini.ui.table

Class org.vizzini.ui.table.ColumnDescriptor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_cellRenderer

TableCellRenderer _cellRenderer
Table cell renderer.


_columnClass

Class _columnClass
Class of objects in this column.


_columnName

String _columnName
Name of this column.


_editable

boolean _editable
Flag indicating if this column is editable.


_enumList

List _enumList
Enumerated list, if any.


_propertyName

String _propertyName
Name of the data property shown in this column.


_visible

boolean _visible
Flag indicating if this column is visible.

Class org.vizzini.ui.table.CurrencyCellRenderer extends DecimalCellRenderer implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.table.DateCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

_formatter

SimpleDateFormat _formatter
Date formatter.

Class org.vizzini.ui.table.DecimalCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

_formatter

NumberFormat _formatter
Number formatter.


_places

int _places
Number of decimal places to display.

Class org.vizzini.ui.table.DescribedTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

_data

List _data
The table data.


_isEditMode

boolean _isEditMode
Flag indicating if we're in edit mode or view mode.


_tableDescriptor

TableDescriptor _tableDescriptor
The table descriptor.

Class org.vizzini.ui.table.FilteredTableModel extends DescribedTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

_filter

IFilter _filter
Filter.


_filteredData

List _filteredData
Filtered data.

Class org.vizzini.ui.table.HyperlinkCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.table.PercentCellRenderer extends DecimalCellRenderer implements Serializable

serialVersionUID: 1L

Class org.vizzini.ui.table.TableMap extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

model

TableModel model

Class org.vizzini.ui.table.TableSorter extends TableMap implements Serializable

serialVersionUID: 1L

Serialized Fields

ascending

boolean ascending

compares

int compares

indexes

int[] indexes

sortingColumns

Vector sortingColumns

Class org.vizzini.ui.table.TableStyleChooser extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_alternateRowColorUI

ColorChooser _alternateRowColorUI
Alternate row color user interface.


_gridColorUI

ColorChooser _gridColorUI
Grid color user interface.


_headerTextStyleUI

TextStyleChooser _headerTextStyleUI
Header font chooser.


_tableStyle

TableStyle _tableStyle
Current table style.


_textStyleUI

TextStyleChooser _textStyleUI
Text style chooser.

Class org.vizzini.ui.table.VisibleColumnsDialog extends AbstractOptionPane implements Serializable

serialVersionUID: 1L

Serialized Fields

_visibleColumnsUI

VisibleColumnsPanel _visibleColumnsUI
Visible columns panel.

Class org.vizzini.ui.table.VisibleColumnsPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_isDirty

boolean _isDirty
Flag indicating whether data has changed.


_rowCount

int _rowCount
Row count.


_tableModel

DescribedTableModel _tableModel
Described table model.


_widgetPanel

JPanel _widgetPanel
Check box panel.


Package org.vizzini.ui.text

Class org.vizzini.ui.text.FontChooser extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_family

String _family
Current font family setting.


_font

Font _font
Current font value.


_isDirty

boolean _isDirty
Flag indicating whether data has changed.


_previewScroller

JScrollPane _previewScroller
Preview scroll pane.


_previewUI

JLabel _previewUI
Preview widget.


_size

int _size
Current font size setting.


_sizeLabel

JLabel _sizeLabel
Font size label.


_sizeUI

JComboBox _sizeUI
Font size selector.


_style

int _style
Current font style setting.


_styleLabel

JLabel _styleLabel
Font style label.


_styleUI

JComboBox _styleUI
Font style selector.


_typeLabel

JLabel _typeLabel
Font type label.


_typeUI

JComboBox _typeUI
Font type selector.

Class org.vizzini.ui.text.TextColorSetChooser extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_backgroundUI

ColorChooser _backgroundUI
Background color user interface.


_foregroundUI

ColorChooser _foregroundUI
Foreground color user interface.


_textColorSet

TextColorSet _textColorSet
Current text color set.

Class org.vizzini.ui.text.TextStyleChooser extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_fontUI

FontChooser _fontUI
Font chooser.


_normalTextUI

TextColorSetChooser _normalTextUI
Normal text color set user interface.


_previewUI

JTextField _previewUI
Preview widget.


_selectionTextUI

TextColorSetChooser _selectionTextUI
Selection text color set user interface.


_textStyle

TextStyle _textStyle
Current text style.


Package org.vizzini.util

Class org.vizzini.util.AbstractCollection extends Object implements Serializable

Class org.vizzini.util.AbstractDocument extends Object implements Serializable

Class org.vizzini.util.AbstractList extends AbstractCollection implements Serializable

Class org.vizzini.util.AbstractMap extends AbstractCollection implements Serializable

Class org.vizzini.util.DocumentSupport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_document

IDocument _document
Document.


_file

File _file
Associated file.


_isDirty

boolean _isDirty
Flag which indicates whether this document has changed since the last save.


_owner

Object _owner
Owner.

Class org.vizzini.util.JarSelfExtractor extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

_myClassName

String _myClassName
Class name.

Class org.vizzini.util.MalformedPropertyException extends VizziniRuntimeException implements Serializable

serialVersionUID: 1L

Class org.vizzini.util.MissingPropertyException extends VizziniRuntimeException implements Serializable

serialVersionUID: 1L


Package org.vizzini.util.tree

Class org.vizzini.util.tree.ChildNotAllowedException extends VizziniRuntimeException implements Serializable

serialVersionUID: 1L



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02