| Modifier and Type | Class and Description |
|---|---|
class |
AString.Format.Clear |
class |
AString.Format.Family |
class |
AString.Format.Justification |
class |
AString.Format.Posture |
class |
AString.Format.Underline |
class |
AString.Format.Weight |
class |
AString.Format.Width |
| Modifier and Type | Field and Description |
|---|---|
protected int |
begin |
protected int |
end |
protected ConcurrentLinkedQueue<Func1<AString,AString>> |
formatters |
protected AString |
str |
| Constructor and Description |
|---|
Format(AString str,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
AString |
apply() |
AString.Format |
background(Color color) |
AString.Format.Clear |
clear() |
AString.Format.Family |
family() |
AString.Format |
family(String family) |
AString.Format |
font(Font font) |
AString.Format |
foreground(Color color) |
AString.Format.Justification |
justification() |
AString.Format |
kerning() |
AString.Format |
ligatures() |
AString.Format.Posture |
posture() |
AString.Format |
size(Number size) |
AString.Format |
strikethrough() |
AString.Format |
subScript() |
AString.Format |
superScript() |
AString.Format |
transform(AffineTransform at) |
AString.Format |
transform(TransformAttribute ta) |
AString.Format.Underline |
underline() |
AString.Format.Weight |
weight() |
AString.Format.Width |
width() |
protected int begin
protected int end
protected AString str
protected ConcurrentLinkedQueue<Func1<AString,AString>> formatters
public Format(AString str, int begin, int end)
public AString apply()
public AString.Format family(String family)
public AString.Format.Family family()
public AString.Format font(Font font)
public AString.Format foreground(Color color)
public AString.Format background(Color color)
public AString.Format.Weight weight()
public AString.Format.Posture posture()
public AString.Format.Width width()
public AString.Format size(Number size)
public AString.Format transform(TransformAttribute ta)
public AString.Format transform(AffineTransform at)
public AString.Format superScript()
public AString.Format subScript()
public AString.Format.Underline underline()
public AString.Format strikethrough()
public AString.Format kerning()
public AString.Format ligatures()
public AString.Format.Justification justification()
public AString.Format.Clear clear()
Copyright © 2018. All rights reserved.