it.stefanochizzolini.clown.documents.contents
Class ExtGState
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtGState
public ExtGState(Document context,
PdfDictionary baseDataObject)
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()
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.