public final class PDGroup extends Object implements COSObjectable
| Constructor and Description |
|---|
PDGroup(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.
|
COSName |
getSubType()
Returns the groups's subtype, should be "Transparency".
|
boolean |
isIsolated()
Returns true if this group is isolated.
|
boolean |
isKnockout()
Returns true if this group is a knockout.
|
public PDGroup(COSDictionary dic)
dic - COSDictionary objectpublic COSDictionary getCOSObject()
COSObjectablegetCOSObject in interface COSObjectablepublic COSName getSubType()
public PDColorSpace getColorSpace() throws IOException
IOExceptionpublic boolean isIsolated()
public boolean isKnockout()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.