All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.intarsys.pdf.postscript.PSObject Maven / Gradle / Ivy

Go to download

This is a fork of http://sourceforge.net/projects/jpodlib/ as development seems to be frozen. We're providing some bug fixes along with deployments to maven.

There is a newer version: 2.0
Show newest version
package de.intarsys.pdf.postscript;

public abstract class PSObject {

    public abstract void accept(Handler handler) throws ParseException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy