AmaterasUML 1.3.3 New FeaturesConstructor in the class diagramIn the class diagram, constructors are displayed as constructor icons.
And AmaterasUML can generate them as constructors correctly. public class Employee {
public Employee(){
}
}
Java Generics support enhancementJava 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.
Refresh from Java SourceYou 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.
Copy As ImageYou can copy the diagram image into clipboard. Right click your diagram and choose "Copy As Image" in the context menu. |