public class TextLayer extends AbstractLayer<TextLayer>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fontFamily |
protected Integer |
fontSize |
protected String |
fontStyle |
protected String |
fontWeight |
protected String |
letterSpacing |
protected Integer |
lineSpacing |
protected String |
resourceType |
protected String |
stroke |
protected String |
text |
protected String |
textAlign |
protected String |
textDecoration |
format, publicId, type| Constructor and Description |
|---|
TextLayer() |
| Modifier and Type | Method and Description |
|---|---|
TextLayer |
fontFamily(String fontFamily) |
TextLayer |
fontSize(int fontSize) |
TextLayer |
fontStyle(String fontStyle) |
TextLayer |
fontWeight(String fontWeight) |
TextLayer |
format(String format) |
TextLayer |
letterSpacing(String letterSpacing) |
TextLayer |
lineSpacing(Integer lineSpacing) |
TextLayer |
resourceType(String resourceType) |
TextLayer |
stroke(String stroke) |
TextLayer |
text(String text) |
TextLayer |
textAlign(String textAlign) |
TextLayer |
textDecoration(String textDecoration) |
protected String |
textStyleIdentifier() |
String |
toString() |
TextLayer |
type(String type) |
formattedPublicId, publicIdprotected String resourceType
protected String fontFamily
protected Integer fontSize
protected String fontWeight
protected String fontStyle
protected String textDecoration
protected String textAlign
protected String stroke
protected String letterSpacing
protected Integer lineSpacing
protected String text
public TextLayer resourceType(String resourceType)
resourceType in class AbstractLayer<TextLayer>public TextLayer type(String type)
type in class AbstractLayer<TextLayer>public TextLayer format(String format)
format in class AbstractLayer<TextLayer>public TextLayer fontSize(int fontSize)
public String toString()
toString in class AbstractLayer<TextLayer>protected String textStyleIdentifier()
Copyright © 2016. All Rights Reserved.