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

org.hyperscala.svg.attributes.TextAnchor.scala Maven / Gradle / Ivy

package org.hyperscala.svg.attributes

/**
 * @author Matt Hicks 
 */
sealed class TextAnchor extends AttributeEntry[TextAnchor](parent = TextAnchor)

object TextAnchor extends AttributeObject[TextAnchor] {
  val Start = new TextAnchor
  val Middle = new TextAnchor
  val End = new TextAnchor
  val Inherit = new TextAnchor
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy