|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDFourColours
public class PDFourColours
An object for four colours.
Constructor Summary | |
---|---|
PDFourColours()
|
|
PDFourColours(COSArray array)
|
Method Summary | |
---|---|
PDGamma |
getAfterColour()
Gets the colour for the after edge. |
PDGamma |
getBeforeColour()
Gets the colour for the before edge. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
PDGamma |
getEndColour()
Gets the colour for the end edge. |
PDGamma |
getStartColour()
Gets the colour for the start edge. |
void |
setAfterColour(PDGamma colour)
Sets the colour for the after edge. |
void |
setBeforeColour(PDGamma colour)
Sets the colour for the before edge. |
void |
setEndColour(PDGamma colour)
Sets the colour for the end edge. |
void |
setStartColour(PDGamma colour)
Sets the colour for the start edge. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFourColours()
public PDFourColours(COSArray array)
Method Detail |
---|
public PDGamma getBeforeColour()
public void setBeforeColour(PDGamma colour)
colour
- the colour for the before edgepublic PDGamma getAfterColour()
public void setAfterColour(PDGamma colour)
colour
- the colour for the after edgepublic PDGamma getStartColour()
public void setStartColour(PDGamma colour)
colour
- the colour for the start edgepublic PDGamma getEndColour()
public void setEndColour(PDGamma colour)
colour
- the colour for the end edgepublic COSBase getCOSObject()
getCOSObject
in interface COSObjectable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |