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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphView.java969 static class JustificationInfo { class in class:GlyphView
979 JustificationInfo(int start, int end, method in class:GlyphView.JustificationInfo
997 JustificationInfo getJustificationInfo(int rowStartOffset) {
1067 new JustificationInfo(startJustifiableContent,
1116 private JustificationInfo justificationInfo = null;

Completed in 25 milliseconds