Class android.graphics.Paint

Added Methods
BlendMode getBlendMode()  
long getColorLong()  
int getEndHyphenEdit()  
int getShadowLayerColor()  
long getShadowLayerColorLong()  
float getShadowLayerDx()  
float getShadowLayerDy()  
float getShadowLayerRadius()  
int getStartHyphenEdit()  
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 setEndHyphenEdit(int)  
void setShadowLayer(float, float, float, long)  
void setStartHyphenEdit(int)  
void setWordSpacing(float)  
 

Added Fields
int CURSOR_AFTER  
int CURSOR_AT  
int CURSOR_AT_OR_AFTER  
int CURSOR_AT_OR_BEFORE  
int CURSOR_BEFORE  
int END_HYPHEN_EDIT_INSERT_ARMENIAN_HYPHEN  
int END_HYPHEN_EDIT_INSERT_HYPHEN  
int END_HYPHEN_EDIT_INSERT_MAQAF  
int END_HYPHEN_EDIT_INSERT_UCAS_HYPHEN  
int END_HYPHEN_EDIT_INSERT_ZWJ_AND_HYPHEN  
int END_HYPHEN_EDIT_NO_EDIT  
int END_HYPHEN_EDIT_REPLACE_WITH_HYPHEN  
int START_HYPHEN_EDIT_INSERT_HYPHEN  
int START_HYPHEN_EDIT_INSERT_ZWJ  
int START_HYPHEN_EDIT_NO_EDIT