|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
flex.graphics.ImageSnapshot
public class ImageSnapshot
This class corresponds to mx.graphics.ImageSnapshot on the client. Clients may choose
to capture images and send them to the server via a RemoteObject call. The PDF generation
feature of LCDS may then be used to generate PDF's from these images.
| Constructor Summary | |
|---|---|
ImageSnapshot()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getContentType()
The content type for the image encoding format that was used to capture this snapshot. |
byte[] |
getData()
The encoded data representing the image snapshot. |
int |
getHeight()
The image height in pixels. |
Map |
getProperties()
Additional properties of the image. |
int |
getWidth()
The image width in pixels. |
void |
setContentType(String value)
Sets content type of this snapshot. |
void |
setData(byte[] value)
Set the encoded data representing the image snapshot. |
void |
setHeight(int value)
Set image height in pixels. |
void |
setProperties(Map value)
Sets the map of dynamic properties for this snapshot. |
void |
setWidth(int value)
Set width in pixels. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public ImageSnapshot()
| Method Detail |
|---|
public String getContentType()
public void setContentType(String value)
value - content typepublic byte[] getData()
public void setData(byte[] value)
value - byte array of image datapublic int getHeight()
public void setHeight(int value)
value - image height in pixels.public Map getProperties()
public void setProperties(Map value)
value - map containing dynamic properties for this snapshotpublic int getWidth()
public void setWidth(int value)
value - width in pixels.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/graphics/ImageSnapshot.html