Uses of Class
org.apache.fop.util.AbstractPaintingState.AbstractData
-
Packages that use AbstractPaintingState.AbstractData Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.util 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.afp Modifier and Type Class Description private class
AFPPaintingState.AFPData
Block level state dataMethods in org.apache.fop.afp that return AbstractPaintingState.AbstractData Modifier and Type Method Description protected 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.pdf Modifier and Type Class Description private class
PDFPaintingState.PDFData
Methods in org.apache.fop.pdf that return AbstractPaintingState.AbstractData Modifier and Type Method Description protected 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.AbstractData Modifier and Type Field Description private AbstractPaintingState.AbstractData
AbstractPaintingState. data
current state dataFields in org.apache.fop.util with type parameters of type AbstractPaintingState.AbstractData Modifier and Type Field Description private AbstractPaintingState.StateStack<AbstractPaintingState.AbstractData>
AbstractPaintingState. stateStack
the state stackMethods in org.apache.fop.util that return AbstractPaintingState.AbstractData Modifier and Type Method Description AbstractPaintingState.AbstractData
AbstractPaintingState. 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.AbstractData
AbstractPaintingState. restore()
Restore the current painting state.Methods in org.apache.fop.util that return types with arguments of type AbstractPaintingState.AbstractData Modifier and Type Method Description protected java.util.Stack<AbstractPaintingState.AbstractData>
AbstractPaintingState. getStateStack()
Return the state stackjava.util.List<AbstractPaintingState.AbstractData>
AbstractPaintingState. restoreAll()
Restore all painting state data.Methods in org.apache.fop.util with parameters of type AbstractPaintingState.AbstractData Modifier and Type Method Description protected void
AbstractPaintingState. setData(AbstractPaintingState.AbstractData data)
Sets the current state dataMethod parameters in org.apache.fop.util with type arguments of type AbstractPaintingState.AbstractData Modifier and Type Method Description void
AbstractPaintingState. saveAll(java.util.List<AbstractPaintingState.AbstractData> dataList)
Save all painting state data.
-