public static class TextPainter.TextElement
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int |
_align |
|
java.text.AttributedString |
_bullet |
|
int |
_bulletOffset |
|
java.text.AttributedString |
_text |
|
int |
_textOffset |
|
float |
advance |
|
float |
ascent |
|
float |
descent |
|
int |
textEndIndex |
|
int |
textStartIndex |
Constructor | Description |
---|---|
TextElement() |
public java.text.AttributedString _text
public int _textOffset
public java.text.AttributedString _bullet
public int _bulletOffset
public int _align
public float ascent
public float descent
public float advance
public int textStartIndex
public int textEndIndex
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.