public class PDTilingPattern extends PDPattern implements IContentStreamProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
PDTilingPattern.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
DK_BBox |
static COSName |
DK_PaintType |
static COSName |
DK_Resources |
static COSName |
DK_TilingType |
static COSName |
DK_XStep |
static COSName |
DK_YStep |
static PDTilingPattern.MetaClass |
META
The meta class instance
|
static int |
PAINT_TYPE_COLORED |
static int |
PAINT_TYPE_UNCOLORED |
static int |
TILING_TYPE_CONSTANT_SPACING |
static int |
TILING_TYPE_CONSTANT_SPACING_AND_FASTER_TILING |
static int |
TILING_TYPE_NO_DISTORTION |
CN_Type_Pattern, DK_Matrix, DK_PatternType, PATTERN_TYPE_SHADING, PATTERN_TYPE_TILINGDK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
cosGetDict()
Get the base object as a
COSDictionary. |
CDSRectangle |
getBoundingBox() |
CSContent |
getContentStream()
The
CSContent contained in this. |
int |
getPaintType() |
int |
getPatternType() |
PDResources |
getResources()
The resource dictionary of this pattern.
|
int |
getTilingType() |
float |
getXStep() |
float |
getYStep() |
void |
setBoundingBox(CDSRectangle rect) |
void |
setBytes(byte[] bytes) |
void |
setContentStream(CSContent content)
Assign the new
CSContent to this. |
void |
setPaintType(int paintType) |
void |
setResources(PDResources resources) |
void |
setTilingType(int tilingType) |
void |
setXStep(float step) |
void |
setYStep(float step) |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, cosGetArray, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final COSName DK_PaintType
public static final COSName DK_BBox
public static final COSName DK_Resources
public static final COSName DK_XStep
public static final COSName DK_YStep
public static final COSName DK_TilingType
public static final int PAINT_TYPE_COLORED
public static final int PAINT_TYPE_UNCOLORED
public static final int TILING_TYPE_CONSTANT_SPACING
public static final int TILING_TYPE_NO_DISTORTION
public static final int TILING_TYPE_CONSTANT_SPACING_AND_FASTER_TILING
public static final PDTilingPattern.MetaClass META
public COSDictionary cosGetDict()
COSBasedObjectCOSDictionary.
This will throw a ClassCastException if the base type is not
appropriate!
cosGetDict in class COSBasedObjectCOSDictionary.public int getPatternType()
getPatternType in class PDPatternpublic int getPaintType()
public void setPaintType(int paintType)
public int getTilingType()
public void setTilingType(int tilingType)
public float getXStep()
public void setXStep(float step)
public float getYStep()
public void setYStep(float step)
public CDSRectangle getBoundingBox()
public void setBoundingBox(CDSRectangle rect)
public CSContent getContentStream()
IContentStreamProviderCSContent contained in this.getContentStream in interface IContentStreamProviderCSContent contained in this.public void setContentStream(CSContent content)
IContentStreamProviderCSContent to this.setContentStream in interface IContentStreamProvidercontent - The new contentpublic void setBytes(byte[] bytes)
public PDResources getResources()
getResources in interface IResourcesProviderpublic void setResources(PDResources resources)
setResources in interface IResourcesProviderCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.