Mercurial > hg > digilib-old
comparison servlet/src/digilib/image/DocuImageImpl.java @ 537:bd1080df81ad digilibPDF
some cleanup
| author | casties |
|---|---|
| date | Thu, 26 Aug 2010 17:30:45 +0200 |
| parents | e758a49258e8 |
| children | a5168978555f |
comparison
equal
deleted
inserted
replaced
| 536:e758a49258e8 | 537:bd1080df81ad |
|---|---|
| 162 public Iterator<String> getSupportedFormats() { | 162 public Iterator<String> getSupportedFormats() { |
| 163 List<String> empty = new LinkedList<String>(); | 163 List<String> empty = new LinkedList<String>(); |
| 164 return empty.iterator(); | 164 return empty.iterator(); |
| 165 } | 165 } |
| 166 | 166 |
| 167 @Override | |
| 168 public void crop(int xoff, int yoff, int width, int height) | 167 public void crop(int xoff, int yoff, int width, int height) |
| 169 throws ImageOpException { | 168 throws ImageOpException { |
| 170 // TODO Auto-generated method stub | 169 // TODO Auto-generated method stub |
| 171 | 170 |
| 172 } | 171 } |
| 173 | 172 |
| 174 @Override | |
| 175 public Image getAwtImage() { | 173 public Image getAwtImage() { |
| 176 // TODO Auto-generated method stub | 174 // TODO Auto-generated method stub |
| 177 return null; | 175 return null; |
| 178 } | 176 } |
| 179 | 177 |
| 180 @Override | |
| 181 public int getHeight() { | 178 public int getHeight() { |
| 182 // TODO Auto-generated method stub | 179 // TODO Auto-generated method stub |
| 183 return 0; | 180 return 0; |
| 184 } | 181 } |
| 185 | 182 |
| 186 @Override | |
| 187 public int getWidth() { | 183 public int getWidth() { |
| 188 // TODO Auto-generated method stub | 184 // TODO Auto-generated method stub |
| 189 return 0; | 185 return 0; |
| 190 } | 186 } |
| 191 | 187 |
| 192 @Override | |
| 193 public void loadImage(ImageFile f) throws FileOpException { | 188 public void loadImage(ImageFile f) throws FileOpException { |
| 194 // TODO Auto-generated method stub | 189 // TODO Auto-generated method stub |
| 195 | 190 |
| 196 } | 191 } |
| 197 | 192 |
| 198 @Override | |
| 199 public void scale(double scaleX, double scaleY) throws ImageOpException { | 193 public void scale(double scaleX, double scaleY) throws ImageOpException { |
| 200 // TODO Auto-generated method stub | 194 // TODO Auto-generated method stub |
| 201 | 195 |
| 202 } | 196 } |
| 203 | 197 |
| 204 @Override | |
| 205 public void writeImage(String mt, OutputStream ostream) | 198 public void writeImage(String mt, OutputStream ostream) |
| 206 throws FileOpException { | 199 throws FileOpException { |
| 207 // TODO Auto-generated method stub | 200 // TODO Auto-generated method stub |
| 208 } | 201 } |
| 209 | 202 |
