Opi

Inheritance: java.lang.Object

public final class Opi

Represents The Open Prepress Interface (OPI) is a mechanism for creating low-resolution placeholders, or proxies, for such high-resolution images.

Constructors

ConstructorDescription
Opi(XForm xform)The constructor.

Methods

MethodDescription
getVersion()Gets the version of OPI to which this dictionary refers.
getFileSpecification()Gets the external file containing the low- resolution proxy image.
getPosition()Gets an array of eight numbers of the form specifying the location on the page of the cropped image.

Opi(XForm xform)

public Opi(XForm xform)

The constructor.

Parameters:

ParameterTypeDescription
xformXFormXform object.

getVersion()

public String getVersion()

Gets the version of OPI to which this dictionary refers.

Returns: java.lang.String - String object

getFileSpecification()

public String getFileSpecification()

Gets the external file containing the low- resolution proxy image.

Returns: java.lang.String - String object

getPosition()

public double[] getPosition()

Gets an array of eight numbers of the form specifying the location on the page of the cropped image.

Returns: double[] - double array