first commit
This commit is contained in:
17
hrmsEjb/jxl/Image.java
Normal file
17
hrmsEjb/jxl/Image.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package jxl;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public interface Image {
|
||||
double getColumn();
|
||||
|
||||
double getRow();
|
||||
|
||||
double getWidth();
|
||||
|
||||
double getHeight();
|
||||
|
||||
File getImageFile();
|
||||
|
||||
byte[] getImageData();
|
||||
}
|
Reference in New Issue
Block a user