interfaces display only name and methods
Brought to you by:
alexdp,
cayhorstmann
In UML class diagrams, Interfaces are not supposed to have an empty attribute area, they are only supposed to have the Name of the interface and its methods. This fix patch removes the drawing of the always empty middle box for interface in the class diagram.
patch applied to 27-nov-2007 CVS version of com/horstmann/violet/product/diagram/classes/InterfaceNode.java
Logged In: NO
interfaces can have attributes. They are static final.