Interface Opacity
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
OpacityImpl
The Interface Opacity.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the blendmode.intGets the blendmode contour.intGets the blendmode face.intGets the blendmode text.doubleGets the contour.doublegetFace()Gets the face.intGets the isolation.intGets the isolation contour.intGets the isolation face.intGets the isolation text.intGets the knockout.intGets the knockout contour.intGets the knockout face.intGets the knockout text.doubleGets the object.intGets the overprint.intGets the overprint contour.intGets the overprint face.intGets the overprint text.doublegetText()Gets the text.voidsetBlendmode(int blendmode) Sets the blendmode.voidsetBlendmodeContour(int blendmodeContour) Sets the blendmode contour.voidsetBlendmodeFace(int blendmodeFace) Sets the blendmode face.voidsetBlendmodeText(int blendmodeText) Sets the blendmode text.voidsetContour(double contour) Sets the contour.voidsetFace(double face) Sets the face.voidsetIsolation(int isolation) Sets the isolation.voidsetIsolationContour(int isolationContour) Sets the isolation contour.voidsetIsolationFace(int isolationFace) Sets the isolation face.voidsetIsolationText(int isolationText) Sets the isolation text.voidsetKnockout(int knockout) Sets the knockout.voidsetKnockoutContour(int knockoutContour) Sets the knockout contour.voidsetKnockoutFace(int knockoutFace) Sets the knockout face.voidsetKnockoutText(int knockoutText) Sets the knockout text.voidsetObject(double object) Sets the object.voidsetOverprint(int overprint) Sets the overprint.voidsetOverprintContour(int overprintContour) Sets the overprint contour.voidsetOverprintFace(int overprintFace) Sets the overprint face.voidsetOverprintText(int overprintText) Sets the overprint text.voidsetText(double text) Sets the text.
-
Method Details
-
getObject
double getObject()Gets the object.- Returns:
- the object
-
setObject
void setObject(double object) Sets the object.- Parameters:
object- the object to set
-
getBlendmode
int getBlendmode()Gets the blendmode.- Returns:
- the blendmode
-
setBlendmode
void setBlendmode(int blendmode) Sets the blendmode.- Parameters:
blendmode- the blendmode to set
-
getKnockout
int getKnockout()Gets the knockout.- Returns:
- the knockout
-
setKnockout
void setKnockout(int knockout) Sets the knockout.- Parameters:
knockout- the knockout to set
-
getIsolation
int getIsolation()Gets the isolation.- Returns:
- the isolation
-
setIsolation
void setIsolation(int isolation) Sets the isolation.- Parameters:
isolation- the isolation to set
-
getOverprint
int getOverprint()Gets the overprint.- Returns:
- the overprint
-
setOverprint
void setOverprint(int overprint) Sets the overprint.- Parameters:
overprint- the overprint to set
-
getContour
double getContour()Gets the contour.- Returns:
- the contour
-
setContour
void setContour(double contour) Sets the contour.- Parameters:
contour- the contour to set
-
getBlendmodeContour
int getBlendmodeContour()Gets the blendmode contour.- Returns:
- the blendmodeContour
-
setBlendmodeContour
void setBlendmodeContour(int blendmodeContour) Sets the blendmode contour.- Parameters:
blendmodeContour- the blendmodeContour to set
-
getKnockoutContour
int getKnockoutContour()Gets the knockout contour.- Returns:
- the knockoutContour
-
setKnockoutContour
void setKnockoutContour(int knockoutContour) Sets the knockout contour.- Parameters:
knockoutContour- the knockoutContour to set
-
getIsolationContour
int getIsolationContour()Gets the isolation contour.- Returns:
- the isolationContour
-
setIsolationContour
void setIsolationContour(int isolationContour) Sets the isolation contour.- Parameters:
isolationContour- the isolationContour to set
-
getOverprintContour
int getOverprintContour()Gets the overprint contour.- Returns:
- the overprintContour
-
setOverprintContour
void setOverprintContour(int overprintContour) Sets the overprint contour.- Parameters:
overprintContour- the overprintContour to set
-
getFace
double getFace()Gets the face.- Returns:
- the face
-
setFace
void setFace(double face) Sets the face.- Parameters:
face- the face to set
-
getBlendmodeFace
int getBlendmodeFace()Gets the blendmode face.- Returns:
- the blendmodeFace
-
setBlendmodeFace
void setBlendmodeFace(int blendmodeFace) Sets the blendmode face.- Parameters:
blendmodeFace- the blendmodeFace to set
-
getKnockoutFace
int getKnockoutFace()Gets the knockout face.- Returns:
- the knockoutFace
-
setKnockoutFace
void setKnockoutFace(int knockoutFace) Sets the knockout face.- Parameters:
knockoutFace- the knockoutFace to set
-
getIsolationFace
int getIsolationFace()Gets the isolation face.- Returns:
- the isolationFace
-
setIsolationFace
void setIsolationFace(int isolationFace) Sets the isolation face.- Parameters:
isolationFace- the isolationFace to set
-
getOverprintFace
int getOverprintFace()Gets the overprint face.- Returns:
- the overprintFace
-
setOverprintFace
void setOverprintFace(int overprintFace) Sets the overprint face.- Parameters:
overprintFace- the overprintFace to set
-
getText
double getText()Gets the text.- Returns:
- the text
-
setText
void setText(double text) Sets the text.- Parameters:
text- the text to set
-
getBlendmodeText
int getBlendmodeText()Gets the blendmode text.- Returns:
- the blendmodeText
-
setBlendmodeText
void setBlendmodeText(int blendmodeText) Sets the blendmode text.- Parameters:
blendmodeText- the blendmodeText to set
-
getKnockoutText
int getKnockoutText()Gets the knockout text.- Returns:
- the knockoutText
-
setKnockoutText
void setKnockoutText(int knockoutText) Sets the knockout text.- Parameters:
knockoutText- the knockoutText to set
-
getIsolationText
int getIsolationText()Gets the isolation text.- Returns:
- the isolationText
-
setIsolationText
void setIsolationText(int isolationText) Sets the isolation text.- Parameters:
isolationText- the isolationText to set
-
getOverprintText
int getOverprintText()Gets the overprint text.- Returns:
- the overprintText
-
setOverprintText
void setOverprintText(int overprintText) Sets the overprint text.- Parameters:
overprintText- the overprintText to set
-