public class ProgressBarAnimatedBackgroundImage
extends org.richfaces.resource.AbstractJava2DUserResource
implements org.richfaces.resource.Java2DAnimatedUserResource, org.richfaces.resource.StateHolderResource
Constructor and Description |
---|
ProgressBarAnimatedBackgroundImage() |
Modifier and Type | Method and Description |
---|---|
int |
getFrameDelay() |
boolean |
hasNextFrame() |
void |
initialize() |
boolean |
isLooped() |
boolean |
isTransient() |
void |
paint(Graphics2D g2d) |
void |
readState(javax.faces.context.FacesContext context,
DataInput dataInput) |
void |
startFramesSequence() |
void |
writeState(javax.faces.context.FacesContext context,
DataOutput dataOutput) |
getDimension, getImageType, getLastModified, getResponseHeaders
public boolean isLooped()
isLooped
in interface org.richfaces.resource.Java2DAnimatedUserResource
public int getFrameDelay()
getFrameDelay
in interface org.richfaces.resource.Java2DAnimatedUserResource
public void startFramesSequence()
startFramesSequence
in interface org.richfaces.resource.Java2DAnimatedUserResource
public boolean hasNextFrame()
hasNextFrame
in interface org.richfaces.resource.Java2DAnimatedUserResource
public void initialize()
public void paint(Graphics2D g2d)
paint
in interface org.richfaces.resource.Java2DAnimatedUserResource
paint
in interface org.richfaces.resource.Java2DUserResource
public boolean isTransient()
isTransient
in interface org.richfaces.resource.StateHolderResource
public void writeState(javax.faces.context.FacesContext context, DataOutput dataOutput) throws IOException
writeState
in interface org.richfaces.resource.StateHolderResource
IOException
public void readState(javax.faces.context.FacesContext context, DataInput dataInput) throws IOException
readState
in interface org.richfaces.resource.StateHolderResource
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.