Ajout des diagrammes de classe pour les différents packages

This commit is contained in:
2024-12-11 09:13:00 +01:00
parent a7be395f72
commit be5b9bf20e
12 changed files with 670 additions and 0 deletions

View File

@@ -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