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

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

The newest version!
package plotly
package element

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

object Orientation {
  case object Horizontal extends Orientation("h")
  case object Vertical   extends Orientation("v")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy