ContentItem.java
334 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.internal.pdftoolkit.graphicsDOM;
import com.adobe.internal.pdftoolkit.graphicsDOM.ContentType;
import com.adobe.internal.pdftoolkit.graphicsDOM.GraphicsState;
public interface ContentItem<G extends GraphicsState> {
public int getID();
public ContentType getType();
}