com.idrsolutions.image.jpeg2000.SubbandCoefficient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenViewerFX Show documentation
Show all versions of OpenViewerFX Show documentation
An Open Source JavaFX PDF Viewer
The 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;
}