android.text.style
public
abstract
class
android.text.style.ReplacementSpan
Known Direct Subclasses
Known Indirect Subclasses
Summary
Public Constructors
Public Methods
abstract |
|
|
|
|
void |
draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) |
abstract |
|
|
|
|
int |
getSize(Paint paint, CharSequence text, int start, int end, Paint.FontMetricsInt fm) |
|
|
|
|
|
void |
updateDrawState(TextPaint ds) |
|
|
|
|
|
void |
updateMeasureState(TextPaint p) |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Public Methods
public
abstract
void
draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint)
public
void
updateDrawState(TextPaint ds)
This method does nothing, since ReplacementSpans are drawn
explicitly instead of affecting Paint properties.
public
void
updateMeasureState(TextPaint p)
This method does nothing, since ReplacementSpans are measured
explicitly instead of affecting Paint properties.