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
Methods in org.apache.fop.afp that return AbstractPaintingState.AbstractData Modifier and Type Method Description protected 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.AbstractData Modifier and Type Method Description protected 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.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.
-