public class PatternColor extends Color
Constructor and Description |
---|
PatternColor(PdfPattern.Tiling uncoloredPattern, Color color) |
PatternColor(PdfPattern.Tiling uncoloredPattern, PdfColorSpace underlyingCS, float[] colorValue) |
PatternColor(PdfPattern.Tiling uncoloredPattern, PdfSpecialCs.UncoloredTilingPattern uncoloredTilingCS, float[] colorValue) |
PatternColor(PdfPattern coloredPattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Indicates whether the color is equal to the given color.
|
PdfPattern |
getPattern() |
void |
setPattern(PdfPattern pattern) |
convertCmykToRgb, convertRgbToCmyk, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValue
public PatternColor(PdfPattern coloredPattern)
public PatternColor(PdfPattern.Tiling uncoloredPattern, Color color)
public PatternColor(PdfPattern.Tiling uncoloredPattern, PdfColorSpace underlyingCS, float[] colorValue)
public PatternColor(PdfPattern.Tiling uncoloredPattern, PdfSpecialCs.UncoloredTilingPattern uncoloredTilingCS, float[] colorValue)
public PdfPattern getPattern()
public void setPattern(PdfPattern pattern)
public boolean equals(Object o)
Color
color space
and color value
are considered during the comparison.
Copyright © 1998–2018 iText Group NV. All rights reserved.