Package org.apache.fop.afp
Interface Completable
-
- All Known Implementing Classes:
AbstractDataObject,AbstractGraphicsDrawingOrderContainer,AbstractPageObject,AbstractResourceEnvironmentGroupContainer,AbstractResourceGroupContainer,Document,GraphicsChainedSegment,GraphicsData,GraphicsObject,ImageObject,NoOperation,ObjectContainer,Overlay,PageGroup,PageObject,ResourceEnvironmentGroup,StreamedResourceGroup
public interface CompletableSet and expose the internal completeness of an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisComplete()Returns true if this object is completevoidsetComplete(boolean complete)Sets whether or not this object is complete or not
-