Package

org.hyperscala.css

attributes

Permalink

package attributes

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Alignment extends EnumEntryAttributeValue

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  2. sealed abstract class Attachment extends EnumEntryAttributeValue

    Permalink

  3. case class BackgroundPosition(offsetX: Length = null, horizontal: Horizontal = null, offsetY: Length = null, vertical: Vertical = null) extends Product with Serializable

    Permalink

  4. case class BackgroundRepeat(horizontal: Repeat, vertical: Repeat) extends Product with Serializable

    Permalink

  5. case class BackgroundSize(horizontal: Length = null, vertical: Length = null) extends Product with Serializable

    Permalink

  6. sealed abstract class BorderCollapse extends EnumEntryAttributeValue

    Permalink

  7. case class CentimeterLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  8. case class ChLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  9. sealed abstract class Clear extends EnumEntryAttributeValue

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  10. sealed abstract class Decoration extends EnumEntryAttributeValue

    Permalink

  11. sealed abstract class Display extends EnumEntryAttributeValue

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  12. case class EmLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  13. case class ExLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  14. sealed abstract class Float extends EnumEntryAttributeValue

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  15. trait FontSize extends AttributeValue

    Permalink

    Represents CSS font-size as represented here:

    Represents CSS font-size as represented here:

    https://developer.mozilla.org/en-US/docs/Web/CSS/font-size

  16. sealed abstract class FontStyle extends EnumEntryAttributeValue

    Permalink

  17. sealed abstract class FontVariant extends EnumEntryAttributeValue

    Permalink

  18. sealed abstract class FontWeight extends EnumEntryAttributeValue

    Permalink

  19. sealed abstract class Horizontal extends EnumEntry

    Permalink

  20. case class InchLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  21. sealed trait Length extends AttributeValue

    Permalink

    Represents CSS length as specified here:

    Represents CSS length as specified here:

    https://developer.mozilla.org/en-US/docs/Web/CSS/length

  22. sealed abstract class LengthType extends EnumEntry

    Permalink
  23. sealed abstract class LineStyle extends EnumEntryAttributeValue

    Permalink

  24. sealed abstract class ListStyleType extends EnumEntryAttributeValue

    Permalink

  25. case class MillimeterLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  26. trait NumericLength extends Length with FontSize with VerticalAlignment

    Permalink
  27. trait NumericValue extends AnyRef

    Permalink

  28. class Opacity extends AttributeValue with NumericValue

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  29. sealed abstract class Origin extends EnumEntryAttributeValue

    Permalink

  30. sealed abstract class Overflow extends EnumEntryAttributeValue

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  31. case class PercentLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  32. case class PicaLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  33. case class PixelLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  34. case class PointLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  35. sealed abstract class Position extends EnumEntryAttributeValue

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  36. class Rect extends AnyRef

    Permalink

  37. case class RemLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  38. sealed abstract class Repeat extends EnumEntryAttributeValue

    Permalink

  39. case class Resource(value: String) extends AttributeValue with Product with Serializable

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  40. sealed abstract class TextClip extends EnumEntryAttributeValue

    Permalink

  41. case class TextShadow(color: Color = null, offsetX: Length = null, offsetY: Length = null, blurRadius: Length = null) extends Product with Serializable

    Permalink

  42. sealed abstract class TextTransform extends EnumEntryAttributeValue

    Permalink

  43. sealed abstract class Vertical extends EnumEntry

    Permalink

  44. trait VerticalAlignment extends AttributeValue

    Permalink

  45. case class ViewportHeightLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  46. case class ViewportMaximumLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  47. case class ViewportMinimumLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  48. case class ViewportWidthLength(number: Double) extends NumericLength with Product with Serializable

    Permalink
  49. sealed abstract class Visibility extends EnumEntryAttributeValue

    Permalink

  50. sealed abstract class WhiteSpace extends EnumEntryAttributeValue

    Permalink

    NOTE: This file has been generated.

    NOTE: This file has been generated. Do not modify directly!

  51. case class ZIndex(n: Int = 1, name: Option[String] = None) extends AttributeValue with ToScala with Product with Serializable

    Permalink

Value Members

  1. object Alignment extends Enumerated[Alignment] with EnumEntryPersistence[Alignment] with Serializable

    Permalink
  2. object Attachment extends Enumerated[Attachment] with EnumEntryPersistence[Attachment] with Serializable

    Permalink
  3. object AutoLength extends Length with FontSize with VerticalAlignment

    Permalink
  4. object BackgroundPosition extends ValuePersistence[BackgroundPosition] with Serializable

    Permalink
  5. object BackgroundRepeat extends ValuePersistence[BackgroundRepeat] with Serializable

    Permalink
  6. object BackgroundSize extends ValuePersistence[BackgroundSize] with Serializable

    Permalink
  7. object BaselineVerticalAlignment extends VerticalAlignment

    Permalink
  8. object BorderCollapse extends Enumerated[BorderCollapse] with EnumEntryPersistence[BorderCollapse] with Serializable

    Permalink
  9. object BottomVerticalAlignment extends VerticalAlignment

    Permalink
  10. object Clear extends Enumerated[Clear] with EnumEntryPersistence[Clear] with Serializable

    Permalink
  11. object Decoration extends Enumerated[Decoration] with EnumEntryPersistence[Decoration] with Serializable

    Permalink
  12. object Display extends Enumerated[Display] with EnumEntryPersistence[Display] with Serializable

    Permalink
  13. object Float extends Enumerated[Float] with EnumEntryPersistence[Float] with Serializable

    Permalink
  14. object FontSize extends ValuePersistence[FontSize]

    Permalink
  15. object FontStyle extends Enumerated[FontStyle] with EnumEntryPersistence[FontStyle] with Serializable

    Permalink
  16. object FontVariant extends Enumerated[FontVariant] with EnumEntryPersistence[FontVariant] with Serializable

    Permalink
  17. object FontWeight extends Enumerated[FontWeight] with EnumEntryPersistence[FontWeight] with Serializable

    Permalink
  18. object Horizontal extends Enumerated[Horizontal] with Serializable

    Permalink
  19. object InheritLength extends Length with FontSize with VerticalAlignment

    Permalink
  20. object LargeFontSize extends FontSize

    Permalink
  21. object LargerFontSize extends FontSize

    Permalink
  22. object Length extends ValuePersistence[Length]

    Permalink
  23. object LengthType extends Enumerated[LengthType] with Serializable

    Permalink
  24. object LineStyle extends Enumerated[LineStyle] with EnumEntryPersistence[LineStyle] with Serializable

    Permalink
  25. object ListStyleType extends Enumerated[ListStyleType] with EnumEntryPersistence[ListStyleType] with Serializable

    Permalink
  26. object MediumFontSize extends FontSize

    Permalink
  27. object MiddleVerticalAlignment extends VerticalAlignment

    Permalink
  28. object NumericLength

    Permalink
  29. object Opacity extends ValuePersistence[Opacity]

    Permalink
  30. object Origin extends Enumerated[Origin] with EnumEntryPersistence[Origin] with Serializable

    Permalink
  31. object Overflow extends Enumerated[Overflow] with EnumEntryPersistence[Overflow] with Serializable

    Permalink
  32. object Position extends Enumerated[Position] with EnumEntryPersistence[Position] with Serializable

    Permalink
  33. object Rect extends ValuePersistence[Rect]

    Permalink
  34. object Repeat extends Enumerated[Repeat] with EnumEntryPersistence[Repeat] with Serializable

    Permalink
  35. object Resource extends CaseClassPersistence[Resource] with Serializable

    Permalink
  36. object SmallFontSize extends FontSize

    Permalink
  37. object SmallerFontSize extends FontSize

    Permalink
  38. object SubVerticalAlignment extends VerticalAlignment

    Permalink
  39. object SuperVerticalAlignment extends VerticalAlignment

    Permalink
  40. object TextBottomVerticalAlignment extends VerticalAlignment

    Permalink
  41. object TextClip extends Enumerated[TextClip] with EnumEntryPersistence[TextClip] with Serializable

    Permalink
  42. object TextShadow extends ValuePersistence[TextShadow] with Serializable

    Permalink
  43. object TextTopVerticalAlignment extends VerticalAlignment

    Permalink
  44. object TextTransform extends Enumerated[TextTransform] with EnumEntryPersistence[TextTransform] with Serializable

    Permalink
  45. object TopVerticalAlignment extends VerticalAlignment

    Permalink
  46. object Vertical extends Enumerated[Vertical] with Serializable

    Permalink
  47. object VerticalAlignment extends CaseClassPersistence[VerticalAlignment]

    Permalink
  48. object Visibility extends Enumerated[Visibility] with EnumEntryPersistence[Visibility] with Serializable

    Permalink
  49. object WhiteSpace extends Enumerated[WhiteSpace] with EnumEntryPersistence[WhiteSpace] with Serializable

    Permalink
  50. object XLargeFontSize extends FontSize

    Permalink
  51. object XSmallFontSize extends FontSize

    Permalink
  52. object XXLargeFontSize extends FontSize

    Permalink
  53. object XXSmalFontSize extends FontSize

    Permalink
  54. object ZIndex extends CaseClassPersistence[ZIndex] with Serializable

    Permalink

Ungrouped