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 Completable
Set and expose the internal completeness of an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isComplete()
Returns true if this object is completevoid
setComplete(boolean complete)
Sets whether or not this object is complete or not
-