Uses of Package
org.pdfbox.util.operator

Packages that use org.pdfbox.util.operator
org.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
org.pdfbox.util.operator This package contains implementations of all of the PDF operators. 
org.pdfbox.util.operator.pagedrawer This package contains implementations of all of the PDF operators. 
 

Classes in org.pdfbox.util.operator used by org.pdfbox.util
OperatorProcessor
          Titre : OperatorProcessor Description : This class is the strategy abstract class in the strategy GOF pattern.
 

Classes in org.pdfbox.util.operator used by org.pdfbox.util.operator
OperatorProcessor
          Titre : OperatorProcessor Description : This class is the strategy abstract class in the strategy GOF pattern.
SetLineWidth
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 

Classes in org.pdfbox.util.operator used by org.pdfbox.util.operator.pagedrawer
OperatorProcessor
          Titre : OperatorProcessor Description : This class is the strategy abstract class in the strategy GOF pattern.
SetLineWidth
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
SetNonStrokingCMYKColor
          Set the non stroking color space.
SetNonStrokingColorSpace
          Set the non stroking color space.
SetNonStrokingRGBColor
          Set the non stroking color space.
SetStrokingCMYKColor
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
SetStrokingRGBColor
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.