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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DVariableGridLayout.java128 public double getColFraction(int colNum) { method in class:VariableGridLayout
197 int colWidth = (int)(getColFraction(c) * w);

Completed in 29 milliseconds