|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEditText
org.hermit.android.widgets.LinedEditText
public class LinedEditText
A custom EditText that draws lines between each line of text that is displayed.
Constructor Summary | |
---|---|
LinedEditText(Context context,
AttributeSet attrs)
Construct a widget from a given attribute set. |
Method Summary | |
---|---|
protected void |
onDraw(Canvas canvas)
Overridden onDraw method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinedEditText(Context context, AttributeSet attrs)
context
- Context we're running in.attrs
- Attributes for this widget.Method Detail |
---|
protected void onDraw(Canvas canvas)
canvas
- Canvas to draw into.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |