Examples of AxialShadingPaint


Examples of org.apache.pdfbox.pdmodel.graphics.shading.AxialShadingPaint

            case 1:
                // TODO
                LOG.debug("Function based shading not yet supported");
            break;
            case 2:
                paint = new AxialShadingPaint((PDShadingType2)shading, ctm, pageSize.height);
                break;
            case 3:
                paint = new RadialShadingPaint((PDShadingType3)shading, ctm, pageSize.height);
                break;
            case 4:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.