Class android.graphics.Paint

Added Methods
BlendMode getBlendMode()  
long getColorLong()  
int getHyphenEdit()  
int getShadowLayerColor()  
long getShadowLayerColorLong()  
float getShadowLayerDx()  
float getShadowLayerDy()  
float getShadowLayerRadius()  
float getStrikeThruPosition()  
float getStrikeThruThickness()  
void getTextBounds(CharSequence, int, int, Rect)  
float getTextRunAdvances(char[], int, int, int, int, boolean, float[], int)  
int getTextRunCursor(char[], int, int, boolean, int, int)  
int getTextRunCursor(CharSequence, int, int, boolean, int, int)  
float getUnderlinePosition()  
float getUnderlineThickness()  
float getWordSpacing()  
void setBlendMode(BlendMode)  
void setColor(long)  
void setHyphenEdit(int)  
void setShadowLayer(float, float, float, long)  
void setWordSpacing(float)  
 

Changed Methods
Xfermode getXfermode() Now deprecated.
 
Xfermode setXfermode(Xfermode) Now deprecated.
 
 

Added Fields
int CURSOR_AFTER  
int CURSOR_AT  
int CURSOR_AT_OR_AFTER  
int CURSOR_AT_OR_BEFORE  
int CURSOR_BEFORE