KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > PageRanges

javax.print.attribute.standard
Class PageRanges

java.lang.Object
  extended by javax.print.attribute.SetOfIntegerSyntax
      extended by javax.print.attribute.standard.PageRanges
All Implemented Interfaces:
Serializable, Cloneable, Attribute, DocAttribute, PrintJobAttribute, PrintRequestAttribute
See Also:
Top Examples, Source Code, MultipleDocumentHandling

public boolean equals(Object object)
See Also:
Hashtable, Object.hashCode(), SetOfIntegerSyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PageRanges(int member)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PageRanges(int lowerBound,
                  int upperBound)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PageRanges(int[][] members)
See Also:
IllegalArgumentException, NullPointerException, SetOfIntegerSyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PageRanges(String members)
See Also:
IllegalArgumentException, NullPointerException, SetOfIntegerSyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags