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 |
---|
StrokingTextPainter.TextRun(TextSpanLayout layout,
AttributedCharacterIterator aci,
boolean firstRunInChunk) |
Modifier and Type | Method and Description |
---|---|
AttributedCharacterIterator |
getACI() |
int |
getAnchorType() |
TextSpanLayout |
getLayout() |
Float |
getLength() |
Integer |
getLengthAdjust() |
boolean |
isFirstRunInChunk() |
protected AttributedCharacterIterator aci
protected TextSpanLayout layout
protected int anchorType
protected boolean firstRunInChunk
protected Float length
protected Integer lengthAdjust
public StrokingTextPainter.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()
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.