public class ProgressBarAnimatedBackgroundImage extends AbstractJava2DUserResource implements Java2DAnimatedUserResource, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDimension, getImageType, getLastModified, getResponseHeaders
public boolean isLooped()
isLooped
in interface Java2DAnimatedUserResource
public int getFrameDelay()
getFrameDelay
in interface Java2DAnimatedUserResource
public void startFramesSequence()
startFramesSequence
in interface Java2DAnimatedUserResource
public boolean hasNextFrame()
hasNextFrame
in interface Java2DAnimatedUserResource
public void initialize()
public void paint(Graphics2D g2d)
paint
in interface Java2DAnimatedUserResource
paint
in interface Java2DUserResource
public boolean isTransient()
isTransient
in interface StateHolderResource
public void writeState(javax.faces.context.FacesContext context, DataOutput dataOutput) throws IOException
writeState
in interface StateHolderResource
IOException
public void readState(javax.faces.context.FacesContext context, DataInput dataInput) throws IOException
readState
in interface StateHolderResource
IOException
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.