kbcv.view.gui

Red

object Red extends Color

Linear Supertypes
Color, Serializable, Paint, Transparency, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Red
  2. Color
  3. Serializable
  4. Paint
  5. Transparency
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def brighter (): Color

    Definition Classes
    Color
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def createContext (arg0: ColorModel, arg1: Rectangle, arg2: Rectangle2D, arg3: AffineTransform, arg4: RenderingHints): PaintContext

    Definition Classes
    Color → Paint
  10. def darker (): Color

    Definition Classes
    Color
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getAlpha (): Int

    Definition Classes
    Color
  15. def getBlue (): Int

    Definition Classes
    Color
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getColorComponents (arg0: ColorSpace, arg1: Array[Float]): Array[Float]

    Definition Classes
    Color
  18. def getColorComponents (arg0: Array[Float]): Array[Float]

    Definition Classes
    Color
  19. def getColorSpace (): ColorSpace

    Definition Classes
    Color
  20. def getComponents (arg0: ColorSpace, arg1: Array[Float]): Array[Float]

    Definition Classes
    Color
  21. def getComponents (arg0: Array[Float]): Array[Float]

    Definition Classes
    Color
  22. def getGreen (): Int

    Definition Classes
    Color
  23. def getRGB (): Int

    Definition Classes
    Color
  24. def getRGBColorComponents (arg0: Array[Float]): Array[Float]

    Definition Classes
    Color
  25. def getRGBComponents (arg0: Array[Float]): Array[Float]

    Definition Classes
    Color
  26. def getRed (): Int

    Definition Classes
    Color
  27. def getTransparency (): Int

    Definition Classes
    Color → Transparency
  28. def hashCode (): Int

    Definition Classes
    Color → AnyRef → Any
  29. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  30. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def readResolve (): AnyRef

    Attributes
    protected
  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

    Definition Classes
    Color → AnyRef → Any
  36. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Color

Inherited from Serializable

Inherited from Paint

Inherited from Transparency

Inherited from AnyRef

Inherited from Any