Uses of Class
org.apache.fop.util.AbstractPaintingState.AbstractData
Packages that use AbstractPaintingState.AbstractData
Package
Description
Contains an AFP library.
Classes for handling the low-level creation of PDF documents.
Various utility classes (I/O, codecs, color support, service discovers etc.).
-
Uses of AbstractPaintingState.AbstractData in org.apache.fop.afp
Methods in org.apache.fop.afp that return AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionprotected AbstractPaintingState.AbstractDataAFPPaintingState.instantiateData()Instantiates a new state data object -
Uses of AbstractPaintingState.AbstractData in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionprotected AbstractPaintingState.AbstractDataPDFPaintingState.instantiateData()Instantiates a new state data object -
Uses of AbstractPaintingState.AbstractData in org.apache.fop.util
Methods in org.apache.fop.util that return AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionAbstractPaintingState.getData()Returns the currently valid stateprotected abstract AbstractPaintingState.AbstractDataAbstractPaintingState.AbstractData.instantiate()Returns a newly create data objectprotected abstract AbstractPaintingState.AbstractDataAbstractPaintingState.instantiateData()Instantiates a new state data objectAbstractPaintingState.restore()Restore the current painting state.Methods in org.apache.fop.util that return types with arguments of type AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionprotected Stack<AbstractPaintingState.AbstractData> AbstractPaintingState.getStateStack()Return the state stackAbstractPaintingState.restoreAll()Restore all painting state data.Methods in org.apache.fop.util with parameters of type AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionprotected voidAbstractPaintingState.setData(AbstractPaintingState.AbstractData data) Sets the current state dataMethod parameters in org.apache.fop.util with type arguments of type AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionvoidAbstractPaintingState.saveAll(List<AbstractPaintingState.AbstractData> dataList) Save all painting state data.