spellcast.ui
Class MonsterDetails

java.lang.Object
  extended by spellcast.ui.MonsterDetails

public class MonsterDetails
extends java.lang.Object

Author:
Barrie Treloar

Constructor Summary
MonsterDetails(Monster m)
           
 
Method Summary
 java.awt.Component getHitPoints()
          Return the monster hit point component for this monster detail.
 Monster getMonster()
          Return the monster for this monster detail.
 java.awt.Component getMonsterName()
          Return the monster name component for this monster detail.
 java.awt.Component getMonsterTitle()
          Return the monster title component for this monster detail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonsterDetails

public MonsterDetails(Monster m)
Method Detail

getMonster

public Monster getMonster()
Return the monster for this monster detail.


getMonsterName

public java.awt.Component getMonsterName()
Return the monster name component for this monster detail.


getMonsterTitle

public java.awt.Component getMonsterTitle()
Return the monster title component for this monster detail.


getHitPoints

public java.awt.Component getHitPoints()
Return the monster hit point component for this monster detail.



Copyright © 2001-2005 Spellcast. All Rights Reserved.