Uses of Class
com.datalogics.PDFL.GraphicState
Packages that use GraphicState
-
Uses of GraphicState in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return GraphicStateModifier and TypeMethodDescriptionstatic final GraphicStatePDFLJNI.Form_getGraphicState(long jarg1, Form jarg1_) Form.getGraphicState()Get the graphic state of this Form.Image.getGraphicState()Get the graphic state of the current element.Path.getGraphicState()Get the graphic state of the current path.Shading.getGraphicState()Get the graphic state of the current Shading object.TextRun.getGraphicState()Get the graphic state of the text run.static final GraphicStatePDFLJNI.Image_getGraphicState(long jarg1, Image jarg1_) static final GraphicStatePDFLJNI.Path_getGraphicState(long jarg1, Path jarg1_) static final GraphicStatePDFLJNI.Shading_getGraphicState(long jarg1, Shading jarg1_) static final GraphicStatePDFLJNI.TextRun_getGraphicState(long jarg1, TextRun jarg1_) Methods in com.datalogics.PDFL with parameters of type GraphicStateModifier and TypeMethodDescriptionvoidText.addGlyphs(List<Character> glyphIDs, List<Character> uniText, Font font, GraphicState gState, TextState state, Matrix matrix, EnumSet<TextFlags> flags) Adds Unicode text to a Text objectvoidText.addGlyphs(List<Character> glyphIDs, List<Character> uniText, Font font, GraphicState gState, TextState state, Matrix matrix, EnumSet<TextFlags> flags, int index) Adds Unicode text to a Text objectstatic final voidPDFLJNI.Form_setGraphicState(long jarg1, Form jarg1_, long jarg2, GraphicState jarg2_) static final voidPDFLJNI.GraphicState_DisposeChildren(long jarg1, GraphicState jarg1_) static final longPDFLJNI.GraphicState_getDashPattern(long jarg1, GraphicState jarg1_) static final ExtendedGraphicStatePDFLJNI.GraphicState_getExtendedGraphicState(long jarg1, GraphicState jarg1_) static final ColorPDFLJNI.GraphicState_getFillColor(long jarg1, GraphicState jarg1_) static final intPDFLJNI.GraphicState_getLineCap(long jarg1, GraphicState jarg1_) static final doublePDFLJNI.GraphicState_getLineFlatness(long jarg1, GraphicState jarg1_) static final intPDFLJNI.GraphicState_getLineJoin(long jarg1, GraphicState jarg1_) static final doublePDFLJNI.GraphicState_getMiterLimit(long jarg1, GraphicState jarg1_) static final intPDFLJNI.GraphicState_getRenderIntent(long jarg1, GraphicState jarg1_) static final ColorPDFLJNI.GraphicState_getStrokeColor(long jarg1, GraphicState jarg1_) static final doublePDFLJNI.GraphicState_getWidth(long jarg1, GraphicState jarg1_) static final voidPDFLJNI.GraphicState_setDashPattern(long jarg1, GraphicState jarg1_, long jarg2, com.datalogics.PDFL.DoubleVector jarg2_) static final voidPDFLJNI.GraphicState_setExtendedGraphicState(long jarg1, GraphicState jarg1_, long jarg2, ExtendedGraphicState jarg2_) static final voidPDFLJNI.GraphicState_setFillColor(long jarg1, GraphicState jarg1_, long jarg2, Color jarg2_) static final voidPDFLJNI.GraphicState_setLineCap(long jarg1, GraphicState jarg1_, int jarg2) static final voidPDFLJNI.GraphicState_setLineFlatness(long jarg1, GraphicState jarg1_, double jarg2) static final voidPDFLJNI.GraphicState_setLineJoin(long jarg1, GraphicState jarg1_, int jarg2) static final voidPDFLJNI.GraphicState_setMiterLimit(long jarg1, GraphicState jarg1_, double jarg2) static final voidPDFLJNI.GraphicState_setRenderIntent(long jarg1, GraphicState jarg1_, int jarg2) static final voidPDFLJNI.GraphicState_setStrokeColor(long jarg1, GraphicState jarg1_, long jarg2, Color jarg2_) static final voidPDFLJNI.GraphicState_setWidth(long jarg1, GraphicState jarg1_, double jarg2) static final voidPDFLJNI.Image_setGraphicState(long jarg1, Image jarg1_, long jarg2, GraphicState jarg2_) static final longPDFLJNI.new_Path__SWIG_1(long jarg1, GraphicState jarg1_) static final longPDFLJNI.new_TextRun(String jarg1, long jarg2, Font jarg2_, long jarg3, GraphicState jarg3_, long jarg4, TextState jarg4_, long jarg5, Matrix jarg5_) static final voidPDFLJNI.Path_setGraphicState(long jarg1, Path jarg1_, long jarg2, GraphicState jarg2_) voidForm.setGraphicState(GraphicState gstate) Set the Graphic State of this Form.voidImage.setGraphicState(GraphicState gstate) Set the Graphic State of the current element.voidPath.setGraphicState(GraphicState gstate) Set the Graphic State of the current path.voidTextRun.setGraphicState(GraphicState gstate) Set the Graphic State of the text run.static final voidPDFLJNI.Text_addGlyphs__SWIG_0(long jarg1, Text jarg1_, byte[] jarg2, byte[] jarg3, long jarg4, Font jarg4_, long jarg5, GraphicState jarg5_, long jarg6, TextState jarg6_, long jarg7, Matrix jarg7_, int jarg8) static final voidPDFLJNI.Text_addGlyphs__SWIG_1(long jarg1, Text jarg1_, byte[] jarg2, byte[] jarg3, long jarg4, Font jarg4_, long jarg5, GraphicState jarg5_, long jarg6, TextState jarg6_, long jarg7, Matrix jarg7_, int jarg8, int jarg9) static final voidPDFLJNI.TextRun_setGraphicState(long jarg1, TextRun jarg1_, long jarg2, GraphicState jarg2_) Constructors in com.datalogics.PDFL with parameters of type GraphicStateModifierConstructorDescriptionPath(GraphicState graphicState) Create a path with a given graphic state.