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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DImagePainter.java77 Insets sourceInsets, Insets destinationInsets, URL path,
79 if (sourceInsets != null) {
80 this.sInsets = (Insets)sourceInsets.clone();
76 ImagePainter(boolean tiles, boolean paintCenter, Insets sourceInsets, Insets destinationInsets, URL path, boolean center) argument

Completed in 1256 milliseconds