Uses of Class
org.apache.fop.pdf.PDFGState
-
Packages that use PDFGState Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFGState in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFGState Modifier and Type Field Description static PDFGStatePDFGState. DEFAULTDefault GState objectMethods in org.apache.fop.pdf that return PDFGState Modifier and Type Method Description protected PDFGStatePDFDocument. findGState(PDFGState wanted, PDFGState current)Looks for an existing GState to usePDFGStatePDFPaintingState. getGState()Get the graphics state.PDFGStatePDFFactory. makeGState(java.util.Map settings, PDFGState current)make an ExtGState for extra graphics options This tries to find a GState that will setup the correct values for the current context.Methods in org.apache.fop.pdf that return types with arguments of type PDFGState Modifier and Type Method Description java.util.Set<PDFGState>PDFResourceContext. getGStates()Methods in org.apache.fop.pdf with parameters of type PDFGState Modifier and Type Method Description voidPDFResourceContext. addGState(PDFGState gstate)A a GState to this resource context.voidPDFGState. addValues(PDFGState state)Adds all values from another GState object to this one.protected PDFGStatePDFDocument. findGState(PDFGState wanted, PDFGState current)Looks for an existing GState to usePDFGStatePDFFactory. makeGState(java.util.Map settings, PDFGState current)make an ExtGState for extra graphics options This tries to find a GState that will setup the correct values for the current context.
-