Packages

implicit class AppearanceLens[UpperPB] extends ObjectLens[UpperPB, Appearance]

Linear Supertypes
ObjectLens[UpperPB, Appearance], Lens[UpperPB, Appearance], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppearanceLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AppearanceLens(_l: Lens[UpperPB, Appearance])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Appearance): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def animations: Lens[UpperPB, Seq[AdaptiveAnimation]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def background: Lens[UpperPB, Background]
  8. def backgroundColor: Lens[UpperPB, String]
  9. def clickable: Lens[UpperPB, Boolean]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def compose[B](other: Lens[Appearance, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def cornerRadius: Lens[UpperPB, Double]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def field[A](getter: (Appearance) => A)(setter: (Appearance, A) => Appearance): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def field[A](lens: Lens[Appearance, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def fillColor: Lens[UpperPB, String]
  18. def fontSize: Lens[UpperPB, Double]
  19. def fontStyle: Lens[UpperPB, String]
  20. def get(u: UpperPB): Appearance
    Definition Classes
    ObjectLens → Lens
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def modify(f: (Appearance) => Appearance): Mutation[UpperPB]
    Definition Classes
    Lens
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def opacity: Lens[UpperPB, Double]
  29. def optionalBackground: Lens[UpperPB, Option[Background]]
  30. def outlined: Lens[UpperPB, Boolean]
  31. def padding: Lens[UpperPB, String]
  32. def set(c: Appearance): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  33. def setIfDefined(aOpt: Option[Appearance]): Mutation[UpperPB]
    Definition Classes
    Lens
  34. def shadowColor: Lens[UpperPB, String]
  35. def strokeColor: Lens[UpperPB, String]
  36. def strokeWidth: Lens[UpperPB, Double]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def textAlignment: Lens[UpperPB, String]
  39. def textLineSpacing: Lens[UpperPB, Double]
  40. def textNumberOfLines: Lens[UpperPB, Int]
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def update(ms: (Lens[Appearance, Appearance]) => Mutation[Appearance]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  43. def visible: Lens[UpperPB, Boolean]
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Appearance, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ObjectLens[UpperPB, Appearance]

Inherited from Lens[UpperPB, Appearance]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped