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

/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java432 private int numCharAcross, numCharDown; field in class:FontPanel.FontCanvas
545 int totalGridWidth = numCharAcross * gridWidth;
552 for ( int i = 0; i < numCharAcross + 1; i++ )
740 totalNumRows = numCharToDisplay / numCharAcross;
741 if ( numCharToDisplay % numCharAcross != 0 )
743 if ( oldValue / numCharAcross > totalNumRows )
746 verticalBar.setValues( oldValue / numCharAcross,
789 numCharAcross = 16;
791 numCharAcross = ( w - 10 ) / gridWidth;
794 canvasInset_X = ( w - numCharAcross * gridWidt
[all...]

Completed in 27 milliseconds