public class AString extends BaseAString
| Modifier and Type | Class and Description |
|---|---|
static class |
AString.Format |
BaseAString.FoundRunBreak| Constructor and Description |
|---|
AString(AttributedCharacterIterator text) |
AString(AttributedCharacterIterator[] iterators) |
AString(AttributedCharacterIterator text,
int beginIndex,
int endIndex) |
AString(AttributedCharacterIterator text,
int beginIndex,
int endIndex,
AttributedCharacterIterator.Attribute[] attributes) |
AString(AttributedString astr) |
AString(String text) |
AString(String text,
Map<? extends AttributedCharacterIterator.Attribute,?> attributes) |
| Modifier and Type | Method and Description |
|---|---|
AString |
clone() |
AString |
concat(BaseAString... astrings) |
AString.Format |
format() |
AString.Format |
format(int begin,
int end) |
List<Pair<Integer,Integer>> |
newLinesIntervals()
разделяет текст на набор строк по симвоу перевода на новую строку
|
RichString |
rstring(FontRenderContext frc) |
RichString |
rstring(Graphics2D gs) |
RichString |
rstring(TextMeasurer tm) |
List<AString> |
splitNewLines()
Разделяет текст на набор строк по символу(ам) перевода строк
|
AString |
substring(int begin,
int endEx) |
TextLayout |
textLayout(FontRenderContext frc) |
TextLayout |
textLayout(Graphics2D gs) |
TextLayout |
textLayout(TextMeasurer tm) |
addAttribute, addAttribute, addAttributeImpl, addAttributeRunData, addAttributes, appendContents, attributeValuesMatch, charAt, clearAttributes, clearAttributesImpl, clearAttributesRunData, createRunAttributeDataVectors, ensureRunBreak, ensureRunBreak, findRunBreak, getAttribute, getAttributeCheckRange, getIterator, getIterator, getIterator, getRunAttributes, getRunAttributeValues, getRunCount, getRunStarts, getScn, length, length, mapsDiffer, nextScn, removeAttributeImpl, removeAttributeRunData, removeAttributes, setAttributes, text, valuesMatchpublic AString(AttributedCharacterIterator[] iterators)
public AString(String text)
public AString(String text, Map<? extends AttributedCharacterIterator.Attribute,?> attributes)
public AString(AttributedCharacterIterator text)
public AString(AttributedCharacterIterator text, int beginIndex, int endIndex)
public AString(AttributedCharacterIterator text, int beginIndex, int endIndex, AttributedCharacterIterator.Attribute[] attributes)
public AString(AttributedString astr)
public AString clone()
clone in class BaseAStringpublic AString substring(int begin, int endEx)
public AString concat(BaseAString... astrings)
public List<Pair<Integer,Integer>> newLinesIntervals()
public List<AString> splitNewLines()
public TextLayout textLayout(TextMeasurer tm)
public TextLayout textLayout(FontRenderContext frc)
public TextLayout textLayout(Graphics2D gs)
public RichString rstring(TextMeasurer tm)
public RichString rstring(FontRenderContext frc)
public RichString rstring(Graphics2D gs)
public AString.Format format(int begin, int end)
public AString.Format format()
Copyright © 2018. All rights reserved.