public final class PDTransparencyGroupAttributes extends Object implements COSObjectable
Constructor and Description |
---|
PDTransparencyGroupAttributes(COSDictionary dic)
Creates a group object from a given dictionary
|
Modifier and Type | Method and Description |
---|---|
PDColorSpace |
getColorSpace()
Returns the blending color space
|
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(COSDictionary dic)
dic
- COSDictionary
objectpublic COSDictionary getCOSObject()
COSObjectable
getCOSObject
in interface COSObjectable
public PDColorSpace getColorSpace() throws IOException
IOException
public boolean isIsolated()
public boolean isKnockout()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.