object Color
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Color
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 black: Color
- def blackBg: Color
- def blink: Color
- def blue: Color
- def blueBg: Color
- def bold: Color
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def cyan: Color
- def cyanBg: Color
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def green: Color
- def greenBg: Color
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def invisible: Color
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def magenta: Color
- def magentaBg: Color
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def red: Color
- def redBg: Color
- def render(color: Color): String
- def reset: Color
- def reversed: Color
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def underlined: Color
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def white: Color
- def whiteBg: Color
- def yellow: Color
- def yellowBg: Color
- object Black extends Color with Product with Serializable
- object BlackBg extends Color with Product with Serializable
- object Blink extends Color with Product with Serializable
- object Blue extends Color with Product with Serializable
- object BlueBg extends Color with Product with Serializable
- object Bold extends Color with Product with Serializable
- object Cyan extends Color with Product with Serializable
- object CyanBg extends Color with Product with Serializable
- object Green extends Color with Product with Serializable
- object GreenBg extends Color with Product with Serializable
- object Invisible extends Color with Product with Serializable
- object Magenta extends Color with Product with Serializable
- object MagentaBg extends Color with Product with Serializable
- object Red extends Color with Product with Serializable
- object RedBg extends Color with Product with Serializable
- object Reset extends Color with Product with Serializable
- object Reversed extends Color with Product with Serializable
- object Underlined extends Color with Product with Serializable
- object White extends Color with Product with Serializable
- object WhiteBg extends Color with Product with Serializable
- object Yellow extends Color with Product with Serializable
- object YellowBg extends Color with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated