COSObjectablepublic final class PDTransparencyGroupAttributes extends java.lang.Object implements COSObjectable
| Constructor | Description |
|---|---|
PDTransparencyGroupAttributes() |
Creates a group object with /Transparency subtype entry.
|
PDTransparencyGroupAttributes(COSDictionary dic) |
Creates a group object from a given dictionary
|
| Modifier and Type | Method | Description |
|---|---|---|
PDColorSpace |
getColorSpace() |
Returns the group color space or null if it isn't defined.
|
COSDictionary |
getCOSObject() |
Convert this standard java object to a COS object.
|
boolean |
isIsolated() |
Returns true if this group is isolated.
|
boolean |
isKnockout() |
Returns true if this group is a knockout.
|
public PDTransparencyGroupAttributes()
public PDTransparencyGroupAttributes(COSDictionary dic)
dic - COSDictionary objectpublic COSDictionary getCOSObject()
COSObjectablegetCOSObject in interface COSObjectablepublic PDColorSpace getColorSpace() throws java.io.IOException
java.io.IOExceptionpublic boolean isIsolated()
public boolean isKnockout()
Copyright © 2002–2018. All rights reserved.