org.ceryle.wiki.visualizer.core.model
Class NumberAdornment

java.lang.Object
  extended by org.ceryle.wiki.visualizer.core.model.NumberAdornment
All Implemented Interfaces:
Serializable

public class NumberAdornment
extends Object
implements Serializable

NumberAdornment holds a numerical count, and returns it as a string for painting purposes. Currently this adornment is used for the hidden pages hidden link adornments which are painted on the nodes.

See Also:
Serialized Form

Constructor Summary
NumberAdornment()
           
 
Method Summary
 String getLabel()
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberAdornment

public NumberAdornment()
Method Detail

getLabel

public String getLabel()

isActive

public boolean isActive()


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.