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

org.openmole.plotlyjs.TextPosition.scala Maven / Gradle / Ivy

package org.openmole.plotlyjs

object TextPosition {

  type TextPosition = String

  val topLeft: TextPosition = "top left"
  val topCenter: TextPosition = "top center"
  val topRight: TextPosition = "top right"
  val middleLeft: TextPosition = "middle left"
  val middleCenter: TextPosition = "middle center"
  val middleRight: TextPosition = "middle right"
  val bottomLeft: TextPosition = "bottom left"
  val bottomCenter: TextPosition = "bottom center"
  val bottomRight: TextPosition = "bottom right"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy