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

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

The newest version!
package org.hyperscala.svg.attributes


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

object XMLSpace extends AttributeObject[XMLSpace] {
  case object Default extends XMLSpace
  case object Preserve extends XMLSpace

  val values = findValues.toVector
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy