java.lang.Object | ||
↳ | AppCompatTextView | |
↳ | com.pdftron.pdf.widget.VerticalTextView |
This class is a TextView that draw text vertically. If gravity is Gravity.BOTTOM, it draws text from bottom to top, otherwise draw text from top to bottom
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VerticalTextView(Context context)
Class constructor
| |||||||||||
VerticalTextView(Context context, AttributeSet attrs)
Class constructor
| |||||||||||
VerticalTextView(Context context, AttributeSet attrs, int defStyleAttr)
Class constructor
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Class constructor
context | Context |
---|
Class constructor
context | Context |
---|
Class constructor
context | Context |
---|