org.cumt.model
Class RelationViewAttributes

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

public class RelationViewAttributes
extends ViewAttributes

View attributes of a relation

Author:
Carlos Descalzi
See Also:
Serialized Form

Constructor Summary
RelationViewAttributes()
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.List<java.awt.Point> getDotLocations()
           
 void setDotLocations(java.util.List<java.awt.Point> dotLocations)
           
 
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

RelationViewAttributes

public RelationViewAttributes()
Method Detail

getDotLocations

public java.util.List<java.awt.Point> getDotLocations()

setDotLocations

public void setDotLocations(java.util.List<java.awt.Point> dotLocations)

clone

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


Copyright © 2006 null. All Rights Reserved.