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
Modifier and TypeMethodDescriptionbooleanReturns true if this object has startedvoidsetStarted(boolean started) Sets whether or not this object has started or not
-
Method Details
-
setStarted
void setStarted(boolean started) Sets whether or not this object has started or not- Parameters:
started- true if this object has started
-
isStarted
boolean isStarted()Returns true if this object has started- Returns:
- true if this object has started
-