Uses of Class
furyPackage.Enganchavel

Packages that use Enganchavel
furyPackage 
furyPackage.estados 

Uses of Enganchavel in furyPackage
 

Classes in furyPackage that implement Enganchavel
class FixoEnganchavel
          Title: Fury of the Tiny
Description: Agrupa objectos fixos do nível que são engancháveis e suportáveis
Copyright: Copyright (c) 2005
Company: 4thFloor Corporation
class Morcego
          Title: Fury of the Tiny
Description: Morcego
Copyright: Copyright (c) 2005
Company: 4thFloor Corporation
class MovelEnganchavel
          Title: Fury of the Tiny
Description: Agrupa os objectos móveis que permiem à corda enganchar-de e oferecem suporte ao tiny
Copyright: Copyright (c) 2005
Company: 4thFloor Corporation
 

Fields in furyPackage declared as Enganchavel
private EnganchavelCorda.enganchado
          Objecto enganchado pela corda
 

Methods in furyPackage that return Enganchavel
EnganchavelCorda.getEnganchado()
          
 

Methods in furyPackage with parameters of type Enganchavel
voidCorda.setEnganchado(Enganchavel enganchado)
          
voidCorda.trataColisao(Enganchavel enganchado, ResultadoColisao resultado)
          Delega o tratamento da colisão com um enganchável ao estado actual da corda
 

Uses of Enganchavel in furyPackage.estados
 

Methods in furyPackage.estados with parameters of type Enganchavel
abstract voidEstadoCorda.trataColisao(Enganchavel enganchado, ResultadoColisao resultado)
          
voidEstadoCordaArrecadada.trataColisao(Enganchavel enganchado, ResultadoColisao resultado)
          
voidEstadoCordaEnganchada.trataColisao(Enganchavel enganchado, ResultadoColisao resultado)
          
voidEstadoCordaSolta.trataColisao(Enganchavel enganchado, ResultadoColisao resultado)