Uses of Class
org.verapdf.pd.patterns.PDTilingPattern
-
Packages that use PDTilingPattern Package Description org.verapdf.features.gf org.verapdf.features.gf.objects org.verapdf.gf.model.impl.pd.patterns -
-
Uses of PDTilingPattern in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDTilingPattern Modifier and Type Method Description static TilingPatternFeaturesObjectGFFeaturesObjectCreator. createTilingPatternFeaturesObject(PDTilingPattern tilingPattern, String id, Set<String> extGStateChild, Set<String> colorSpaceChild, Set<String> patternChild, Set<String> shadingChild, Set<String> xobjectChild, Set<String> fontChild, Set<String> propertiesChild)Constructs new GFTilingPatternFeaturesObjectAdapter -
Uses of PDTilingPattern in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDTilingPattern Constructor Description GFTilingPatternFeaturesObjectAdapter(PDTilingPattern tilingPattern, String id, Set<String> extGStateChild, Set<String> colorSpaceChild, Set<String> patternChild, Set<String> shadingChild, Set<String> xobjectChild, Set<String> fontChild, Set<String> propertiesChild)Constructs new tilling pattern features object -
Uses of PDTilingPattern in org.verapdf.gf.model.impl.pd.patterns
Constructors in org.verapdf.gf.model.impl.pd.patterns with parameters of type PDTilingPattern Constructor Description GFPDTilingPattern(PDTilingPattern simplePDObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState)
-