|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webcodepro.applecommander.storage.filters.imagehandlers.AppleImage
com.webcodepro.applecommander.storage.filters.imagehandlers.SunJpegImage
public class SunJpegImage
SunJpegImage is a specific implementation of AppleImage that handles all SUN JPEG codec related coding surrounding image manipulation. This is available only on SUN JVMs.
Date Created: Mar 25, 2003
Constructor Summary | |
---|---|
SunJpegImage(int width,
int height)
Create SunJpegImage. |
Method Summary | |
---|---|
int |
getHeight()
Return the height of the image. |
int |
getPoint(int x,
int y)
Get a color point. |
int |
getWidth()
Return the width of the image. |
void |
save(java.io.OutputStream outputStream)
Save the image. |
void |
setPoint(int x,
int y,
int color)
Set a color point. |
Methods inherited from class com.webcodepro.applecommander.storage.filters.imagehandlers.AppleImage |
---|
create, getAvailableExtensions, getDefaultExtension, getFileExtension, setAvailableExtensions, setFileExtension |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SunJpegImage(int width, int height) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
Method Detail |
---|
public void setPoint(int x, int y, int color)
setPoint
in class AppleImage
public int getPoint(int x, int y)
getPoint
in class AppleImage
public void save(java.io.OutputStream outputStream) throws java.io.IOException
save
in class AppleImage
java.io.IOException
public int getWidth()
getWidth
in class AppleImage
public int getHeight()
getHeight
in class AppleImage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |