Uses of Class
gecco.client.Property

Packages that use Property
gecco.client   
 

Uses of Property in gecco.client
 

Methods in gecco.client that return Property
 Property Piece.getProperty(String name)
          Returns the property with the given name.
 Property[] Piece.getProperties()
          Returns an array containing the properties of this Piece.
 

Methods in gecco.client with parameters of type Property
 void Client.updatePiece(int handle, Property[] newProperties)
          Adds/changed the given properties of the piece with the given handle.
 void Game.updatePiece(int handle, Property[] newProperties)
          Description of the Method
 void Piece.setProperty(Property p)
          Adds the given property to the properties of this object.
 

Constructors in gecco.client with parameters of type Property
Property(Property p)
          Constructor for the Property object