Class TransparencyGraphicsState
java.lang.Object
org.verapdf.gf.model.factory.operators.TransparencyGraphicsState
- Author:
- Maksim Bezrukov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TransparencyGraphicsStateclone()voidcopyProperties(TransparencyGraphicsState graphicState) voidcopyPropertiesFormExtGState(PDExtGState extGState) getBm()floatgetCa()floatgetCa_ns()byte[]getSMask()voidvoidsetCa(float ca) voidsetCa_ns(float ca_ns) voidsetCharCodes(byte[] charCodes) voidvoidsetVeraFillColorSpace(GFPDColorSpace veraFillColorSpace) voidsetVeraFont(GFPDFont veraFont) voidsetVeraStrokeColorSpace(GFPDColorSpace veraStrokeColorSpace) voidsetVeraXObject(GFPDXObject veraXObject)
-
Constructor Details
-
TransparencyGraphicsState
public TransparencyGraphicsState()
-
-
Method Details
-
getSMask
-
setSMask
-
getCa
public float getCa() -
setCa
public void setCa(float ca) -
getCa_ns
public float getCa_ns() -
setCa_ns
public void setCa_ns(float ca_ns) -
getBm
-
setBm
-
getVeraXObject
-
setVeraXObject
-
getVeraFillColorSpace
-
setVeraFillColorSpace
-
getVeraStrokeColorSpace
-
setVeraStrokeColorSpace
-
getVeraFont
-
setVeraFont
-
getCharCodes
public byte[] getCharCodes() -
setCharCodes
public void setCharCodes(byte[] charCodes) -
copyProperties
-
copyPropertiesFormExtGState
-
clone
-