public class

PAGTextLayer

extends PAGLayer
java.lang.Object
   ↳ org.libpag.PAGLayer
     ↳ org.libpag.PAGTextLayer

Summary

[Expand]
Inherited Constants
From class org.libpag.PAGLayer
[Expand]
Inherited Fields
From class org.libpag.PAGLayer
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
From class org.libpag.PAGLayer
From class java.lang.Object

Public Constructors

public PAGTextLayer (long nativeContext)

Public Methods

public int fillColor ()

Returns the text layer’s fill color.

public PAGFont font ()

Returns the text layer's font.

public float fontSize ()

Returns the text layer's font size.

public void reset ()

Reset the text layer to its default text data.

public void setFillColor (int color)

Set the text layer’s fill color.

public void setFont (PAGFont font)

Set the text layer's font.

public void setFontSize (float fontSize)

Set the text layer's font size.

public void setStrokeColor (int color)

Set the text layer's stroke color.

public void setText (String text)

Set the text layer's text.

public int strokeColor ()

Returns the text layer's stroke color.

public String text ()

Returns the text layer's text.