You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In classDiagrams, the cardinality signs (*, 1..*, 1) are far too small to view. Is there a way to increase their size in relation to normal letter size throughout the diagrams?
classDiagram
Animal "1" <|-- "1..*"Duck
Animal <|-- Fish
Animal "*" <|-- "*" Zebra
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
class Duck{
+String beakColor
+swim()
+quack()
}
class Fish{
-int sizeInFeet
-canEat()
}
class Zebra{
+bool is_wild
+run()
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In classDiagrams, the cardinality signs (*, 1..*, 1) are far too small to view. Is there a way to increase their size in relation to normal letter size throughout the diagrams?
Beta Was this translation helpful? Give feedback.
All reactions