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

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenType.java42 * The <code>OpenType</code> class is the parent abstract class of all classes which describe the actual <i>open type</i>
56 * SimpleType<Integer>} which is a subclass of {@code OpenType<Integer>},
63 public abstract class OpenType<T> implements Serializable { class in inherits:Serializable
146 * Cached Descriptor for this OpenType, constructed on demand.
153 * Constructs an <code>OpenType</code> instance (actually a subclass instance as <code>OpenType</code> is abstract),
177 protected OpenType(String className, method in class:OpenType
188 OpenType(String className, String typeName, String description, method in class:OpenType
214 OpenType.class);
277 /* Package-private access to a Descriptor containing this OpenType
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DOpenType.java29 * The <code>OpenType</code> interface represents OpenType and
34 * For more information on TrueType and OpenType fonts, see the
35 * OpenType specification.
38 public interface OpenType { interface
349 * Returns the version of the <code>OpenType</code> font.
351 * @return the version of the <code>OpenType</code> font.

Completed in 38 milliseconds