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

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextLabel.java123 public abstract int getNumJustificationInfos(); method in class:ExtendedTextLabel
129 * getNumJustificationInfos will be set. If a position corresponds
137 * for each justification info, for a total of 2 * getNumJustificationInfos.
H A DTextLineComponent.java103 public int getNumJustificationInfos(); method in interface:TextLineComponent
109 * getNumJustificationInfos will be set. If a position corresponds
117 * for each justification info, for a total of 2 * getNumJustificationInfos.
H A DGraphicComponent.java348 public int getNumJustificationInfos() { method in class:GraphicComponent
356 * getNumJustificationInfos will be set. If a position corresponds
365 * for each justification info, for a total of 2 * getNumJustificationInfos.
H A DExtendedTextSourceLabel.java930 public int getNumJustificationInfos() { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java1340 infoCount += newComponents[logIndex].getNumJustificationInfos();

Completed in 64 milliseconds