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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTablePrintable.java109 private int totalColWidth; field in class:TablePrintable
176 totalColWidth = colModel.getTotalColumnWidth();
273 totalColWidth > imgWidth) {
279 assert totalColWidth > 1;
281 sf = (double)imgWidth / (double)totalColWidth;
460 clip.x = totalColWidth;
488 clip.width = totalColWidth;

Completed in 30 milliseconds