Searched refs:getJustificationInfos (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextLabel.java132 public abstract void getJustificationInfos(GlyphJustificationInfo[] infos, int infoStart, int charStart, int charLimit); method in class:ExtendedTextLabel
H A DTextLineComponent.java112 public void getJustificationInfos(GlyphJustificationInfo[] infos, int infoStart, int charStart, int charLimit); method in interface:TextLineComponent
H A DGraphicComponent.java359 public void getJustificationInfos(GlyphJustificationInfo[] infos, int infoStart, int charStart, int charLimit) { method in class:GraphicComponent
H A DExtendedTextSourceLabel.java935 public void getJustificationInfos(GlyphJustificationInfo[] infos, int infoStart, int charStart, int charLimit) { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java1353 comp.getJustificationInfos(infos, infoPositions[i], rangeMin, rangeMax);

Completed in 52 milliseconds