|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Image org.onemind.swingweb.image.AbstractImage org.onemind.swingweb.image.BufferedByteImage
A image that wrap an byte array
Field Summary |
Fields inherited from class java.awt.Image |
SCALE_AREA_AVERAGING, SCALE_DEFAULT, SCALE_FAST, SCALE_REPLICATE, SCALE_SMOOTH, UndefinedProperty |
Constructor Summary | |
BufferedByteImage(java.awt.Graphics g,
byte[] buffer,
int offset,
int length)
Constructor |
Method Summary | |
byte[] |
getBytes()
Get the bytes; |
int |
getLength()
Return the length |
int |
getOffset()
Return the offset |
java.lang.String |
getType()
Return the type |
Methods inherited from class org.onemind.swingweb.image.AbstractImage |
flush, getGraphics, getHeight, getProperty, getSource, getWidth, setHeight, setWidth |
Methods inherited from class java.awt.Image |
getScaledInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BufferedByteImage(java.awt.Graphics g, byte[] buffer, int offset, int length)
g
- the graphicsbuffer
- the bufferoffset
- the offsetlength
- the lengthMethod Detail |
public byte[] getBytes()
public java.lang.String getType()
public final int getLength()
public final int getOffset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |