Package org.apache.batik.bridge
Class StrokingTextPainter.TextRun
java.lang.Object
org.apache.batik.bridge.StrokingTextPainter.TextRun
- Enclosing class:
- StrokingTextPainter
Inner convenience class for associating a TextLayout for
sub-spans, and the ACI which iterates over that subspan.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AttributedCharacterIterator
protected int
protected boolean
protected TextSpanLayout
protected Float
protected Integer
-
Constructor Summary
ConstructorsConstructorDescriptionTextRun
(TextSpanLayout layout, AttributedCharacterIterator aci, boolean firstRunInChunk) -
Method Summary
Modifier and TypeMethodDescriptiongetACI()
int
int
boolean
void
maybeReverseGlyphs
(boolean mirror) void
reverse()
-
Field Details
-
aci
-
layout
-
anchorType
protected int anchorType -
firstRunInChunk
protected boolean firstRunInChunk -
length
-
lengthAdjust
-
-
Constructor Details
-
TextRun
-
-
Method Details
-
getACI
-
getLayout
-
getAnchorType
public int getAnchorType() -
getLength
-
getLengthAdjust
-
isFirstRunInChunk
public boolean isFirstRunInChunk() -
getBidiLevel
public int getBidiLevel() -
reverse
public void reverse() -
maybeReverseGlyphs
public void maybeReverseGlyphs(boolean mirror)
-