PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents
Class ExtGState

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
      extended by it.stefanochizzolini.clown.documents.contents.ExtGState

public class ExtGState
extends PdfObjectWrapper<PdfDictionary>

Graphics state parameter dictionary [PDF:1.6:4.3.4].

Since:
0.0.8
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
ExtGState(Document context, PdfDictionary baseDataObject)
           
 
Method Summary
 ExtGState clone(Document context)
          Gets a clone of the object, registered inside the given document context.
 Font getFont()
           
 Double getFontSize()
           
 LineCapEnum getLineCap()
           
 LineDash getLineDash()
           
 LineJoinEnum getLineJoin()
           
 Double getLineWidth()
           
 Double getMiterLimit()
           
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtGState

public ExtGState(Document context,
                 PdfDictionary baseDataObject)
Method Detail

clone

public ExtGState clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Specified by:
clone in class PdfObjectWrapper<PdfDictionary>
Parameters:
context - Which document the clone has to be registered in.

getFont

public Font getFont()

getFontSize

public Double getFontSize()

getLineCap

public LineCapEnum getLineCap()

getLineDash

public LineDash getLineDash()

getLineJoin

public LineJoinEnum getLineJoin()

getLineWidth

public Double getLineWidth()

getMiterLimit

public Double getMiterLimit()

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.