RichFaces Core API 4.3.0.Final

org.richfaces.resource
Interface Java2DAnimatedUserResource

All Superinterfaces:
Java2DUserResource

public interface Java2DAnimatedUserResource
extends Java2DUserResource

Author:
Nick Belaevski

Method Summary
 int getFrameDelay()
           
 boolean hasNextFrame()
           
 boolean isLooped()
           
 void paint(Graphics2D graphics2d)
           
 void startFramesSequence()
           
 
Methods inherited from interface org.richfaces.resource.Java2DUserResource
getDimension, getImageType, getLastModified, getResponseHeaders
 

Method Detail

isLooped

boolean isLooped()

getFrameDelay

int getFrameDelay()

startFramesSequence

void startFramesSequence()

hasNextFrame

boolean hasNextFrame()

paint

void paint(Graphics2D graphics2d)
Specified by:
paint in interface Java2DUserResource

RichFaces Core API 4.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.