|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.contents.ExtGState
@PDF(value=PDF12) public final class ExtGState
Graphics state parameters [PDF:1.6:4.3.4].
Constructor Summary | |
---|---|
ExtGState(Document context)
|
Method Summary | |
---|---|
void |
applyTo(ContentScanner.GraphicsState state)
|
ExtGState |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
List<BlendModeEnum> |
getBlendMode()
Gets the blend mode to be used in the transparent imaging model [PDF:1.7:7.2.4]. |
Double |
getFillAlpha()
Gets the nonstroking alpha constant, specifying the constant shape or constant opacity value to be used for nonstroking operations in the transparent imaging model [PDF:1.7:7.2.6]. |
Font |
getFont()
|
Double |
getFontSize()
|
LineCapEnum |
getLineCap()
|
LineDash |
getLineDash()
|
LineJoinEnum |
getLineJoin()
|
Double |
getLineWidth()
|
Double |
getMiterLimit()
|
Double |
getStrokeAlpha()
Gets the stroking alpha constant, specifying the constant shape or constant opacity value to be used for stroking operations in the transparent imaging model [PDF:1.7:7.2.6]. |
boolean |
isAlphaShape()
Gets whether the current soft mask and alpha constant are to be interpreted as shape values instead of opacity values. |
void |
setAlphaShape(boolean value)
|
void |
setBlendMode(BlendModeEnum... value)
|
void |
setBlendMode(List<BlendModeEnum> value)
|
void |
setFillAlpha(Double value)
|
void |
setFont(Font value)
|
void |
setFontSize(Double value)
|
void |
setLineCap(LineCapEnum value)
|
void |
setLineDash(LineDash value)
|
void |
setLineJoin(LineJoinEnum value)
|
void |
setLineWidth(Double value)
|
void |
setMiterLimit(Double value)
|
void |
setStrokeAlpha(Double value)
|
static ExtGState |
wrap(PdfDirectObject baseObject)
Wraps the specified base object into a graphics state parameter dictionary object. |
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtGState(Document context)
Method Detail |
---|
public static ExtGState wrap(PdfDirectObject baseObject)
baseObject
- Base object of a graphics state parameter dictionary object.
public void applyTo(ContentScanner.GraphicsState state)
public ExtGState clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.@PDF(value=PDF14) public List<BlendModeEnum> getBlendMode()
@PDF(value=PDF14) public Double getFillAlpha()
@PDF(value=PDF13) public Font getFont()
@PDF(value=PDF13) public Double getFontSize()
@PDF(value=PDF13) public LineCapEnum getLineCap()
@PDF(value=PDF13) public LineDash getLineDash()
@PDF(value=PDF13) public LineJoinEnum getLineJoin()
@PDF(value=PDF13) public Double getLineWidth()
@PDF(value=PDF13) public Double getMiterLimit()
@PDF(value=PDF14) public Double getStrokeAlpha()
@PDF(value=PDF14) public boolean isAlphaShape()
public void setAlphaShape(boolean value)
isAlphaShape()
public void setBlendMode(List<BlendModeEnum> value)
getBlendMode()
public void setBlendMode(BlendModeEnum... value)
getBlendMode()
public void setFillAlpha(Double value)
getFillAlpha()
public void setFont(Font value)
getFont()
public void setFontSize(Double value)
getFontSize()
public void setLineCap(LineCapEnum value)
getLineCap()
public void setLineDash(LineDash value)
getLineDash()
public void setLineJoin(LineJoinEnum value)
getLineJoin()
public void setLineWidth(Double value)
getLineWidth()
public void setMiterLimit(Double value)
getMiterLimit()
public void setStrokeAlpha(Double value)
getStrokeAlpha()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |