org.hyperscala.css

attributes

package attributes

Visibility
  1. Public
  2. All

Type Members

  1. sealed class Alignment extends EnumEntry with EnumEntryAttributeValue

    NOTE: This file has been generated.

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

  2. class Attachment extends EnumEntry with EnumEntryAttributeValue

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

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

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

  6. class BorderCollapse extends EnumEntry with EnumEntryAttributeValue

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

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

  9. sealed class Clear extends EnumEntry with EnumEntryAttributeValue

    NOTE: This file has been generated.

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

  10. class Decoration extends EnumEntry with EnumEntryAttributeValue

  11. sealed class Display extends EnumEntry with EnumEntryAttributeValue

    NOTE: This file has been generated.

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

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

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

  14. sealed class Float extends EnumEntry with EnumEntryAttributeValue

    NOTE: This file has been generated.

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

  15. trait FontSize extends EnumEntry with EnumEntryAttributeValue

    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. class FontStyle extends EnumEntry with EnumEntryAttributeValue

  17. class FontVariant extends EnumEntry with EnumEntryAttributeValue

  18. class FontWeight extends EnumEntry with EnumEntryAttributeValue

  19. class Horizontal extends EnumEntry

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

  21. sealed trait Length extends EnumEntry with EnumEntryAttributeValue

    Represents CSS length as specified here:

    Represents CSS length as specified here:

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

  22. class LengthType extends EnumEntry

  23. class LineStyle extends EnumEntry with EnumEntryAttributeValue

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

  25. trait NumericLength extends EnumEntry with Length with FontSize

  26. trait NumericValue extends AnyRef

  27. class Opacity extends AttributeValue with NumericValue

    NOTE: This file has been generated.

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

  28. class Origin extends EnumEntry with EnumEntryAttributeValue

  29. sealed class Overflow extends EnumEntry with EnumEntryAttributeValue

    NOTE: This file has been generated.

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

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

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

  32. case class PixelLength(number: Double) extends EnumEntry with NumericLength with Product with Serializable

  33. case class PointLength(number: Double) extends EnumEntry with NumericLength with Product with Serializable

  34. class Position extends EnumEntry with EnumEntryAttributeValue

    NOTE: This file has been generated.

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

  35. class Rect extends AnyRef

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

  37. class Repeat extends EnumEntry with EnumEntryAttributeValue

  38. class Resource extends EnumEntry with EnumEntryAttributeValue

    NOTE: This file has been generated.

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

  39. class TextClip extends EnumEntry with EnumEntryAttributeValue

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

  41. class TextTransform extends EnumEntry with EnumEntryAttributeValue

  42. class Vertical extends EnumEntry

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

  44. case class ViewportMaximumLength(number: Double) extends EnumEntry with NumericLength with Product with Serializable

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

  46. case class ViewportWidthLength(number: Double) extends EnumEntry with NumericLength with Product with Serializable

  47. class Visibility extends EnumEntry with EnumEntryAttributeValue

  48. sealed class WhiteSpace extends EnumEntry with EnumEntryAttributeValue

    NOTE: This file has been generated.

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

  49. class ZIndex extends EnumEntry with EnumEntryAttributeValue

Value Members

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

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

  3. object AutoLength extends EnumEntry with Length with FontSize

  4. object BackgroundPosition extends ValuePersistence[BackgroundPosition] with Serializable

  5. object BackgroundRepeat extends ValuePersistence[BackgroundRepeat] with Serializable

  6. object BackgroundSize extends ValuePersistence[BackgroundSize] with Serializable

  7. object BorderCollapse extends Enumerated[BorderCollapse] with EnumEntryPersistence[BorderCollapse]

  8. object Clear extends Enumerated[Clear] with EnumEntryPersistence[Clear]

  9. object Decoration extends Enumerated[Decoration] with EnumEntryPersistence[Decoration]

  10. object Display extends Enumerated[Display] with EnumEntryPersistence[Display]

  11. object Float extends Enumerated[Float] with EnumEntryPersistence[Float]

  12. object FontSize extends Enumerated[FontSize] with EnumEntryPersistence[FontSize]

  13. object FontStyle extends Enumerated[FontStyle] with EnumEntryPersistence[FontStyle]

  14. object FontVariant extends Enumerated[FontVariant] with EnumEntryPersistence[FontVariant]

  15. object FontWeight extends Enumerated[FontWeight] with EnumEntryPersistence[FontWeight]

  16. object Horizontal extends Enumerated[Horizontal]

  17. object InheritLength extends EnumEntry with Length with FontSize

  18. object LargeFontSize extends EnumEntry with FontSize

  19. object LargerFontSize extends EnumEntry with FontSize

  20. object Length extends Enumerated[Length] with EnumEntryPersistence[Length]

  21. object LengthType extends Enumerated[LengthType]

  22. object LineStyle extends Enumerated[LineStyle] with EnumEntryPersistence[LineStyle]

  23. object MediumFontSize extends EnumEntry with FontSize

  24. object NumericLength

  25. object Opacity extends ValuePersistence[Opacity]

  26. object Origin extends Enumerated[Origin] with EnumEntryPersistence[Origin]

  27. object Overflow extends Enumerated[Overflow] with EnumEntryPersistence[Overflow]

  28. object Position extends Enumerated[Position] with EnumEntryPersistence[Position]

  29. object Rect extends ValuePersistence[Rect]

  30. object Repeat extends Enumerated[Repeat] with EnumEntryPersistence[Repeat]

  31. object Resource extends Enumerated[Resource] with EnumEntryPersistence[Resource]

  32. object SmallFontSize extends EnumEntry with FontSize

  33. object SmallerFontSize extends EnumEntry with FontSize

  34. object TextClip extends Enumerated[TextClip] with EnumEntryPersistence[TextClip]

  35. object TextShadow extends ValuePersistence[TextShadow] with Serializable

  36. object TextTransform extends Enumerated[TextTransform] with EnumEntryPersistence[TextTransform]

  37. object Vertical extends Enumerated[Vertical]

  38. object Visibility extends Enumerated[Visibility] with EnumEntryPersistence[Visibility]

  39. object WhiteSpace extends Enumerated[WhiteSpace] with EnumEntryPersistence[WhiteSpace]

  40. object XLargeFontSize extends EnumEntry with FontSize

  41. object XSmallFontSize extends EnumEntry with FontSize

  42. object XXLargeFontSize extends EnumEntry with FontSize

  43. object XXSmalFontSize extends EnumEntry with FontSize

  44. object ZIndex extends Enumerated[ZIndex] with EnumEntryPersistence[ZIndex]

Ungrouped