public abstract class PaperCatalog extends java.lang.Object implements FactoryCatalog<Paper>
Modifier | Constructor and Description |
---|---|
protected |
PaperCatalog() |
Modifier and Type | Method and Description |
---|---|
static PaperCatalog |
newInstance()
Obtains a new PaperCatalog instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, getFeature, list, setFeature
public static PaperCatalog newInstance()