|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.style.Entry
lt.monarch.chart.util.BufferedImageWrapper
public class BufferedImageWrapper extends Entry implements java.io.Serializable
Code for serializing images
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.style.Entry |
|---|
key |
| Constructor and Description |
|---|
BufferedImageWrapper(java.awt.Image image)
Default image wrapper constructor |
BufferedImageWrapper(Key key)
Default image wrapper constructor |
BufferedImageWrapper(Key key,
java.awt.Image im)
Buffered image wrapper |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose the class |
java.awt.Image |
getImage()
Gets image |
void |
setImage(java.awt.Image img)
Sets image to the wrapper |
| Methods inherited from class lt.monarch.chart.style.Entry |
|---|
getKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BufferedImageWrapper(Key key)
key - stylesheet key
public BufferedImageWrapper(Key key,
java.awt.Image im)
key - stylesheet keyim - image to wrappublic BufferedImageWrapper(java.awt.Image image)
image - image to wrap| Method Detail |
|---|
public java.awt.Image getImage()
public void setImage(java.awt.Image img)
img - image objectpublic void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||