public abstract class TilingPattern extends PatternColorSpace
Abstract class for all tiling patterns.
Constructor and Description |
---|
TilingPattern(int paintType_0)
Initializes a new instance of the
T:Aspose.Pdf.TilingPattern class with T:Aspose.Pdf.PaintType . |
Modifier and Type | Method and Description |
---|---|
float |
getHeight()
Returns a height of the tile.
|
int |
getPaintType()
Returns a paint type.
|
Paragraphs |
getTile()
Returns a list of
T:Aspose.Pdf.Paragraph s represented tile content. |
int |
getTilingType()
Returns a type of tiling: coloured or uncoloured.
|
float |
getWidth()
Returns a width of the tile.
|
float |
getxStep()
Returns a step between tiles in x axis.
|
float |
getyStep()
Returns step between tiles in y axis.
|
void |
setHeight(float height_0)
Sets a height of the tile.
|
void |
setPaintType(int paintType_0) |
void |
setTile(Paragraphs tile_0)
Sets a list of
T:Aspose.Pdf.Paragraph s represented tile content. |
void |
setTilingType(int tilingType_0) |
void |
setWidth(float width_0)
Sets a width of the tile.
|
void |
setxStep(float xStep_0)
Sets a step between tiles in x axis.
|
void |
setyStep(float yStep_0)
Sets a step between tiles in y axis.
|
deepClone, getPatternIndex, getPatternType, getRotationAngle, getSkewX, getSkewY, getxPos, getxScale, getyPos, getyScale, setPatternIndex, setPatternType, setRotationAngle, setSkewX, setSkewY, setxPos, setxScale, setyPos, setyScale
public TilingPattern(int paintType_0)
Initializes a new instance of the T:Aspose.Pdf.TilingPattern
class with T:Aspose.Pdf.PaintType
.
public int getPaintType()
Returns a paint type.
public void setPaintType(int paintType_0)
public int getTilingType()
Returns a type of tiling: coloured or uncoloured.
public void setTilingType(int tilingType_0)
public float getWidth()
Returns a width of the tile.
public float getHeight()
Returns a height of the tile.
public void setHeight(float height_0)
Sets a height of the tile.
public void setWidth(float width_0)
Sets a width of the tile.
public float getxStep()
Returns a step between tiles in x axis.
public void setxStep(float xStep_0)
Sets a step between tiles in x axis.
public float getyStep()
Returns step between tiles in y axis.
public void setyStep(float yStep_0)
Sets a step between tiles in y axis.
public Paragraphs getTile()
Returns a list of T:Aspose.Pdf.Paragraph
s represented tile content.
public void setTile(Paragraphs tile_0)
Sets a list of T:Aspose.Pdf.Paragraph
s represented tile content.
Copyright © 2016 Aspose. All Rights Reserved.