Files
SAE31_2024/Documentation/DiagrammeUML/Components/Diagram_Components.puml

16 lines
428 B
Plaintext

@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