net.sf.magicproject.modifier
Class AdditionalCostModifierModel

java.lang.Object
  extended by net.sf.magicproject.modifier.ModifierModel
      extended by net.sf.magicproject.modifier.AdditionalCostModifierModel

public class AdditionalCostModifierModel
extends ModifierModel

An additional-cost modifier activated in the stack zone.

Since:
0.93
Author:
Fabrice Daugan

Method Summary
 void addModifierFromModel(Ability ability, MCard target)
          Create modifier(s) on the specified target.
 ModifierModel clone()
           
 java.lang.String toHtmlString(Ability ability, ContextEventListener context)
          Return the HTML code representing this action.
 
Methods inherited from class net.sf.magicproject.modifier.ModifierModel
addModel, addStaticModifierFromModel, removeObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public ModifierModel clone()
Specified by:
clone in class ModifierModel

addModifierFromModel

public void addModifierFromModel(Ability ability,
                                 MCard target)
Description copied from class: ModifierModel
Create modifier(s) on the specified target.

Specified by:
addModifierFromModel in class ModifierModel
Parameters:
ability - is the ability owning causin the creation of this modifier. The card component of this ability should correspond to the card owning this test too.
target - is the card this new modifier would be attached to.

toHtmlString

public java.lang.String toHtmlString(Ability ability,
                                     ContextEventListener context)
Description copied from class: ModifierModel
Return the HTML code representing this action. If this action is named, it's name will be returned. If not, if existing, the picture associated to this action is returned. Otherwise, built-in action's text will be returned.

Specified by:
toHtmlString in class ModifierModel
Parameters:
ability - is the ability owning this test. The card component of this ability should correspond to the card owning this test too.
context - the context needed by event activated
Returns:
the HTML code representing this action. If this action is named, it's name will be returned. If not, if existing, the picture associated to this action is returned. Otherwise, built-in action's text will be returned.


Copyright © 2003-2007 Magic-Project. All Rights Reserved.