Class AbstractRenderInfo
- java.lang.Object
-
- com.itextpdf.kernel.pdf.canvas.parser.data.AbstractRenderInfo
-
- All Implemented Interfaces:
IEventData
- Direct Known Subclasses:
ClippingPathInfo
,ImageRenderInfo
,PathRenderInfo
,TextRenderInfo
public class AbstractRenderInfo extends java.lang.Object implements IEventData
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
graphicsStateIsPreserved
protected CanvasGraphicsState
gs
-
Constructor Summary
Constructors Constructor Description AbstractRenderInfo(CanvasGraphicsState gs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkGraphicsState()
CanvasGraphicsState
getGraphicsState()
boolean
isGraphicsStatePreserved()
void
preserveGraphicsState()
void
releaseGraphicsState()
-
-
-
Field Detail
-
gs
protected CanvasGraphicsState gs
-
graphicsStateIsPreserved
private boolean graphicsStateIsPreserved
-
-
Constructor Detail
-
AbstractRenderInfo
public AbstractRenderInfo(CanvasGraphicsState gs)
-
-
Method Detail
-
getGraphicsState
public CanvasGraphicsState getGraphicsState()
- Specified by:
getGraphicsState
in interfaceIEventData
-
isGraphicsStatePreserved
public boolean isGraphicsStatePreserved()
-
preserveGraphicsState
public void preserveGraphicsState()
-
releaseGraphicsState
public void releaseGraphicsState()
-
checkGraphicsState
protected void checkGraphicsState()
-
-