|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.PatternColorSpace
aspose.pdf.TilingPattern
public abstract class TilingPattern
Abstract class for all tiling patterns.
Field Summary | |
---|---|
protected float |
height
Tile height. |
protected PaintType |
paintType
Paint type. |
protected Paragraphs |
tile
Content of tile, a list of Graph s, Text s, Image s. |
protected TilingType |
tilingType
Type of tiling. |
protected float |
width
Tile width. |
protected float |
xStep
Step of tile replication in x axis. |
protected float |
yStep
Step of tile replication in y axis. |
Fields inherited from class aspose.pdf.PatternColorSpace |
---|
patternType, rotationAngle, skewX, skewY, xPos, xScale, yPos, yScale |
Constructor Summary | |
---|---|
TilingPattern(PaintType paintType)
Initializes a new instance of the TilingPattern class with PaintType . |
Method Summary | |
---|---|
void |
completeCopyTo(TilingPattern pattern)
Copies all fields. |
void |
copyTo(TilingPattern pattern)
Copies all fields. |
float |
getHeight()
Returns a height of the tile. |
PaintType |
getPaintType()
Returns a paint type. |
Paragraphs |
getTile()
Returns a list of Paragraph s represented tile content. |
TilingType |
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)
Sets a height of the tile. |
void |
setPaintType(PaintType paintType)
|
void |
setTile(Paragraphs tile)
Sets a list of Paragraph s represented tile content. |
void |
setTilingType(TilingType tilingType)
|
void |
setWidth(float width)
Sets a width of the tile. |
void |
setxStep(float xStep)
Sets a step between tiles in x axis. |
void |
setyStep(float yStep)
Sets a step between tiles in y axis. |
Methods inherited from class aspose.pdf.PatternColorSpace |
---|
clone, copyTo, getPatternIndex, getPatternType, getRotationAngle, getSkewX, getSkewY, getxPos, getxScale, getyPos, getyScale, setPatternIndex, setPatternType, setRotationAngle, setSkewX, setSkewY, setxPos, setxScale, setyPos, setyScale |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PaintType paintType
protected TilingType tilingType
protected float width
protected float height
protected float xStep
protected float yStep
protected Paragraphs tile
Graph
s, Text
s, Image
s.
Constructor Detail |
---|
public TilingPattern(PaintType paintType)
TilingPattern
class with PaintType
.
Method Detail |
---|
public void completeCopyTo(TilingPattern pattern)
public void copyTo(TilingPattern pattern)
public PaintType getPaintType()
public void setPaintType(PaintType paintType)
public TilingType getTilingType()
public void setTilingType(TilingType tilingType)
public float getWidth()
public float getHeight()
public void setHeight(float height)
public void setWidth(float width)
public float getxStep()
public void setxStep(float xStep)
public float getyStep()
public void setyStep(float yStep)
public Paragraphs getTile()
Paragraph
s represented tile content.
public void setTile(Paragraphs tile)
Paragraph
s represented tile content.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |