All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.idrsolutions.image.jpeg2000.SubbandCoefficient Maven / Gradle / Ivy

There is a newer version: 20151002
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.idrsolutions.image.jpeg2000;

import java.awt.image.BufferedImage;

/**
 *
 */
public class SubbandCoefficient {
    
    public int x;
    public int y;
    public int width;
    public int height;
    public float [] floatItems;    
    public byte [] byteItems;
    public BufferedImage bufferedImage;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy