public class PDFourColours extends Object implements COSObjectable
Constructor and Description |
---|
PDFourColours() |
PDFourColours(COSArray array) |
Modifier and Type | Method and 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
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.