org.scaloid.common

TraitPaint

trait TraitPaint[V <: Paint] extends AnyRef

Automatically generated helper trait of android.graphics.Paint. This contains several property accessors.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TraitPaint
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def basis: V

Concrete Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def alpha(p: Int): V

    Shortcut for setAlpha(int)

    Shortcut for setAlpha(int)

    Annotations
    @inline()
  7. def alpha: Int

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Annotations
    @inline()
  8. def alpha_=(p: Int): V

    Shortcut for setAlpha(int)

    Shortcut for setAlpha(int)

    Annotations
    @inline()
  9. def antiAlias(p: Boolean): V

    Shortcut for setAntiAlias(boolean)

    Shortcut for setAntiAlias(boolean)

    Annotations
    @inline()
  10. def antiAlias: Boolean

    Shortcut for isAntiAlias()

    Shortcut for isAntiAlias()

    Annotations
    @inline()
  11. def antiAlias_=(p: Boolean): V

    Shortcut for setAntiAlias(boolean)

    Shortcut for setAntiAlias(boolean)

    Annotations
    @inline()
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def color(p: Int): V

    Shortcut for setColor(int)

    Shortcut for setColor(int)

    Annotations
    @inline()
  15. def color: Int

    Shortcut for getColor()

    Shortcut for getColor()

    Annotations
    @inline()
  16. def colorFilter(p: ColorFilter): V

    Shortcut for setColorFilter(android.graphics.ColorFilter)

    Annotations
    @inline()
  17. def colorFilter: ColorFilter

    Shortcut for getColorFilter()

    Shortcut for getColorFilter()

    Annotations
    @inline()
  18. def colorFilter_=(p: ColorFilter): V

    Shortcut for setColorFilter(android.graphics.ColorFilter)

    Annotations
    @inline()
  19. def color_=(p: Int): V

    Shortcut for setColor(int)

    Shortcut for setColor(int)

    Annotations
    @inline()
  20. def dither(p: Boolean): V

    Shortcut for setDither(boolean)

    Shortcut for setDither(boolean)

    Annotations
    @inline()
  21. def dither: Boolean

    Shortcut for isDither()

    Shortcut for isDither()

    Annotations
    @inline()
  22. def dither_=(p: Boolean): V

    Shortcut for setDither(boolean)

    Shortcut for setDither(boolean)

    Annotations
    @inline()
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def fakeBoldText(p: Boolean): V

    Shortcut for setFakeBoldText(boolean)

    Annotations
    @inline()
  26. def fakeBoldText: Boolean

    Shortcut for isFakeBoldText()

    Shortcut for isFakeBoldText()

    Annotations
    @inline()
  27. def fakeBoldText_=(p: Boolean): V

    Shortcut for setFakeBoldText(boolean)

    Annotations
    @inline()
  28. def filterBitmap(p: Boolean): V

    Shortcut for setFilterBitmap(boolean)

    Annotations
    @inline()
  29. def filterBitmap: Boolean

    Shortcut for isFilterBitmap()

    Shortcut for isFilterBitmap()

    Annotations
    @inline()
  30. def filterBitmap_=(p: Boolean): V

    Shortcut for setFilterBitmap(boolean)

    Annotations
    @inline()
  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def flags(p: Int): V

    Shortcut for setFlags(int)

    Shortcut for setFlags(int)

    Annotations
    @inline()
  33. def flags: Int

    Shortcut for getFlags()

    Shortcut for getFlags()

    Annotations
    @inline()
  34. def flags_=(p: Int): V

    Shortcut for setFlags(int)

    Shortcut for setFlags(int)

    Annotations
    @inline()
  35. def fontMetrics: FontMetrics

    Shortcut for getFontMetrics()

    Shortcut for getFontMetrics()

    Annotations
    @inline()
  36. def fontMetricsInt: FontMetricsInt

    Shortcut for getFontMetricsInt()

    Shortcut for getFontMetricsInt()

    Annotations
    @inline()
  37. def fontSpacing: Float

    Shortcut for getFontSpacing()

    Shortcut for getFontSpacing()

    Annotations
    @inline()
  38. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  39. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def linearText(p: Boolean): V

    Shortcut for setLinearText(boolean)

    Annotations
    @inline()
  42. def linearText: Boolean

    Shortcut for isLinearText()

    Shortcut for isLinearText()

    Annotations
    @inline()
  43. def linearText_=(p: Boolean): V

    Shortcut for setLinearText(boolean)

    Annotations
    @inline()
  44. def maskFilter(p: MaskFilter): V

    Shortcut for setMaskFilter(android.graphics.MaskFilter)

    Annotations
    @inline()
  45. def maskFilter: MaskFilter

    Shortcut for getMaskFilter()

    Shortcut for getMaskFilter()

    Annotations
    @inline()
  46. def maskFilter_=(p: MaskFilter): V

    Shortcut for setMaskFilter(android.graphics.MaskFilter)

    Annotations
    @inline()
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  50. def pathEffect(p: PathEffect): V

    Shortcut for setPathEffect(android.graphics.PathEffect)

    Annotations
    @inline()
  51. def pathEffect: PathEffect

    Shortcut for getPathEffect()

    Shortcut for getPathEffect()

    Annotations
    @inline()
  52. def pathEffect_=(p: PathEffect): V

    Shortcut for setPathEffect(android.graphics.PathEffect)

    Annotations
    @inline()
  53. def rasterizer(p: Rasterizer): V

    Shortcut for setRasterizer(android.graphics.Rasterizer)

    Annotations
    @inline()
  54. def rasterizer: Rasterizer

    Shortcut for getRasterizer()

    Shortcut for getRasterizer()

    Annotations
    @inline()
  55. def rasterizer_=(p: Rasterizer): V

    Shortcut for setRasterizer(android.graphics.Rasterizer)

    Annotations
    @inline()
  56. def shader(p: Shader): V

    Shortcut for setShader(android.graphics.Shader)

    Annotations
    @inline()
  57. def shader: Shader

    Shortcut for getShader()

    Shortcut for getShader()

    Annotations
    @inline()
  58. def shader_=(p: Shader): V

    Shortcut for setShader(android.graphics.Shader)

    Annotations
    @inline()
  59. def strikeThruText(p: Boolean): V

    Shortcut for setStrikeThruText(boolean)

    Annotations
    @inline()
  60. def strikeThruText: Boolean

    Shortcut for isStrikeThruText()

    Shortcut for isStrikeThruText()

    Annotations
    @inline()
  61. def strikeThruText_=(p: Boolean): V

    Shortcut for setStrikeThruText(boolean)

    Annotations
    @inline()
  62. def strokeCap(p: Cap): V

    Shortcut for setStrokeCap(android.graphics.Paint.Cap)

    Annotations
    @inline()
  63. def strokeCap: Cap

    Shortcut for getStrokeCap()

    Shortcut for getStrokeCap()

    Annotations
    @inline()
  64. def strokeCap_=(p: Cap): V

    Shortcut for setStrokeCap(android.graphics.Paint.Cap)

    Annotations
    @inline()
  65. def strokeJoin(p: Join): V

    Shortcut for setStrokeJoin(android.graphics.Paint.Join)

    Annotations
    @inline()
  66. def strokeJoin: Join

    Shortcut for getStrokeJoin()

    Shortcut for getStrokeJoin()

    Annotations
    @inline()
  67. def strokeJoin_=(p: Join): V

    Shortcut for setStrokeJoin(android.graphics.Paint.Join)

    Annotations
    @inline()
  68. def strokeMiter(p: Float): V

    Shortcut for setStrokeMiter(float)

    Shortcut for setStrokeMiter(float)

    Annotations
    @inline()
  69. def strokeMiter: Float

    Shortcut for getStrokeMiter()

    Shortcut for getStrokeMiter()

    Annotations
    @inline()
  70. def strokeMiter_=(p: Float): V

    Shortcut for setStrokeMiter(float)

    Shortcut for setStrokeMiter(float)

    Annotations
    @inline()
  71. def strokeWidth(p: Float): V

    Shortcut for setStrokeWidth(float)

    Shortcut for setStrokeWidth(float)

    Annotations
    @inline()
  72. def strokeWidth: Float

    Shortcut for getStrokeWidth()

    Shortcut for getStrokeWidth()

    Annotations
    @inline()
  73. def strokeWidth_=(p: Float): V

    Shortcut for setStrokeWidth(float)

    Shortcut for setStrokeWidth(float)

    Annotations
    @inline()
  74. def style(p: Style): V

    Shortcut for setStyle(android.graphics.Paint.Style)

    Annotations
    @inline()
  75. def style: Style

    Shortcut for getStyle()

    Shortcut for getStyle()

    Annotations
    @inline()
  76. def style_=(p: Style): V

    Shortcut for setStyle(android.graphics.Paint.Style)

    Annotations
    @inline()
  77. def subpixelText(p: Boolean): V

    Shortcut for setSubpixelText(boolean)

    Annotations
    @inline()
  78. def subpixelText: Boolean

    Shortcut for isSubpixelText()

    Shortcut for isSubpixelText()

    Annotations
    @inline()
  79. def subpixelText_=(p: Boolean): V

    Shortcut for setSubpixelText(boolean)

    Annotations
    @inline()
  80. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  81. def textAlign(p: Align): V

    Shortcut for setTextAlign(android.graphics.Paint.Align)

    Annotations
    @inline()
  82. def textAlign: Align

    Shortcut for getTextAlign()

    Shortcut for getTextAlign()

    Annotations
    @inline()
  83. def textAlign_=(p: Align): V

    Shortcut for setTextAlign(android.graphics.Paint.Align)

    Annotations
    @inline()
  84. def textScaleX(p: Float): V

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Annotations
    @inline()
  85. def textScaleX: Float

    Shortcut for getTextScaleX()

    Shortcut for getTextScaleX()

    Annotations
    @inline()
  86. def textScaleX_=(p: Float): V

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Annotations
    @inline()
  87. def textSize(p: Float): V

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Annotations
    @inline()
  88. def textSize: Float

    Shortcut for getTextSize()

    Shortcut for getTextSize()

    Annotations
    @inline()
  89. def textSize_=(p: Float): V

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Annotations
    @inline()
  90. def textSkewX(p: Float): V

    Shortcut for setTextSkewX(float)

    Shortcut for setTextSkewX(float)

    Annotations
    @inline()
  91. def textSkewX: Float

    Shortcut for getTextSkewX()

    Shortcut for getTextSkewX()

    Annotations
    @inline()
  92. def textSkewX_=(p: Float): V

    Shortcut for setTextSkewX(float)

    Shortcut for setTextSkewX(float)

    Annotations
    @inline()
  93. def toString(): String

    Definition Classes
    AnyRef → Any
  94. def typeface(p: Typeface): V

    Shortcut for setTypeface(android.graphics.Typeface)

    Annotations
    @inline()
  95. def typeface: Typeface

    Shortcut for getTypeface()

    Shortcut for getTypeface()

    Annotations
    @inline()
  96. def typeface_=(p: Typeface): V

    Shortcut for setTypeface(android.graphics.Typeface)

    Annotations
    @inline()
  97. def underlineText(p: Boolean): V

    Shortcut for setUnderlineText(boolean)

    Annotations
    @inline()
  98. def underlineText: Boolean

    Shortcut for isUnderlineText()

    Shortcut for isUnderlineText()

    Annotations
    @inline()
  99. def underlineText_=(p: Boolean): V

    Shortcut for setUnderlineText(boolean)

    Annotations
    @inline()
  100. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. def xfermode(p: Xfermode): V

    Shortcut for setXfermode(android.graphics.Xfermode)

    Annotations
    @inline()
  104. def xfermode: Xfermode

    Shortcut for getXfermode()

    Shortcut for getXfermode()

    Annotations
    @inline()
  105. def xfermode_=(p: Xfermode): V

    Shortcut for setXfermode(android.graphics.Xfermode)

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped