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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.h34 jmethodID getFamily; member in struct:FontIDs
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontFamily.java47 public static FontFamily getFamily(String name) { method in class:FontFamily
62 FontFamily family = getFamily(name);
H A DAttributeValues.java95 public String getFamily() { return family; } method in class:AttributeValues
/openjdk7/jdk/src/share/classes/java/net/
H A DInetAddress.java237 int getFamily() { method in class:InetAddress.InetAddressHolder
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java543 * by {@link #getFamily() getFamily} will be "Dialog".
654 newName = values.getFamily();
757 this.name = values.getFamily();
1184 public String getFamily() { method in class:Font
1193 return getFamily(Locale.getDefault());
1215 public String getFamily(Locale l) { method in class:Font
1224 * Use <code>getFamily</code> to get the family name of the font.
1236 * Use <code>getFamily</code> to get the family name of the font.
1240 * @see #getFamily
[all...]

Completed in 39 milliseconds