public class PESDKFileTextSpriteOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PESDKFileTextSpriteOptions.Alignment |
| Constructor and Description |
|---|
PESDKFileTextSpriteOptions() |
public java.lang.String getText()
public PESDKFileTextSpriteOptions setText(java.lang.String text)
text - The textpublic java.lang.Double getFontSize()
public PESDKFileTextSpriteOptions setFontSize(double fontSize)
fontSize - The fontSizepublic java.lang.Double getLineHeight()
public PESDKFileTextSpriteOptions setLineHeight(double lineHeight)
lineHeight - The lineHeightpublic java.lang.String getFontIdentifier()
public PESDKFileTextSpriteOptions setFontIdentifier(java.lang.String fontIdentifier)
fontIdentifier - The fontIdentifierpublic PESDKFileTextSpriteOptions.Alignment getAlignment()
public PESDKFileTextSpriteOptions setAlignment(PESDKFileTextSpriteOptions.Alignment alignment)
alignment - The alignmentpublic PESDKFileSuperColor getColor()
public PESDKFileTextSpriteOptions setColor(PESDKFileSuperColor color)
color - The colorpublic PESDKFileSuperColor getBackgroundColor()
public PESDKFileTextSpriteOptions setBackgroundColor(PESDKFileSuperColor backgroundColor)
backgroundColor - The backgroundColorpublic PESDKFileVector getPosition()
public PESDKFileTextSpriteOptions setPosition(PESDKFileVector position)
position - The positionpublic java.lang.Double getRotation()
public PESDKFileTextSpriteOptions setRotation(double rotation)
rotation - The rotationpublic java.lang.Double getMaxWidth()
public PESDKFileTextSpriteOptions setMaxWidth(double maxWidth)
maxWidth - The maxWidthpublic java.lang.Boolean getFlipHorizontally()
public PESDKFileTextSpriteOptions setFlipHorizontally(java.lang.Boolean flipHorizontally)
flipHorizontally - The flipHorizontallypublic java.lang.Boolean getFlipVertically()
public PESDKFileTextSpriteOptions setFlipVertically(java.lang.Boolean flipVertically)
flipVertically - The flipVertically