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

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

The newest version!
package plotly
package element

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

object Side {
  case object Left   extends Side("left")
  case object Right  extends Side("right")
  case object Top    extends Side("top")
  case object Bottom extends Side("bottom")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy