@Implements(value=android.graphics.Paint.class) public class ShadowPaint extends java.lang.Object
Constructor and Description |
---|
ShadowPaint() |
Modifier and Type | Method and Description |
---|---|
protected void |
__constructor__(android.graphics.Paint otherPaint) |
protected int |
getAlpha() |
android.graphics.Paint.Cap |
getCap() |
protected int |
getColor() |
protected android.graphics.ColorFilter |
getColorFilter() |
protected int |
getFlags() |
android.graphics.Paint.Join |
getJoin() |
protected android.graphics.PathEffect |
getPathEffect() |
protected android.graphics.Shader |
getShader() |
int |
getShadowColor() |
float |
getShadowDx() |
float |
getShadowDy() |
float |
getShadowRadius() |
protected android.graphics.Paint.Cap |
getStrokeCap() |
protected android.graphics.Paint.Join |
getStrokeJoin() |
protected float |
getStrokeWidth() |
protected android.graphics.Paint.Style |
getStyle() |
protected android.graphics.Paint.Align |
getTextAlign() |
protected float |
getTextSize() |
protected android.graphics.Typeface |
getTypeface() |
float |
getWidth() |
protected boolean |
isAntiAlias() |
protected boolean |
isDither() |
protected float |
measureText(char[] text,
int index,
int count) |
protected float |
measureText(java.lang.CharSequence text,
int start,
int end) |
protected float |
measureText(java.lang.String text) |
protected float |
measureText(java.lang.String text,
int start,
int end) |
protected static long |
nInit() |
protected void |
setAlpha(int alpha) |
protected void |
setAntiAlias(boolean antiAlias) |
protected void |
setColor(int color) |
protected android.graphics.ColorFilter |
setColorFilter(android.graphics.ColorFilter filter) |
protected void |
setDither(boolean dither) |
protected void |
setFlags(int flags) |
protected android.graphics.PathEffect |
setPathEffect(android.graphics.PathEffect effect) |
protected android.graphics.Shader |
setShader(android.graphics.Shader shader) |
protected void |
setShadowLayer(float radius,
float dx,
float dy,
int color) |
protected void |
setStrokeCap(android.graphics.Paint.Cap cap) |
protected void |
setStrokeJoin(android.graphics.Paint.Join join) |
protected void |
setStrokeWidth(float width) |
protected void |
setStyle(android.graphics.Paint.Style style) |
protected void |
setTextAlign(android.graphics.Paint.Align align) |
protected void |
setTextSize(float textSize) |
protected android.graphics.Typeface |
setTypeface(android.graphics.Typeface typeface) |
@Implementation protected void __constructor__(android.graphics.Paint otherPaint)
@Implementation(minSdk=24) protected static long nInit()
@Implementation protected int getFlags()
@Implementation protected void setFlags(int flags)
@Implementation protected android.graphics.Shader setShader(android.graphics.Shader shader)
@Implementation protected int getAlpha()
@Implementation protected void setAlpha(int alpha)
@Implementation protected android.graphics.Shader getShader()
@Implementation protected void setColor(int color)
@Implementation protected int getColor()
@Implementation protected void setStyle(android.graphics.Paint.Style style)
@Implementation protected android.graphics.Paint.Style getStyle()
@Implementation protected void setStrokeCap(android.graphics.Paint.Cap cap)
@Implementation protected android.graphics.Paint.Cap getStrokeCap()
@Implementation protected void setStrokeJoin(android.graphics.Paint.Join join)
@Implementation protected android.graphics.Paint.Join getStrokeJoin()
@Implementation protected void setStrokeWidth(float width)
@Implementation protected float getStrokeWidth()
@Implementation protected void setShadowLayer(float radius, float dx, float dy, int color)
@Implementation protected android.graphics.Typeface getTypeface()
@Implementation protected android.graphics.Typeface setTypeface(android.graphics.Typeface typeface)
@Implementation protected float getTextSize()
@Implementation protected void setTextSize(float textSize)
@Implementation protected void setTextAlign(android.graphics.Paint.Align align)
@Implementation protected android.graphics.Paint.Align getTextAlign()
public float getShadowRadius()
public float getShadowDx()
public float getShadowDy()
public int getShadowColor()
public android.graphics.Paint.Cap getCap()
public android.graphics.Paint.Join getJoin()
public float getWidth()
@Implementation protected android.graphics.ColorFilter getColorFilter()
@Implementation protected android.graphics.ColorFilter setColorFilter(android.graphics.ColorFilter filter)
@Implementation protected void setAntiAlias(boolean antiAlias)
@Implementation protected void setDither(boolean dither)
@Implementation protected final boolean isDither()
@Implementation protected final boolean isAntiAlias()
@Implementation protected android.graphics.PathEffect getPathEffect()
@Implementation protected android.graphics.PathEffect setPathEffect(android.graphics.PathEffect effect)
@Implementation protected float measureText(java.lang.String text)
@Implementation protected float measureText(java.lang.CharSequence text, int start, int end)
@Implementation protected float measureText(java.lang.String text, int start, int end)
@Implementation protected float measureText(char[] text, int index, int count)