RichFaces Core API 4.1.0.20111014-M3

org.richfaces.resource
Interface Java2DUserResource

All Known Subinterfaces:
Java2DAnimatedUserResource
All Known Implementing Classes:
AbstractJava2DUserResource

public interface Java2DUserResource

Author:
Nick Belaevski

Method Summary
 Dimension getDimension()
           
 ImageType getImageType()
           
 Date getLastModified()
           
 Map<String,String> getResponseHeaders()
           
 void paint(Graphics2D graphics2D)
           
 

Method Detail

getResponseHeaders

Map<String,String> getResponseHeaders()

getLastModified

Date getLastModified()

getImageType

ImageType getImageType()

getDimension

Dimension getDimension()

paint

void paint(Graphics2D graphics2D)

RichFaces Core API 4.1.0.20111014-M3

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.