Package org.verapdf.features.gf.objects
Class GFExtGStateFeaturesObjectAdapter
- java.lang.Object
-
- org.verapdf.features.gf.objects.GFExtGStateFeaturesObjectAdapter
-
- All Implemented Interfaces:
ExtGStateFeaturesObjectAdapter,FeaturesObjectAdapter
public class GFExtGStateFeaturesObjectAdapter extends Object implements ExtGStateFeaturesObjectAdapter
Feature object for extended graphics state adapter- Author:
- Maksim Bezrukov
-
-
Constructor Summary
Constructors Constructor Description GFExtGStateFeaturesObjectAdapter(PDExtGState exGState, String id, String fontChildID)Constructs new extended graphics state feature object adapter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getErrors()StringgetFontChildId()StringgetId()BooleangetOverprintForFill()BooleangetOverprintForStroke()BooleangetStrokeAdjustment()BooleangetTransparency()booleanisPDFObjectPresent()
-
-
-
Constructor Detail
-
GFExtGStateFeaturesObjectAdapter
public GFExtGStateFeaturesObjectAdapter(PDExtGState exGState, String id, String fontChildID)
Constructs new extended graphics state feature object adapter- Parameters:
exGState- PDExtendedGraphicsState which represents extended graphics state for feature reportid- id of the objectfontChildID- id of the font child
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceExtGStateFeaturesObjectAdapter
-
getFontChildId
public String getFontChildId()
- Specified by:
getFontChildIdin interfaceExtGStateFeaturesObjectAdapter
-
getTransparency
public Boolean getTransparency()
- Specified by:
getTransparencyin interfaceExtGStateFeaturesObjectAdapter
-
getStrokeAdjustment
public Boolean getStrokeAdjustment()
- Specified by:
getStrokeAdjustmentin interfaceExtGStateFeaturesObjectAdapter
-
getOverprintForStroke
public Boolean getOverprintForStroke()
- Specified by:
getOverprintForStrokein interfaceExtGStateFeaturesObjectAdapter
-
getOverprintForFill
public Boolean getOverprintForFill()
- Specified by:
getOverprintForFillin interfaceExtGStateFeaturesObjectAdapter
-
isPDFObjectPresent
public boolean isPDFObjectPresent()
- Specified by:
isPDFObjectPresentin interfaceFeaturesObjectAdapter
-
getErrors
public List<String> getErrors()
- Specified by:
getErrorsin interfaceFeaturesObjectAdapter
-
-