Searched defs:spaceMap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphView.java978 final BitSet spaceMap; field in class:GlyphView.JustificationInfo
984 BitSet spaceMap) {
991 this.spaceMap = spaceMap;
1017 BitSet spaceMap = new BitSet(endOffset - startOffset + 1);
1025 spaceMap.set(i - txtOffset);
1073 spaceMap);
979 JustificationInfo(int start, int end, int leadingSpaces, int contentSpaces, int trailingSpaces, boolean hasTab, BitSet spaceMap) argument

Completed in 40 milliseconds