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
Subclasses of AbstractPaintingState.AbstractData in org.apache.fop.afpMethods in org.apache.fop.afp that return AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionprotected AbstractPaintingState.AbstractData
AFPPaintingState.AFPData.instantiate()
Returns a newly create data objectprotected AbstractPaintingState.AbstractData
AFPPaintingState.instantiateData()
Instantiates a new state data object -
Uses of AbstractPaintingState.AbstractData in org.apache.fop.pdf
Subclasses of AbstractPaintingState.AbstractData in org.apache.fop.pdfMethods in org.apache.fop.pdf that return AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionprotected AbstractPaintingState.AbstractData
PDFPaintingState.PDFData.instantiate()
Returns a newly create data objectprotected AbstractPaintingState.AbstractData
PDFPaintingState.instantiateData()
Instantiates a new state data object -
Uses of AbstractPaintingState.AbstractData in org.apache.fop.util
Fields in org.apache.fop.util declared as AbstractPaintingState.AbstractDataFields in org.apache.fop.util with type parameters of type AbstractPaintingState.AbstractDataMethods in org.apache.fop.util that return AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionAbstractPaintingState.getData()
Returns the currently valid stateprotected abstract AbstractPaintingState.AbstractData
AbstractPaintingState.AbstractData.instantiate()
Returns a newly create data objectprotected abstract AbstractPaintingState.AbstractData
AbstractPaintingState.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 void
AbstractPaintingState.setData
(AbstractPaintingState.AbstractData data) Sets the current state dataMethod parameters in org.apache.fop.util with type arguments of type AbstractPaintingState.AbstractDataModifier and TypeMethodDescriptionvoid
AbstractPaintingState.saveAll
(List<AbstractPaintingState.AbstractData> dataList) Save all painting state data.