COSObjectable
public class PDFourColours extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
PDFourColours() |
|
PDFourColours(COSArray array) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
public PDFourColours()
public PDFourColours(COSArray array)
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