public class StrokingTextPainter.TextRun extends Object
Modifier and Type | Field and Description |
---|---|
protected AttributedCharacterIterator |
aci |
protected int |
anchorType |
protected boolean |
firstRunInChunk |
protected TextSpanLayout |
layout |
protected Float |
length |
protected Integer |
lengthAdjust |
Constructor and Description |
---|
TextRun(TextSpanLayout layout,
AttributedCharacterIterator aci,
boolean firstRunInChunk) |
Modifier and Type | Method and Description |
---|---|
AttributedCharacterIterator |
getACI() |
int |
getAnchorType() |
int |
getBidiLevel() |
TextSpanLayout |
getLayout() |
Float |
getLength() |
Integer |
getLengthAdjust() |
boolean |
isFirstRunInChunk() |
void |
maybeReverseGlyphs(boolean mirror) |
void |
reverse() |
protected AttributedCharacterIterator aci
protected TextSpanLayout layout
protected int anchorType
protected boolean firstRunInChunk
protected Float length
protected Integer lengthAdjust
public TextRun(TextSpanLayout layout, AttributedCharacterIterator aci, boolean firstRunInChunk)
public AttributedCharacterIterator getACI()
public TextSpanLayout getLayout()
public int getAnchorType()
public Float getLength()
public Integer getLengthAdjust()
public boolean isFirstRunInChunk()
public int getBidiLevel()
public void reverse()
public void maybeReverseGlyphs(boolean mirror)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.