public abstract class PatternColorSpace extends Object
Abstract class for all pattern fills.
Constructor and Description |
---|
PatternColorSpace(int patternType_0)
Initializes a new instance of the
T:Aspose.Pdf.PatternColorSpace class with T:Aspose.Pdf.PatternType . |
Modifier and Type | Method and Description |
---|---|
abstract Object |
deepClone() |
int |
getPatternIndex()
Returns an index of pattern data in DocumentResource's patterns array.
|
int |
getPatternType()
Returns a pattern type: tiling or shading.
|
float |
getRotationAngle()
Returns rotation angle of the tile content relative to tile box
|
float |
getSkewX()
Returns skew of x axis of the tile content relative to tile box
|
float |
getSkewY()
Returns skew of y axis of the tile content relative to tile box
|
float |
getxPos()
Returns translation in x axis of the tile content relative to tile box
|
float |
getxScale()
Returns scale in x axis of the tile content relative to tile box
|
float |
getyPos()
Returns translation in y axis of the tile content relative to tile box
|
float |
getyScale()
Returns scale in y axis of the tile content relative to tile box
|
void |
setPatternIndex(int patternIndex_0)
Sets an index of pattern data in DocumentResource's patterns array.
|
void |
setPatternType(int patternType_0)
Sets a pattern type: tiling or shading.
|
void |
setRotationAngle(float rotationAngle_0)
Sets rotation angle of the tile content relative to tile box
|
void |
setSkewX(float skewX_0)
Sets skew of x axis of the tile content relative to tile box
|
void |
setSkewY(float skewY_0)
Sets skew of y axis of the tile content relative to tile box
|
void |
setxPos(float xPos_0)
Sets translation in x axis of the tile content relative to tile box
|
void |
setxScale(float xScale_0)
Sets scale in x axis of the tile content relative to tile box
|
void |
setyPos(float yPos_0)
Sets translation in y axis of the tile content relative to tile box
|
void |
setyScale(float yScale_0)
Sets scale in y axis of the tile content relative to tile box
|
public PatternColorSpace(int patternType_0)
Initializes a new instance of the T:Aspose.Pdf.PatternColorSpace
class with T:Aspose.Pdf.PatternType
.
public abstract Object deepClone()
public int getPatternIndex()
Returns an index of pattern data in DocumentResource's patterns array.
public void setPatternIndex(int patternIndex_0)
Sets an index of pattern data in DocumentResource's patterns array.
public int getPatternType()
Returns a pattern type: tiling or shading.
public void setPatternType(int patternType_0)
Sets a pattern type: tiling or shading.
public float getxPos()
Returns translation in x axis of the tile content relative to tile box
public void setxPos(float xPos_0)
Sets translation in x axis of the tile content relative to tile box
public float getyPos()
Returns translation in y axis of the tile content relative to tile box
public void setyPos(float yPos_0)
Sets translation in y axis of the tile content relative to tile box
public float getxScale()
Returns scale in x axis of the tile content relative to tile box
public void setxScale(float xScale_0)
Sets scale in x axis of the tile content relative to tile box
public float getyScale()
Returns scale in y axis of the tile content relative to tile box
public void setyScale(float yScale_0)
Sets scale in y axis of the tile content relative to tile box
public float getRotationAngle()
Returns rotation angle of the tile content relative to tile box
public void setRotationAngle(float rotationAngle_0)
Sets rotation angle of the tile content relative to tile box
public float getSkewX()
Returns skew of x axis of the tile content relative to tile box
public void setSkewX(float skewX_0)
Sets skew of x axis of the tile content relative to tile box
public float getSkewY()
Returns skew of y axis of the tile content relative to tile box
public void setSkewY(float skewY_0)
Sets skew of y axis of the tile content relative to tile box
Copyright © 2016 Aspose. All Rights Reserved.