final class TextStyle extends Enum[TextStyle]
- Alphabetic
- By Inheritance
- TextStyle
- Enum
- Serializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TextStyle(name: String, ordinal: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asNormal: TextStyle
Converts the style to the equivalent normal style.
Converts the style to the equivalent normal style.
- returns
the matching normal style
-
def
asStandalone: TextStyle
Converts the style to the equivalent stand-alone style.
Converts the style to the equivalent stand-alone style.
- returns
the matching stand-alone style
-
final
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- Enum → AnyRef
- Annotations
- @throws( ... )
-
final
def
compareTo(arg0: TextStyle): Int
- Definition Classes
- Enum → Comparable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(arg0: Any): Boolean
- Definition Classes
- Enum → AnyRef → Any
-
final
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- Enum → AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
getDeclaringClass(): Class[TextStyle]
- Definition Classes
- Enum
-
final
def
hashCode(): Int
- Definition Classes
- Enum → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isStandalone: Boolean
Checks if the style is stand-alone.
Checks if the style is stand-alone.
- returns
true if the style is stand-alone
-
final
def
name(): String
- Definition Classes
- Enum
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
ordinal(): Int
- Definition Classes
- Enum
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Enum → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )