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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphView.java975 final int contentSpaces; field in class:GlyphView.JustificationInfo
981 int contentSpaces,
988 this.contentSpaces = contentSpaces;
1014 int contentSpaces = 0;
1047 contentSpaces += leadingSpaces;
1070 contentSpaces,
979 JustificationInfo(int start, int end, int leadingSpaces, int contentSpaces, int trailingSpaces, boolean hasTab, BitSet spaceMap) argument

Completed in 34 milliseconds