Examples of PrecinctSizeSpec


Examples of jj2000.j2k.entropy.PrecinctSizeSpec

    /** Sets <code>precinctPartition</code> */
    public void setPrecinctPartition(String values) {
        String[] strBoolean = {"true","false"};
        if (imgsrc != null)
            precinctPartition =
                new PrecinctSizeSpec(numTiles,
                                     numComponents,
                                     ModuleSpec.SPEC_TYPE_TILE_COMP,
                                     new RenderedImageSrc(imgsrc, this, null),
                                     decompositionLevel,
                                     this,
                                     values);
        else if (raster != null)
            precinctPartition =
                new PrecinctSizeSpec(numTiles,
                                     numComponents,
                                     ModuleSpec.SPEC_TYPE_TILE_COMP,
                                     new RenderedImageSrc(raster, this, null),
                                     decompositionLevel,
                                     this,
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.