Uses of Class
us.asciiroth.client.core.Symbol

Packages that use Symbol
us.asciiroth.client.agents   
us.asciiroth.client.agents.trees   
us.asciiroth.client.board   
us.asciiroth.client.core   
us.asciiroth.client.effects   
us.asciiroth.client.event   
us.asciiroth.client.items   
us.asciiroth.client.terrain.decorators   
us.asciiroth.client.ui   
 

Uses of Symbol in us.asciiroth.client.agents
 

Methods in us.asciiroth.client.agents that return Symbol
 Symbol Statue.getSymbol()
           
 Symbol Paralyzed.getSymbol()
           
 Symbol AgentProxy.getSymbol()
           
 

Constructors in us.asciiroth.client.agents with parameters of type Symbol
AbstractAgent(java.lang.String name, int flags, Color color, int chanceToHit, Symbol symbol)
          Constructor.
AbstractAnimatedAgent(java.lang.String name, int flags, Color color, int chanceToHit, Symbol symbol)
          Constructor.
ImmobileAgent(java.lang.String name, int flags, Symbol symbol)
          Constructor.
 

Uses of Symbol in us.asciiroth.client.agents.trees
 

Constructors in us.asciiroth.client.agents.trees with parameters of type Symbol
Tree(java.lang.String name, Symbol symbol)
           
 

Uses of Symbol in us.asciiroth.client.board
 

Methods in us.asciiroth.client.board with parameters of type Symbol
 ModifiableSymbol Cell.getCurrentSymbol(Piece piece, Symbol symbol)
          Accounting for the layering of pieces on this cell, what would the union of the pieces be in a symbol?
 

Uses of Symbol in us.asciiroth.client.core
 

Methods in us.asciiroth.client.core that return Symbol
 Symbol Player.getSymbol()
           
 Symbol Piece.getSymbol()
          The symbol to display for this piece.
 Symbol AbstractPiece.getSymbol()
          AbstractPiece does not support different rendering outside as opposed to inside.
 

Methods in us.asciiroth.client.core with parameters of type Symbol
 void ModifiableSymbol.addSymbol(Symbol sym, boolean outside)
          Overwrite any of the components of the symbol so far with any that are defined for the supplied symbol.
 

Constructors in us.asciiroth.client.core with parameters of type Symbol
AbstractPiece(java.lang.String name, int flags, Color color, Symbol symbol)
          Constructor.
AbstractPiece(java.lang.String name, int flags, Symbol symbol)
          Constructor.
 

Uses of Symbol in us.asciiroth.client.effects
 

Methods in us.asciiroth.client.effects that return Symbol
 Symbol InFlightItem.getSymbol()
           
 Symbol Fade.getSymbol()
           
 

Constructors in us.asciiroth.client.effects with parameters of type Symbol
AbstractEffect(java.lang.String name, int flags, Color color, Symbol symbol)
           
AbstractEffect(java.lang.String name, int flags, Symbol symbol)
           
Fade(Symbol symbol, com.google.gwt.user.client.Command command)
          Constructor.
 

Uses of Symbol in us.asciiroth.client.event
 

Methods in us.asciiroth.client.event with parameters of type Symbol
 void Events.fireRerender(Cell cell, Piece piece, Symbol sym)
          Fire a rerender event/request and notify listeners.
 void CellListener.onRerender(Cell cell, Piece piece, Symbol sym)
          Event notification that a piece would like to rerender itself at the given location.
 

Uses of Symbol in us.asciiroth.client.items
 

Methods in us.asciiroth.client.items that return Symbol
 Symbol Stoneray.getSymbol()
           
 Symbol Fireball.getSymbol()
           
 

Constructors in us.asciiroth.client.items with parameters of type Symbol
AbstractItem(java.lang.String name, int flags, Color color, Symbol symbol)
          Constructor
AbstractItem(java.lang.String name, int flags, Symbol symbol)
          Constructor.
 

Uses of Symbol in us.asciiroth.client.terrain.decorators
 

Methods in us.asciiroth.client.terrain.decorators that return Symbol
 Symbol Mimic.getSymbol()
           
 Symbol DualTerrain.getSymbol()
           
 

Constructors in us.asciiroth.client.terrain.decorators with parameters of type Symbol
Decorator(Terrain terrain, int flags, Color color, Symbol symbol)
           
Decorator(Terrain terrain, int flags, Symbol symbol)
           
Decorator(Terrain terrain, java.lang.String name, int flags, Color color, Symbol symbol)
           
 

Uses of Symbol in us.asciiroth.client.ui
 

Methods in us.asciiroth.client.ui with parameters of type Symbol
 void BoardView.onRerender(Cell cell, Piece piece, Symbol symbol)
           
 


0.7

© 2009 Alx Dark