public abstract class AbstractPaintAssert<S extends AbstractPaintAssert<S,A>,A extends android.graphics.Paint>
extends <any>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPaintAssert(A actual,
java.lang.Class<S> selfType) |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAlpha(int alpha) |
S |
hasAscent(float ascent) |
S |
hasColor(int color) |
S |
hasDescent(float descent) |
S |
hasFlags(int flags) |
S |
hasFontSpacing(float spacing) |
S |
hasHinting(int hinting) |
S |
hasMaskFilter(android.graphics.MaskFilter filter) |
S |
hasPathEffect(android.graphics.PathEffect effect) |
S |
hasRasterizer(android.graphics.Rasterizer rasterizer) |
S |
hasShader(android.graphics.Shader shader) |
S |
hasStrokeCap(android.graphics.Paint.Cap cap) |
S |
hasStrokeJoin(android.graphics.Paint.Join join) |
S |
hasStrokeMiter(float miter) |
S |
hasStrokeWidth(float width) |
S |
hasStyle(android.graphics.Paint.Style style) |
S |
hasTextAlign(android.graphics.Paint.Align align) |
S |
hasTextLocale(java.util.Locale locale) |
S |
hasTextScaleX(float scale) |
S |
hasTextSize(float size) |
S |
hasTextSkewX(float skew) |
S |
hasTypeface(android.graphics.Typeface typeface) |
S |
isAntiAliased() |
S |
isDithering() |
S |
isFakingBoldText() |
S |
isNotAntiAliased() |
S |
isNotDithering() |
S |
isNotFakingBoldText() |
S |
isNotStrikingThroughText() |
S |
isNotSubpixelText() |
S |
isNotUnderliningText() |
S |
isStrikingThroughText() |
S |
isSubpixelText() |
S |
isUnderliningText() |
public S hasAscent(float ascent)
public S hasDescent(float descent)
public S hasAlpha(int alpha)
public S hasColor(int color)
public S hasFlags(int flags)
public S hasFontSpacing(float spacing)
public S hasHinting(int hinting)
public S hasMaskFilter(android.graphics.MaskFilter filter)
public S hasPathEffect(android.graphics.PathEffect effect)
public S hasRasterizer(android.graphics.Rasterizer rasterizer)
public S hasShader(android.graphics.Shader shader)
public S hasStrokeCap(android.graphics.Paint.Cap cap)
public S hasStrokeJoin(android.graphics.Paint.Join join)
public S hasStrokeMiter(float miter)
public S hasStrokeWidth(float width)
public S hasStyle(android.graphics.Paint.Style style)
public S hasTextAlign(android.graphics.Paint.Align align)
public S hasTextLocale(java.util.Locale locale)
public S hasTextScaleX(float scale)
public S hasTextSize(float size)
public S hasTextSkewX(float skew)
public S hasTypeface(android.graphics.Typeface typeface)
public S isAntiAliased()
public S isNotAntiAliased()
public S isDithering()
public S isNotDithering()
public S isFakingBoldText()
public S isNotFakingBoldText()
public S isStrikingThroughText()
public S isNotStrikingThroughText()
public S isSubpixelText()
public S isNotSubpixelText()
public S isUnderliningText()
public S isNotUnderliningText()