com.lowagie.text.pdf

Class SpotColor

public class SpotColor extends ExtendedColor

Author: psoares

Field Summary
static longserialVersionUID
PdfSpotColorspot
floattint
Constructor Summary
SpotColor(PdfSpotColor spot, float tint)
SpotColor(PdfSpotColor spot)
Method Summary
booleanequals(Object obj)
PdfSpotColorgetPdfSpotColor()
floatgetTint()
inthashCode()

Field Detail

serialVersionUID

private static final long serialVersionUID

spot

PdfSpotColor spot

tint

float tint

Constructor Detail

SpotColor

public SpotColor(PdfSpotColor spot, float tint)

SpotColor

public SpotColor(PdfSpotColor spot)

Method Detail

equals

public boolean equals(Object obj)

getPdfSpotColor

public PdfSpotColor getPdfSpotColor()

getTint

public float getTint()

hashCode

public int hashCode()