| 1 |
|
package com.atlassian.core.util.bean; |
| 2 |
|
|
| 3 |
|
|
| 4 |
|
@deprecated@link |
| 5 |
|
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 1 |
|
| 6 |
|
public class ImageInfo extends com.atlassian.core.util.ImageInfo { |
| 7 |
|
|
| 8 |
|
public static final int FORMAT_JPEG = com.atlassian.core.util.ImageInfo.FORMAT_JPEG; |
| 9 |
|
|
| 10 |
|
public static final int FORMAT_GIF = com.atlassian.core.util.ImageInfo.FORMAT_JPEG; |
| 11 |
|
|
| 12 |
|
public static final int FORMAT_PNG = com.atlassian.core.util.ImageInfo.FORMAT_PNG; |
| 13 |
|
|
| 14 |
|
public static final int FORMAT_BMP = com.atlassian.core.util.ImageInfo.FORMAT_BMP; |
| 15 |
|
|
| 16 |
|
public static final int FORMAT_PCX = com.atlassian.core.util.ImageInfo.FORMAT_PCX; |
| 17 |
|
|
| 18 |
|
public static final int FORMAT_IFF = com.atlassian.core.util.ImageInfo.FORMAT_IFF; |
| 19 |
|
|
| 20 |
|
public static final int FORMAT_RAS = com.atlassian.core.util.ImageInfo.FORMAT_RAS; |
| 21 |
|
|
| 22 |
|
public static final int FORMAT_PBM = com.atlassian.core.util.ImageInfo.FORMAT_PBM; |
| 23 |
|
|
| 24 |
|
public static final int FORMAT_PGM = com.atlassian.core.util.ImageInfo.FORMAT_PGM; |
| 25 |
|
|
| 26 |
|
public static final int FORMAT_PPM = com.atlassian.core.util.ImageInfo.FORMAT_PPM; |
| 27 |
|
|
| 28 |
|
public static final int FORMAT_PSD = com.atlassian.core.util.ImageInfo.FORMAT_PSD; |
| 29 |
|
|
| 30 |
|
public static final int FORMAT_SWF = com.atlassian.core.util.ImageInfo.FORMAT_SWF; |
| 31 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 32 |
0
|
public boolean isValidImage()... |
| 33 |
|
{ |
| 34 |
0
|
return super.check(); |
| 35 |
|
} |
| 36 |
|
|
| 37 |
|
} |