COSObjectable
public 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()
COSObjectable
getCOSObject
in interface COSObjectable
public PDColorSpace getColorSpace() throws java.io.IOException
java.io.IOException
public boolean isIsolated()
public boolean isKnockout()
Copyright © 2002–2018. All rights reserved.