Ajout des diagrammes de classe pour les différents packages
This commit is contained in:
BIN
Documentation/DiagrammeUML/Components/Diagram_Components.png
Normal file
BIN
Documentation/DiagrammeUML/Components/Diagram_Components.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@@ -0,0 +1,16 @@
|
||||
@startuml
|
||||
class fr.monkhanny.dorfromantik.components.Title {
|
||||
+ <<Create>> Title(String,float)
|
||||
+ <<Create>> Title(String,float,Color)
|
||||
+ void updateTitleFont(float)
|
||||
}
|
||||
|
||||
class fr.monkhanny.dorfromantik.components.Button {
|
||||
+ {static} JButton createCustomTextButton(String,float)
|
||||
+ {static} JButton createCustomIconButton(String)
|
||||
}
|
||||
|
||||
|
||||
|
||||
fr.monkhanny.dorfromantik.components.JLabel <|-- fr.monkhanny.dorfromantik.components.Title
|
||||
@enduml
|
Reference in New Issue
Block a user