Uses of Class
com.datalogics.PDFL.ExtendedGraphicState
Packages that use ExtendedGraphicState
-
Uses of ExtendedGraphicState in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return ExtendedGraphicStateModifier and TypeMethodDescriptionGraphicState.getExtendedGraphicState()The ExtendedGraphicState, which can contain additional graphic state parameters.static final ExtendedGraphicStatePDFLJNI.GraphicState_getExtendedGraphicState(long jarg1, GraphicState jarg1_) Methods in com.datalogics.PDFL with parameters of type ExtendedGraphicStateModifier and TypeMethodDescriptionstatic final voidPDFLJNI.ExtendedGraphicState_DisposeChildren(long jarg1, ExtendedGraphicState jarg1_) static final booleanPDFLJNI.ExtendedGraphicState_getAlphaIsShape(long jarg1, ExtendedGraphicState jarg1_) static final booleanPDFLJNI.ExtendedGraphicState_getApplyAutoStroke(long jarg1, ExtendedGraphicState jarg1_) static final booleanPDFLJNI.ExtendedGraphicState_getApplyOverprintForOtherThanStroking(long jarg1, ExtendedGraphicState jarg1_) static final booleanPDFLJNI.ExtendedGraphicState_getApplyOverprintForStroking(long jarg1, ExtendedGraphicState jarg1_) static final FunctionPDFLJNI.ExtendedGraphicState_getBlackGeneration(long jarg1, ExtendedGraphicState jarg1_) static final intPDFLJNI.ExtendedGraphicState_getBlendMode(long jarg1, ExtendedGraphicState jarg1_) static final doublePDFLJNI.ExtendedGraphicState_getOpacityForOtherThanStroking(long jarg1, ExtendedGraphicState jarg1_) static final doublePDFLJNI.ExtendedGraphicState_getOpacityForStroking(long jarg1, ExtendedGraphicState jarg1_) static final intPDFLJNI.ExtendedGraphicState_getOverprintMode(long jarg1, ExtendedGraphicState jarg1_) static final PDFDictPDFLJNI.ExtendedGraphicState_getPDFDict(long jarg1, ExtendedGraphicState jarg1_) static final doublePDFLJNI.ExtendedGraphicState_getSmoothnessTolerance(long jarg1, ExtendedGraphicState jarg1_) static final booleanPDFLJNI.ExtendedGraphicState_getTextKnockout(long jarg1, ExtendedGraphicState jarg1_) static final longPDFLJNI.ExtendedGraphicState_getTransferFunction(long jarg1, ExtendedGraphicState jarg1_) static final FunctionPDFLJNI.ExtendedGraphicState_getUndercolorRemoval(long jarg1, ExtendedGraphicState jarg1_) static final voidPDFLJNI.ExtendedGraphicState_setAlphaIsShape(long jarg1, ExtendedGraphicState jarg1_, boolean jarg2) static final voidPDFLJNI.ExtendedGraphicState_setApplyAutoStroke(long jarg1, ExtendedGraphicState jarg1_, boolean jarg2) static final voidPDFLJNI.ExtendedGraphicState_setApplyOverprintForOtherThanStroking(long jarg1, ExtendedGraphicState jarg1_, boolean jarg2) static final voidPDFLJNI.ExtendedGraphicState_setApplyOverprintForStroking(long jarg1, ExtendedGraphicState jarg1_, boolean jarg2) static final voidPDFLJNI.ExtendedGraphicState_setBlackGeneration(long jarg1, ExtendedGraphicState jarg1_, long jarg2, Function jarg2_) static final voidPDFLJNI.ExtendedGraphicState_setBlendMode(long jarg1, ExtendedGraphicState jarg1_, int jarg2) static final voidPDFLJNI.ExtendedGraphicState_setOpacityForOtherThanStroking(long jarg1, ExtendedGraphicState jarg1_, double jarg2) static final voidPDFLJNI.ExtendedGraphicState_setOpacityForStroking(long jarg1, ExtendedGraphicState jarg1_, double jarg2) static final voidPDFLJNI.ExtendedGraphicState_setOverprintMode(long jarg1, ExtendedGraphicState jarg1_, int jarg2) static final voidPDFLJNI.ExtendedGraphicState_setSmoothnessTolerance(long jarg1, ExtendedGraphicState jarg1_, double jarg2) static final voidPDFLJNI.ExtendedGraphicState_setTextKnockout(long jarg1, ExtendedGraphicState jarg1_, boolean jarg2) static final voidPDFLJNI.ExtendedGraphicState_setTransferFunction(long jarg1, ExtendedGraphicState jarg1_, long jarg2, com.datalogics.PDFL.FunctionPtrVector jarg2_) static final voidPDFLJNI.ExtendedGraphicState_setUndercolorRemoval(long jarg1, ExtendedGraphicState jarg1_, long jarg2, Function jarg2_) static final voidPDFLJNI.GraphicState_setExtendedGraphicState(long jarg1, GraphicState jarg1_, long jarg2, ExtendedGraphicState jarg2_) voidGraphicState.setExtendedGraphicState(ExtendedGraphicState extendedGraphicState) The ExtendedGraphicState, which can contain additional graphic state parameters.