Java javax.print.attribute.standard PageRanges fields, constructors, methods, implement or subclass

Example usage for Java javax.print.attribute.standard PageRanges fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.print.attribute.standard PageRanges.

The text is from its open source code.

Constructor

PageRanges(int[][] members)
Construct a new page ranges attribute with the given members.
PageRanges(String members)
Construct a new page ranges attribute with the given members in string form.
PageRanges(int member)
Construct a new page ranges attribute containing a single integer.

Method

booleancontains(int x)
Determine if this set-of-integer attribute contains the given value.