public class BidiBracketMap extends Object
Modifier and Type | Field and Description |
---|---|
protected static com.itextpdf.io.util.IntHashtable |
mirrorChars |
Constructor and Description |
---|
BidiBracketMap() |
Modifier and Type | Method and Description |
---|---|
static byte |
getBracketType(int c) |
static byte[] |
getBracketTypes(int[] text,
int leftPos,
int rightPos) |
static int |
getBracketValue(int c) |
static int[] |
getBracketValues(int[] text,
int leftPos,
int rightPos) |
static int |
getPairedBracket(int c) |
public static byte getBracketType(int c)
public static byte[] getBracketTypes(int[] text, int leftPos, int rightPos)
public static int getPairedBracket(int c)
public static int getBracketValue(int c)
public static int[] getBracketValues(int[] text, int leftPos, int rightPos)
Copyright © 1998–2017 iText Group NV. All rights reserved.