net.sf.magicproject.modifier
Class ColorModifierModel

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

public class ColorModifierModel
extends ModifierModel

Since:
0.86 Operation is used instead of add/remove boolean hasNot
Author:
Fabrice Daugan

Method Summary
 void addModifierFromModel(Ability ability, MCard target)
          Create modifier(s) on the specified target.
 ColorModifierModel 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 ColorModifierModel 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.