|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.laures.cewolf.storage.SerializableChartImage
public class SerializableChartImage
Field Summary |
---|
Fields inherited from interface de.laures.cewolf.ChartImage |
---|
IMG_TYPE_CHART, IMG_TYPE_LEGEND |
Constructor Summary | |
---|---|
SerializableChartImage(ChartImage img)
|
Method Summary | |
---|---|
byte[] |
getBytes()
Writes out a cached image to an outputstream. |
int |
getHeight()
Returns the height of the chart image in pixel. |
java.lang.String |
getMimeType()
Returns the MIME type of this image. |
int |
getSize()
Returns the size of the image in bytes. |
java.util.Date |
getTimeoutTime()
|
int |
getType()
Returns the type of the chart image. |
int |
getWidth()
Returns the width of the chart image in pixel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializableChartImage(ChartImage img) throws CewolfException
CewolfException
Method Detail |
---|
public int getWidth()
ChartImage
getWidth
in interface ChartImage
ChartImage.getWidth()
public int getHeight()
ChartImage
getHeight
in interface ChartImage
ChartImage.getHeight()
public int getType()
ChartImage
getType
in interface ChartImage
ChartImage.getType()
public byte[] getBytes() throws CewolfException
ChartImage
getBytes
in interface ChartImage
CewolfException
ChartImage.getBytes()
public java.lang.String getMimeType()
ChartImage
getMimeType
in interface ChartImage
ChartImage.getMimeType()
public int getSize() throws CewolfException
ChartImage
getSize
in interface ChartImage
CewolfException
- if the size could not be determinedChartImage.getSize()
public java.util.Date getTimeoutTime()
getTimeoutTime
in interface ChartImage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |