AmaterasUML 1.3.3 New Features

Constructor in the class diagram

In the class diagram, constructors are displayed as constructor icons.

constructor.png

And AmaterasUML can generate them as constructors correctly.

public class Employee {

    public Employee(){
    }

}

Java Generics support enhancement

Java Extension provides enhanched generics support. AmaterasUML can discover the associations and generalizations between classes containing generics.

Quick Filter

"Show only Public" and "Show All" are available in "Filter" menu.

quick_filter.png

Refresh from Java Source

You can synchronize class / interface to Java source in the class diagram. Click "Java" > "Refresh from Source", Your diagram would be updated by source code modification.

refresh_from_source.png

Copy As Image

You can copy the diagram image into clipboard. Right click your diagram and choose "Copy As Image" in the context menu.