java.lang.Object | ||
↳ | org.libpag.PAGLayer | |
↳ | org.libpag.PAGTextLayer |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PAGTextLayer(long nativeContext) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
fillColor()
Returns the text layer’s fill color.
| ||||||||||
PAGFont |
font()
Returns the text layer's font.
| ||||||||||
float |
fontSize()
Returns the text layer's font size.
| ||||||||||
void |
reset()
Reset the text layer to its default text data.
| ||||||||||
void |
setFillColor(int color)
Set the text layer’s fill color.
| ||||||||||
void |
setFont(PAGFont font)
Set the text layer's font.
| ||||||||||
void |
setFontSize(float fontSize)
Set the text layer's font size.
| ||||||||||
void |
setStrokeColor(int color)
Set the text layer's stroke color.
| ||||||||||
void |
setText(String text)
Set the text layer's text.
| ||||||||||
int |
strokeColor()
Returns the text layer's stroke color.
| ||||||||||
String |
text()
Returns the text layer's text.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the text layer’s fill color.
Returns the text layer's font size.
Reset the text layer to its default text data.
Set the text layer’s fill color.
Set the text layer's font size.
Set the text layer's stroke color.
Set the text layer's text.
Returns the text layer's stroke color.
Returns the text layer's text.