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 classAFPPaintingState.AFPDataBlock level state dataMethods in org.apache.fop.afp that return AbstractPaintingState.AbstractData Modifier and Type Method Description protected AbstractPaintingState.AbstractDataAFPPaintingState.AFPData. instantiate()Returns a newly create data objectprotected AbstractPaintingState.AbstractDataAFPPaintingState. 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 classPDFPaintingState.PDFDataMethods in org.apache.fop.pdf that return AbstractPaintingState.AbstractData Modifier and Type Method Description protected AbstractPaintingState.AbstractDataPDFPaintingState.PDFData. instantiate()Returns a newly create data objectprotected AbstractPaintingState.AbstractDataPDFPaintingState. 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.AbstractDataAbstractPaintingState. datacurrent 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. stateStackthe state stackMethods in org.apache.fop.util that return AbstractPaintingState.AbstractData Modifier and Type Method Description AbstractPaintingState.AbstractDataAbstractPaintingState. 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.AbstractDataAbstractPaintingState. 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 voidAbstractPaintingState. 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 voidAbstractPaintingState. saveAll(java.util.List<AbstractPaintingState.AbstractData> dataList)Save all painting state data.
-