Uses of Class
org.sejda.sambox.pdmodel.graphics.state.PDGraphicsState
Packages that use PDGraphicsState
-
Uses of PDGraphicsState in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.contentstream that return PDGraphicsStateMethods in org.sejda.sambox.contentstream that return types with arguments of type PDGraphicsStateModifier and TypeMethodDescriptionprotected final Deque<PDGraphicsState>PDFStreamEngine.saveGraphicsStack()Saves the entire graphics stack.Method parameters in org.sejda.sambox.contentstream with type arguments of type PDGraphicsStateModifier and TypeMethodDescriptionprotected final voidPDFStreamEngine.restoreGraphicsStack(Deque<PDGraphicsState> snapshot) Restores the entire graphics stack. -
Uses of PDGraphicsState in org.sejda.sambox.pdmodel.graphics.state
Methods in org.sejda.sambox.pdmodel.graphics.state that return PDGraphicsStateMethods in org.sejda.sambox.pdmodel.graphics.state with parameters of type PDGraphicsStateModifier and TypeMethodDescriptionvoidPDExtendedGraphicsState.copyIntoGraphicsState(PDGraphicsState gs) This will implement the gs operator.