org.cumt.model
Class PackageViewAttributes

java.lang.Object
  extended by org.cumt.model.IdentifiedObject
      extended by org.cumt.model.ViewAttributes
          extended by org.cumt.model.PackageViewAttributes
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class PackageViewAttributes
extends ViewAttributes

Holds view attributes of a package

Author:
Carlos Descalzi
See Also:
Serialized Form

Constructor Summary
PackageViewAttributes()
           
 
Method Summary
 java.lang.Object clone()
           
 ModelIcon getIcon()
           
 void setIcon(ModelIcon icon)
           
 
Methods inherited from class org.cumt.model.ViewAttributes
getBackgroundColor, getFont, getForegroundColor, getLocation, getSize, set, setBackgroundColor, setFont, setForegroundColor, setLocation, setSize
 
Methods inherited from class org.cumt.model.IdentifiedObject
equals, getId, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageViewAttributes

public PackageViewAttributes()
Method Detail

getIcon

public ModelIcon getIcon()

setIcon

public void setIcon(ModelIcon icon)

clone

public java.lang.Object clone()
Overrides:
clone in class ViewAttributes


Copyright © 2006 null. All Rights Reserved.