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

plotly.element.Alignment.scala Maven / Gradle / Ivy

The newest version!
package plotly.element

sealed abstract class Alignment(val label: String) extends Product with Serializable

object Alignment {
  case object Left  extends Alignment("left")
  case object Right extends Alignment("right")
  case object Auto  extends Alignment("auto")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy