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

19 lines
331 B
Plaintext
Raw Normal View History

2024-12-11 09:53:12 +01:00
@startuml components
2024-12-11 09:53:12 +01:00
!theme plain
top to bottom direction
skinparam linetype ortho
2024-12-11 09:53:12 +01:00
class Button {
+ Button():
+ createCustomIconButton(String): JButton
+ createCustomTextButton(String, float): JButton
}
class Title {
+ Title(String, float):
+ Title(String, float, Color):
+ updateTitleFont(float): void
}
2024-12-11 09:53:12 +01:00
@enduml