Searched defs:getLayout (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextMeasurer.java588 // could cache line in case getLayout is called with same start, limit
605 public TextLayout getLayout(int start, int limit) { method in class:TextMeasurer
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h316 layout_definition* getLayout(uint idx) { function in struct:unpacker::attr_definitions
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java109 * @see #getLayout
1462 public LayoutManager getLayout() { method in class:Container
1474 * @see #getLayout
1768 * @see #getLayout
1819 * @see #getLayout
1872 * @see #getLayout
4092 if (getLayout() != null && !isValid()) {
4126 if (getLayout() != null && !isValid()) {

Completed in 58 milliseconds