Ajouts des bons diagrammes de classe
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
@startuml
|
||||
class fr.monkhanny.dorfromantik.components.Title {
|
||||
+ <<Create>> Title(String,float)
|
||||
+ <<Create>> Title(String,float,Color)
|
||||
+ void updateTitleFont(float)
|
||||
@startuml components
|
||||
|
||||
!theme plain
|
||||
top to bottom direction
|
||||
skinparam linetype ortho
|
||||
|
||||
class Button {
|
||||
+ Button():
|
||||
+ createCustomIconButton(String): JButton
|
||||
+ createCustomTextButton(String, float): JButton
|
||||
}
|
||||
class Title {
|
||||
+ Title(String, float):
|
||||
+ Title(String, float, Color):
|
||||
+ updateTitleFont(float): void
|
||||
}
|
||||
|
||||
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
|
||||
@enduml
|
||||
|
Reference in New Issue
Block a user