2024-12-11 09:53:12 +01:00
|
|
|
@startuml components
|
2024-12-11 09:13:00 +01:00
|
|
|
|
2024-12-11 09:53:12 +01:00
|
|
|
!theme plain
|
|
|
|
top to bottom direction
|
|
|
|
skinparam linetype ortho
|
2024-12-11 09:13:00 +01:00
|
|
|
|
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:13:00 +01:00
|
|
|
|
2024-12-11 09:53:12 +01:00
|
|
|
@enduml
|