|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.documents.contents.objects.ContentObject org.pdfclown.documents.contents.objects.Operation org.pdfclown.documents.contents.objects.ApplyExtGState
@PDF(value=PDF12) public final class ApplyExtGState
'Set the specified graphics state parameters' operation [PDF:1.6:4.3.3].
Field Summary | |
---|---|
static String |
Operator
|
Fields inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
operands, operator |
Constructor Summary | |
---|---|
ApplyExtGState(List<PdfDirectObject> operands)
|
|
ApplyExtGState(PdfName name)
|
Method Summary | |
---|---|
ExtGState |
getExtGState(IContentContext context)
Gets the graphics state parameters resource to be set. |
PdfName |
getName()
Gets the resource name. |
ExtGState |
getResource(IContentContext context)
Gets the referenced resource. |
void |
scan(ContentScanner.GraphicsState state)
Applies this object to the specified graphics context, updating the specified graphics state. |
void |
setName(PdfName value)
|
Methods inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
get, getOperands, getOperator, toString, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String Operator
Constructor Detail |
---|
public ApplyExtGState(PdfName name)
public ApplyExtGState(List<PdfDirectObject> operands)
Method Detail |
---|
public ExtGState getExtGState(IContentContext context)
graphics state parameters
resource to be set.
context
- Content context.public void scan(ContentScanner.GraphicsState state)
ContentObject
scan
in class ContentObject
state
- Graphics state.public PdfName getName()
IResourceReference
getName
in interface IResourceReference<ExtGState>
IResourceReference.getResource(IContentContext)
,
Resources
public ExtGState getResource(IContentContext context)
IResourceReference
Whether a resource name
is available or not, it can be respectively either
shared or private.
getResource
in interface IResourceReference<ExtGState>
context
- Content context.public void setName(PdfName value)
setName
in interface IResourceReference<ExtGState>
IResourceReference.getName()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |