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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DNumberUpSupported.java32 * Class NumberUpSupported is a printing attribute class, a set of integers,
35 * <B>IPP Compatibility:</B> The NumberUpSupported attribute's canonical array
45 public final class NumberUpSupported extends SetOfIntegerSyntax class in inherits:SetOfIntegerSyntax,SupportedValuesAttribute
69 public NumberUpSupported(int[][] members) { method in class:NumberUpSupported
98 public NumberUpSupported(int member) { method in class:NumberUpSupported
118 public NumberUpSupported(int lowerBound, int upperBound) { method in class:NumberUpSupported
136 * <CODE>object</CODE> is an instance of class NumberUpSupported.
149 object instanceof NumberUpSupported);
156 * For class NumberUpSupported, the
157 * category is class NumberUpSupported itsel
[all...]

Completed in 692 milliseconds