Class PdfSpotColor
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfSpotColor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPdfSpotColor(String name, float tint, Color altcs) Constructs a newPdfSpotColor. -
Method Summary
Modifier and TypeMethodDescriptionGets the alternative ColorSpace.protected PdfObjectgetSpotObject(PdfWriter writer) floatgetTint()Gets the tint of the SpotColor.
-
Field Details
-
tint
protected float tint -
name
The color name -
altcs
The alternative color space
-
-
Constructor Details
-
PdfSpotColor
-
-
Method Details
-
getTint
public float getTint()Gets the tint of the SpotColor.- Returns:
- a float
-
getAlternativeCS
-
getSpotObject
- Throws:
IOException
-