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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaImageFactory.java284 public final boolean showMiddle, stretchH, stretchV; field in class:AquaImageFactory.NineSliceMetrics
297 this.showMiddle = showMiddle; this.stretchH = stretchHorizontally; this.stretchV = stretchVertically;
375 int baseY = metrics.stretchV ? 0 : ((h / 2) - (totalHeight / 2));
377 int adjustedHeight = metrics.stretchV ? h : totalHeight;

Completed in 1365 milliseconds