Package org.apache.fop.afp
Interface Startable
-
- All Known Implementing Classes:
AbstractDataObject
,AbstractGraphicsDrawingOrderContainer
,GraphicsChainedSegment
,GraphicsData
,GraphicsObject
,ImageObject
,ObjectContainer
public interface Startable
Set and expose whether an object has started or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isStarted()
Returns true if this object has startedvoid
setStarted(boolean started)
Sets whether or not this object has started or not
-