|
|||||||||
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
aspose.pdf.CrossHatchPattern
public class CrossHatchPattern
Realizes uncoloured cross-hatch pattern (lines intersected under a right angle).
Typical usages are the following:
Field Summary |
---|
Fields inherited from class aspose.pdf.UncolouredTilingPattern |
---|
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 | |
---|---|
CrossHatchPattern()
Initializes a new instance of the CrossHatchPattern |
|
CrossHatchPattern(float spacing)
Initializes a new instance of the CrossHatchPattern with value of spacing between lines. |
|
CrossHatchPattern(float spacing,
float angle)
Initializes a new instance of the CrossHatchPattern with value of spacing between lines and a rotation angle of lines. |
|
CrossHatchPattern(float spacing,
float angle,
float lineWidth)
Initializes a new instance of the CrossHatchPattern with value of spacing between lines, line width and a rotation angle of lines. |
Method Summary | |
---|---|
float |
getLineWidth()
Returns a width of the lines. |
float |
getSpacing()
Returns a distance between lines. |
Methods inherited from class aspose.pdf.UncolouredTilingPattern |
---|
clone, completeClone, getColor, setColor |
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 |
Constructor Detail |
---|
public CrossHatchPattern()
CrossHatchPattern
public CrossHatchPattern(float spacing)
CrossHatchPattern
with value of spacing between lines.
public CrossHatchPattern(float spacing, float angle)
CrossHatchPattern
with value of spacing between lines and a rotation angle of lines.
public CrossHatchPattern(float spacing, float angle, float lineWidth)
CrossHatchPattern
with value of spacing between lines, line width and a rotation angle of lines.
Method Detail |
---|
public float getSpacing()
public float getLineWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |