intarsys PDF library API

de.intarsys.pdf.pd
Class PDPattern

java.lang.Object
  extended by de.intarsys.pdf.cos.COSBasedObject
      extended by de.intarsys.pdf.pd.PDObject
          extended by de.intarsys.pdf.pd.PDPattern
All Implemented Interfaces:
ICOSObjectListener, IAttributeSupport
Direct Known Subclasses:
PDShadingPattern, PDTilingPattern

public abstract class PDPattern
extends PDObject

A pattern to be used when filling a shape.


Nested Class Summary
static class PDPattern.MetaClass
          The meta class implementation
 
Field Summary
static COSName CN_Type_Pattern
           
static COSName DK_PatternType
           
static PDPattern.MetaClass META
          The meta class instance
static int PATTERN_TYPE_SHADING
           
static int PATTERN_TYPE_TILING
           
 
Fields inherited from class de.intarsys.pdf.pd.PDObject
DK_Subtype, DK_Type
 
Method Summary
abstract  int getPatternType()
           
 
Methods inherited from class de.intarsys.pdf.pd.PDObject
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toString
 
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DK_PatternType

public static final COSName DK_PatternType

CN_Type_Pattern

public static final COSName CN_Type_Pattern

META

public static final PDPattern.MetaClass META
The meta class instance


PATTERN_TYPE_SHADING

public static final int PATTERN_TYPE_SHADING
See Also:
Constant Field Values

PATTERN_TYPE_TILING

public static final int PATTERN_TYPE_TILING
See Also:
Constant Field Values
Method Detail

getPatternType

public abstract int getPatternType()

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.