Class OperatorFactory
- java.lang.Object
-
- org.verapdf.gf.model.factory.operators.OperatorFactory
-
public final class OperatorFactory extends Object
Class for converting raw operators to the veraPDF-library operators- Author:
- Timur Kamalov
-
-
Constructor Summary
Constructors Constructor Description OperatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLastParsedContainsTransparency()List<Operator>operatorsFromTokens(List<Object> rawTokens, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, String parentStructureTag, String parentsTags)
-
-
-
Method Detail
-
isLastParsedContainsTransparency
public boolean isLastParsedContainsTransparency()
- Returns:
- true if during the last call of parsing method there was any transparency
-
operatorsFromTokens
public List<Operator> operatorsFromTokens(List<Object> rawTokens, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, String parentStructureTag, String parentsTags)
-
-