Packages

c

org.opentorah.mathjax.MathML

DisplayAttribute

final class DisplayAttribute extends Attribute[Boolean]

Display mode: inline or block (display math).

Note: this attribute is always used within its native MathML.namespace, so I set its namespace to Top.

Linear Supertypes
Attribute[Boolean], Conversion[Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DisplayAttribute
  2. Attribute
  3. Conversion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DisplayAttribute()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val default: Boolean
    Definition Classes
    Attribute
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def equals(other: Any): Boolean
    Definition Classes
    Attribute → AnyRef → Any
  9. def fromString(value: String): Boolean
    Definition Classes
    DisplayAttribute → Conversion
  10. final def get(value: Option[String]): Option[Boolean]
    Definition Classes
    Conversion
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val name: String
    Definition Classes
    Attribute
  15. val namespace: Namespace
    Definition Classes
    Attribute
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def optional: Optional[Boolean]
    Definition Classes
    Attribute
  20. final def optionalSetDefault: Optional[Boolean]
    Definition Classes
    Attribute
  21. final def orDefault: OrDefault[Boolean]
    Definition Classes
    Attribute
  22. final def orDefaultSetDefault: OrDefault[Boolean]
    Definition Classes
    Attribute
  23. def parseFromString(value: String): IO[Error, Boolean]
    Definition Classes
    Conversion
  24. final def qName: String
    Definition Classes
    Attribute
  25. final def required: Required[Boolean]
    Definition Classes
    Attribute
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(value: Boolean): String
    Definition Classes
    DisplayAttribute → Conversion
  28. final def toString(): String
    Definition Classes
    Attribute → AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Attribute[Boolean]

Inherited from Conversion[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped