All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spoiwo.model.enums.FontScheme.scala Maven / Gradle / Ivy

The newest version!
package spoiwo.model.enums

object FontScheme {
  lazy val None: FontScheme = FontScheme("None")
  lazy val Major: FontScheme = FontScheme("Major")
  lazy val Minor: FontScheme = FontScheme("Minor")
}

case class FontScheme private (value: String) {

  override def toString: String = value

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy