Package org.verapdf.features.gf.objects
Class GFTilingPatternFeaturesObjectAdapter
java.lang.Object
org.verapdf.features.gf.objects.GFTilingPatternFeaturesObjectAdapter
- All Implemented Interfaces:
FeaturesObjectAdapter,TilingPatternFeaturesObjectAdapter
public class GFTilingPatternFeaturesObjectAdapter
extends Object
implements TilingPatternFeaturesObjectAdapter
Feature object for tilling pattern
- Author:
- Maksim Bezrukov
-
Constructor Summary
ConstructorsConstructorDescriptionGFTilingPatternFeaturesObjectAdapter(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 -
Method Summary
-
Constructor Details
-
GFTilingPatternFeaturesObjectAdapter
public 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- Parameters:
tilingPattern- PDTilingPattern which represents tilling pattern for feature reportid- id of the objectextGStateChild- set of external graphics state id which contains in resource dictionary of this patterncolorSpaceChild- set of ColorSpace id which contains in resource dictionary of this patternpatternChild- set of pattern id which contains in resource dictionary of this patternshadingChild- set of shading id which contains in resource dictionary of this patternxobjectChild- set of XObject id which contains in resource dictionary of this patternfontChild- set of font id which contains in resource dictionary of this patternpropertiesChild- set of properties id which contains in resource dictionary of this pattern
-
-
Method Details
-
getID
- Specified by:
getIDin interfaceTilingPatternFeaturesObjectAdapter
-
getExtGStateChild
- Specified by:
getExtGStateChildin interfaceTilingPatternFeaturesObjectAdapter
-
getColorSpaceChild
- Specified by:
getColorSpaceChildin interfaceTilingPatternFeaturesObjectAdapter
-
getPatternChild
- Specified by:
getPatternChildin interfaceTilingPatternFeaturesObjectAdapter
-
getShadingChild
- Specified by:
getShadingChildin interfaceTilingPatternFeaturesObjectAdapter
-
getXObjectChild
- Specified by:
getXObjectChildin interfaceTilingPatternFeaturesObjectAdapter
-
getFontChild
- Specified by:
getFontChildin interfaceTilingPatternFeaturesObjectAdapter
-
getPropertiesChild
- Specified by:
getPropertiesChildin interfaceTilingPatternFeaturesObjectAdapter
-
getPaintType
- Specified by:
getPaintTypein interfaceTilingPatternFeaturesObjectAdapter
-
getTilingType
- Specified by:
getTilingTypein interfaceTilingPatternFeaturesObjectAdapter
-
getBBox
public double[] getBBox()- Specified by:
getBBoxin interfaceTilingPatternFeaturesObjectAdapter
-
getXStep
- Specified by:
getXStepin interfaceTilingPatternFeaturesObjectAdapter
-
getYStep
- Specified by:
getYStepin interfaceTilingPatternFeaturesObjectAdapter
-
getMatrix
public double[] getMatrix()- Specified by:
getMatrixin interfaceTilingPatternFeaturesObjectAdapter
-
isPDFObjectPresent
public boolean isPDFObjectPresent()- Specified by:
isPDFObjectPresentin interfaceFeaturesObjectAdapter
-
getErrors
- Specified by:
getErrorsin interfaceFeaturesObjectAdapter
-