|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.PatternColorSpace
aspose.pdf.TilingPattern
aspose.pdf.UncolouredTilingPattern
public class UncolouredTilingPattern
Realizes uncoloured tiling pattern that is tiling pattern contains shapes or text or image with one common color or no color at all. In the later case a color of the tile will be inherited from current color state of document.
Typical usages are the following:
Field Summary | |
---|---|
protected Color |
color
|
Fields inherited from class aspose.pdf.TilingPattern |
---|
height, paintType, tile, tilingType, width, xStep, yStep |
Fields inherited from class aspose.pdf.PatternColorSpace |
---|
patternType, rotationAngle, skewX, skewY, xPos, xScale, yPos, yScale |
Constructor Summary | |
---|---|
UncolouredTilingPattern()
Initializes a new instance of the UncolouredTilingPattern |
|
UncolouredTilingPattern(Color color)
Initializes a new instance of the UncolouredTilingPattern with specified Color object. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Copies all fields. |
java.lang.Object |
completeClone()
Copies all fields. |
Color |
getColor()
Returns a color of tile. |
void |
setColor(Color color)
Sets a color of tile. |
Methods inherited from class aspose.pdf.TilingPattern |
---|
completeCopyTo, copyTo, getHeight, getPaintType, getTile, getTilingType, getWidth, getxStep, getyStep, setHeight, setPaintType, setTile, setTilingType, setWidth, setxStep, setyStep |
Methods inherited from class aspose.pdf.PatternColorSpace |
---|
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 Color color
Constructor Detail |
---|
public UncolouredTilingPattern()
UncolouredTilingPattern
public UncolouredTilingPattern(Color color)
UncolouredTilingPattern
with specified Color
object.
Method Detail |
---|
public Color getColor()
public void setColor(Color color)
public java.lang.Object completeClone()
public java.lang.Object clone()
clone
in class PatternColorSpace
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |