Interface IGraphicStateValidationParameter
-
- All Known Implementing Classes:
AbstractColorValidationContext
,ExtendedGStateValidationContext
,FillColorValidationContext
,FontGlyphsGStateValidationContext
,StrokeColorValidationContext
public interface IGraphicStateValidationParameter
Interface for validation context classes which store graphics state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CanvasGraphicsState
getGraphicsState()
Gets the graphics state.
-
-
-
Method Detail
-
getGraphicsState
CanvasGraphicsState getGraphicsState()
Gets the graphics state.- Returns:
- the graphics state
-
-