org.hyperscala.css.extra

TextShadowOffsetY

class TextShadowOffsetY extends Property[Length] with DerivedProperty[Length, TextShadow]

Linear Supertypes
DerivedProperty[Length, TextShadow], Property[Length], ChildLike[Listenable], Bindable[Length], Listenable, PropertyLike[Length], () ⇒ Length, (Length) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TextShadowOffsetY
  2. DerivedProperty
  3. Property
  4. ChildLike
  5. Bindable
  6. Listenable
  7. PropertyLike
  8. Function0
  9. Function1
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextShadowOffsetY(ss: StyleSheet)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def :=(value: Length): Unit

    Definition Classes
    PropertyLike
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def and(other: Property[Length]): PropertyGroup[Length]

    Definition Classes
    Property
  8. def andThen[A](g: (Unit) ⇒ A): (Length) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def apply(value: Length, suppressEvent: Boolean): Unit

    Definition Classes
    Property
  10. def apply(value: Length): Unit

    Definition Classes
    Property → Function1
  11. def apply(): Length

    Definition Classes
    Property → Function0
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def bind(bindable: Bindable[Length]): FunctionalListener[_ <: Change[Length], Unit]

    Definition Classes
    Bindable
  14. def bindTo[S](bindable: Bindable[S])(implicit converter: (S) ⇒ Length): FunctionalListener[_ <: Change[S], Unit]

    Definition Classes
    Bindable
  15. val change: PropertyChangeProcessor[Length]

    Definition Classes
    Property → Bindable
  16. val changing: PropertyChangingProcessor[Length]

    Definition Classes
    Property
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def compose[A](g: (A) ⇒ Length): (A) ⇒ Unit

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fromO(value: TextShadow): Length

    Definition Classes
    TextShadowOffsetY → DerivedProperty
  23. def fromT(value: Length): TextShadow

    Definition Classes
    TextShadowOffsetY → DerivedProperty
  24. def get: Option[Length]

    Definition Classes
    Property
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def hierarchicalParent: Listenable

    Attributes
    protected
    Definition Classes
    Property → ChildLike
  28. def isChange(newValue: Length): Boolean

    Attributes
    protected
    Definition Classes
    Property
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  31. val listeners: Listeners

    Definition Classes
    Listenable
  32. implicit val manifest: Manifest[Length]

    Definition Classes
    Property
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def other: StyleSheetAttribute[TextShadow]

    Definition Classes
    TextShadowOffsetY → DerivedProperty
  37. implicit val parent: Listenable

    Definition Classes
    Property
  38. def propertyChange(value: Length): Unit

    Attributes
    protected
    Definition Classes
    Property
  39. def propertyChanging(value: Length): Option[Length]

    Attributes
    protected
    Definition Classes
    Property
  40. def propertyRead(): Unit

    Attributes
    protected
    Definition Classes
    Property
  41. val read: PropertyReadProcessor

    Definition Classes
    Property
  42. implicit def styleSheetListenable: Listenable

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  45. def toString(): String

    Definition Classes
    Function0 → AnyRef → Any
  46. def value: Length

    Definition Classes
    PropertyLike
  47. def value_=(value: Length): Unit

    Definition Classes
    PropertyLike
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DerivedProperty[Length, TextShadow]

Inherited from Property[Length]

Inherited from ChildLike[Listenable]

Inherited from Bindable[Length]

Inherited from Listenable

Inherited from PropertyLike[Length]

Inherited from () ⇒ Length

Inherited from (Length) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped