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