Trait

org.scaloid.common

TraitPaint

Related Doc: package common

Permalink

trait TraitPaint[This <: 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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def basis: This

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def alpha(p: Int): This

    Permalink

    Shortcut for setAlpha(int)

    Shortcut for setAlpha(int)

    Annotations
    @inline()
  5. def alpha: Int

    Permalink

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Annotations
    @inline()
  6. def alpha_=(p: Int): This

    Permalink

    Shortcut for setAlpha(int)

    Shortcut for setAlpha(int)

    Annotations
    @inline()
  7. def antiAlias(p: Boolean): This

    Permalink

    Shortcut for setAntiAlias(boolean)

    Shortcut for setAntiAlias(boolean)

    Annotations
    @inline()
  8. def antiAlias: Boolean

    Permalink

    Shortcut for isAntiAlias()

    Shortcut for isAntiAlias()

    Annotations
    @inline()
  9. def antiAlias_=(p: Boolean): This

    Permalink

    Shortcut for setAntiAlias(boolean)

    Shortcut for setAntiAlias(boolean)

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

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

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

    Permalink

    Shortcut for setColor(int)

    Shortcut for setColor(int)

    Annotations
    @inline()
  13. def color: Int

    Permalink

    Shortcut for getColor()

    Shortcut for getColor()

    Annotations
    @inline()
  14. def colorFilter(p: ColorFilter): This

    Permalink

    Shortcut for setColorFilter(android.graphics.ColorFilter)

    Annotations
    @inline()
  15. def colorFilter: ColorFilter

    Permalink

    Shortcut for getColorFilter()

    Shortcut for getColorFilter()

    Annotations
    @inline()
  16. def colorFilter_=(p: ColorFilter): This

    Permalink

    Shortcut for setColorFilter(android.graphics.ColorFilter)

    Annotations
    @inline()
  17. def color_=(p: Int): This

    Permalink

    Shortcut for setColor(int)

    Shortcut for setColor(int)

    Annotations
    @inline()
  18. def dither(p: Boolean): This

    Permalink

    Shortcut for setDither(boolean)

    Shortcut for setDither(boolean)

    Annotations
    @inline()
  19. def dither: Boolean

    Permalink

    Shortcut for isDither()

    Shortcut for isDither()

    Annotations
    @inline()
  20. def dither_=(p: Boolean): This

    Permalink

    Shortcut for setDither(boolean)

    Shortcut for setDither(boolean)

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def fakeBoldText(p: Boolean): This

    Permalink

    Shortcut for setFakeBoldText(boolean)

    Annotations
    @inline()
  24. def fakeBoldText: Boolean

    Permalink

    Shortcut for isFakeBoldText()

    Shortcut for isFakeBoldText()

    Annotations
    @inline()
  25. def fakeBoldText_=(p: Boolean): This

    Permalink

    Shortcut for setFakeBoldText(boolean)

    Annotations
    @inline()
  26. def filterBitmap(p: Boolean): This

    Permalink

    Shortcut for setFilterBitmap(boolean)

    Annotations
    @inline()
  27. def filterBitmap: Boolean

    Permalink

    Shortcut for isFilterBitmap()

    Shortcut for isFilterBitmap()

    Annotations
    @inline()
  28. def filterBitmap_=(p: Boolean): This

    Permalink

    Shortcut for setFilterBitmap(boolean)

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

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

    Permalink

    Shortcut for setFlags(int)

    Shortcut for setFlags(int)

    Annotations
    @inline()
  31. def flags: Int

    Permalink

    Shortcut for getFlags()

    Shortcut for getFlags()

    Annotations
    @inline()
  32. def flags_=(p: Int): This

    Permalink

    Shortcut for setFlags(int)

    Shortcut for setFlags(int)

    Annotations
    @inline()
  33. def fontMetrics: FontMetrics

    Permalink

    Shortcut for getFontMetrics()

    Shortcut for getFontMetrics()

    Annotations
    @inline()
  34. def fontMetricsInt: FontMetricsInt

    Permalink

    Shortcut for getFontMetricsInt()

    Shortcut for getFontMetricsInt()

    Annotations
    @inline()
  35. def fontSpacing: Float

    Permalink

    Shortcut for getFontSpacing()

    Shortcut for getFontSpacing()

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def hinting(p: Int): This

    Permalink

    Shortcut for setHinting(int)

    Shortcut for setHinting(int)

    Annotations
    @inline()
  39. def hinting: Int

    Permalink

    Shortcut for getHinting()

    Shortcut for getHinting()

    Annotations
    @inline()
  40. def hinting_=(p: Int): This

    Permalink

    Shortcut for setHinting(int)

    Shortcut for setHinting(int)

    Annotations
    @inline()
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def maskFilter(p: MaskFilter): This

    Permalink

    Shortcut for setMaskFilter(android.graphics.MaskFilter)

    Annotations
    @inline()
  43. def maskFilter: MaskFilter

    Permalink

    Shortcut for getMaskFilter()

    Shortcut for getMaskFilter()

    Annotations
    @inline()
  44. def maskFilter_=(p: MaskFilter): This

    Permalink

    Shortcut for setMaskFilter(android.graphics.MaskFilter)

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

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. def pathEffect(p: PathEffect): This

    Permalink

    Shortcut for setPathEffect(android.graphics.PathEffect)

    Annotations
    @inline()
  49. def pathEffect: PathEffect

    Permalink

    Shortcut for getPathEffect()

    Shortcut for getPathEffect()

    Annotations
    @inline()
  50. def pathEffect_=(p: PathEffect): This

    Permalink

    Shortcut for setPathEffect(android.graphics.PathEffect)

    Annotations
    @inline()
  51. def rasterizer(p: Rasterizer): This

    Permalink

    Shortcut for setRasterizer(android.graphics.Rasterizer)

    Annotations
    @inline()
  52. def rasterizer: Rasterizer

    Permalink

    Shortcut for getRasterizer()

    Shortcut for getRasterizer()

    Annotations
    @inline()
  53. def rasterizer_=(p: Rasterizer): This

    Permalink

    Shortcut for setRasterizer(android.graphics.Rasterizer)

    Annotations
    @inline()
  54. def shader(p: Shader): This

    Permalink

    Shortcut for setShader(android.graphics.Shader)

    Annotations
    @inline()
  55. def shader: Shader

    Permalink

    Shortcut for getShader()

    Shortcut for getShader()

    Annotations
    @inline()
  56. def shader_=(p: Shader): This

    Permalink

    Shortcut for setShader(android.graphics.Shader)

    Annotations
    @inline()
  57. def strikeThruText(p: Boolean): This

    Permalink

    Shortcut for setStrikeThruText(boolean)

    Annotations
    @inline()
  58. def strikeThruText: Boolean

    Permalink

    Shortcut for isStrikeThruText()

    Shortcut for isStrikeThruText()

    Annotations
    @inline()
  59. def strikeThruText_=(p: Boolean): This

    Permalink

    Shortcut for setStrikeThruText(boolean)

    Annotations
    @inline()
  60. def strokeCap(p: Cap): This

    Permalink

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

    Annotations
    @inline()
  61. def strokeCap: Cap

    Permalink

    Shortcut for getStrokeCap()

    Shortcut for getStrokeCap()

    Annotations
    @inline()
  62. def strokeCap_=(p: Cap): This

    Permalink

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

    Annotations
    @inline()
  63. def strokeJoin(p: Join): This

    Permalink

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

    Annotations
    @inline()
  64. def strokeJoin: Join

    Permalink

    Shortcut for getStrokeJoin()

    Shortcut for getStrokeJoin()

    Annotations
    @inline()
  65. def strokeJoin_=(p: Join): This

    Permalink

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

    Annotations
    @inline()
  66. def strokeMiter(p: Float): This

    Permalink

    Shortcut for setStrokeMiter(float)

    Shortcut for setStrokeMiter(float)

    Annotations
    @inline()
  67. def strokeMiter: Float

    Permalink

    Shortcut for getStrokeMiter()

    Shortcut for getStrokeMiter()

    Annotations
    @inline()
  68. def strokeMiter_=(p: Float): This

    Permalink

    Shortcut for setStrokeMiter(float)

    Shortcut for setStrokeMiter(float)

    Annotations
    @inline()
  69. def strokeWidth(p: Float): This

    Permalink

    Shortcut for setStrokeWidth(float)

    Shortcut for setStrokeWidth(float)

    Annotations
    @inline()
  70. def strokeWidth: Float

    Permalink

    Shortcut for getStrokeWidth()

    Shortcut for getStrokeWidth()

    Annotations
    @inline()
  71. def strokeWidth_=(p: Float): This

    Permalink

    Shortcut for setStrokeWidth(float)

    Shortcut for setStrokeWidth(float)

    Annotations
    @inline()
  72. def style(p: Style): This

    Permalink

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

    Annotations
    @inline()
  73. def style: Style

    Permalink

    Shortcut for getStyle()

    Shortcut for getStyle()

    Annotations
    @inline()
  74. def style_=(p: Style): This

    Permalink

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

    Annotations
    @inline()
  75. def subpixelText(p: Boolean): This

    Permalink

    Shortcut for setSubpixelText(boolean)

    Annotations
    @inline()
  76. def subpixelText: Boolean

    Permalink

    Shortcut for isSubpixelText()

    Shortcut for isSubpixelText()

    Annotations
    @inline()
  77. def subpixelText_=(p: Boolean): This

    Permalink

    Shortcut for setSubpixelText(boolean)

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

    Permalink
    Definition Classes
    AnyRef
  79. def textAlign(p: Align): This

    Permalink

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

    Annotations
    @inline()
  80. def textAlign: Align

    Permalink

    Shortcut for getTextAlign()

    Shortcut for getTextAlign()

    Annotations
    @inline()
  81. def textAlign_=(p: Align): This

    Permalink

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

    Annotations
    @inline()
  82. def textScaleX(p: Float): This

    Permalink

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Annotations
    @inline()
  83. def textScaleX: Float

    Permalink

    Shortcut for getTextScaleX()

    Shortcut for getTextScaleX()

    Annotations
    @inline()
  84. def textScaleX_=(p: Float): This

    Permalink

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Annotations
    @inline()
  85. def textSize(p: Float): This

    Permalink

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Annotations
    @inline()
  86. def textSize: Float

    Permalink

    Shortcut for getTextSize()

    Shortcut for getTextSize()

    Annotations
    @inline()
  87. def textSize_=(p: Float): This

    Permalink

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Annotations
    @inline()
  88. def textSkewX(p: Float): This

    Permalink

    Shortcut for setTextSkewX(float)

    Shortcut for setTextSkewX(float)

    Annotations
    @inline()
  89. def textSkewX: Float

    Permalink

    Shortcut for getTextSkewX()

    Shortcut for getTextSkewX()

    Annotations
    @inline()
  90. def textSkewX_=(p: Float): This

    Permalink

    Shortcut for setTextSkewX(float)

    Shortcut for setTextSkewX(float)

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

    Permalink
    Definition Classes
    AnyRef → Any
  92. def typeface(p: Typeface): This

    Permalink

    Shortcut for setTypeface(android.graphics.Typeface)

    Annotations
    @inline()
  93. def typeface: Typeface

    Permalink

    Shortcut for getTypeface()

    Shortcut for getTypeface()

    Annotations
    @inline()
  94. def typeface_=(p: Typeface): This

    Permalink

    Shortcut for setTypeface(android.graphics.Typeface)

    Annotations
    @inline()
  95. def underlineText(p: Boolean): This

    Permalink

    Shortcut for setUnderlineText(boolean)

    Annotations
    @inline()
  96. def underlineText: Boolean

    Permalink

    Shortcut for isUnderlineText()

    Shortcut for isUnderlineText()

    Annotations
    @inline()
  97. def underlineText_=(p: Boolean): This

    Permalink

    Shortcut for setUnderlineText(boolean)

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. def xfermode(p: Xfermode): This

    Permalink

    Shortcut for setXfermode(android.graphics.Xfermode)

    Annotations
    @inline()
  102. def xfermode: Xfermode

    Permalink

    Shortcut for getXfermode()

    Shortcut for getXfermode()

    Annotations
    @inline()
  103. def xfermode_=(p: Xfermode): This

    Permalink

    Shortcut for setXfermode(android.graphics.Xfermode)

    Annotations
    @inline()

Deprecated Value Members

  1. def linearText(p: Boolean): This

    Permalink

    Shortcut for setLinearText(boolean)

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  2. def linearText: Boolean

    Permalink

    Shortcut for isLinearText()

    Shortcut for isLinearText()

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def linearText_=(p: Boolean): This

    Permalink

    Shortcut for setLinearText(boolean)

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

Inherited from AnyRef

Inherited from Any

Ungrouped