Interface ScoreFormat.Factory

Enclosing interface:
ScoreFormat

public static interface ScoreFormat.Factory
  • Method Details

    • blank

      ScoreFormat blank()
      Blank score formatting.
      Returns:
      the format
    • fixed

      ScoreFormat fixed(Component component)
      Fixed score formatting
      Parameters:
      component - the fixed component
      Returns:
      the format
    • styled

      ScoreFormat styled(Style style)
      Styled number formatting
      Parameters:
      style - the style
      Returns:
      the format