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