Package org.verapdf.gf.model.tools
Class TransparencyBehaviour
java.lang.Object
org.verapdf.gf.model.tools.TransparencyBehaviour
Transparency checker class
- Author:
- Maksim Bezrukov
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsTransparency(TransparencyGraphicsState transparencyGraphicsState) Checks the given graphic state for the transparency depends on created object typestatic TransparencyBehaviourstatic TransparencyBehaviourstatic TransparencyBehaviourstatic TransparencyBehaviourstatic TransparencyBehaviourstatic TransparencyBehaviourstatic TransparencyBehaviourstatic TransparencyBehaviour
-
Method Details
-
createFillInstance
- Returns:
- an instance of TransparencyBehaviour class with fill checks
-
createFillXObjectInstance
- Returns:
- an instance of TransparencyBehaviour class with fill and XObjects checks
-
createFillColorSpaceInstance
- Returns:
- an instance of TransparencyBehaviour class with fill and patterns checks
-
createFillColorSpaceFontInstance
- Returns:
- an instance of TransparencyBehaviour class with fill, patterns and font checks
-
createStrokeColorSpaceInstance
- Returns:
- an instance of TransparencyBehaviour class with stroke and patterns checks
-
createStrokeColorSpaceFontInstance
- Returns:
- an instance of TransparencyBehaviour class with stroke, patterns and font checks
-
createFillStrokeColorSpaceInstance
- Returns:
- an instance of TransparencyBehaviour class with fill, stroke and patterns checks
-
createFillStrokeColorSpaceFontInstance
- Returns:
- an instance of TransparencyBehaviour class with fill, stroke, patterns and font checks
-
containsTransparency
Checks the given graphic state for the transparency depends on created object type- Parameters:
transparencyGraphicsState- graphicState object for check- Returns:
- true if the given argument object contains transparency depends on created object type
-