scala_scoreboard library

Classes

CircleImage
A widget that displays an image in a circular shape.
LogoGroup
A widget that arranges a group of logos in a horizontal stack, allowing for customizable overlap and size.
Scoreboard
A widget that displays a standing table with a header and multiple rows. The table consists of a left section for definitions or rankings and a right section for data columns. The right section is scrollable, allowing for an organized view of extensive data while maintaining the left section's visibility and layout.
ScoreboardCell
A default cell widget for the scoreboard table.
ScoreboardElement
An abstract class that represents a single element in the scoreboard table.
ScoreboardHeader
The header row of the scoreboard table, representing the titles for each column.
ScoreboardHeaderCell
A default header cell widget for the scoreboard table.
ScoreboardPositionCell
A position cell in the scoreboard table, which can optionally show an upward or downward trend.
ScoreboardRow
A single row of the scoreboard table, representing an individual player, team, or entity.
ScoreboardTitleCell
A title cell that can include a leading widget, such as an icon or logo.

Enums

ScoreboardTrendMode
The trend mode defines whether the score or ranking is going up or down.