org.richfaces.renderkit.html.images
Class ArrowBase
java.lang.Object
org.richfaces.resource.AbstractJava2DUserResource
org.richfaces.renderkit.html.images.ArrowBase
- All Implemented Interfaces:
- org.richfaces.resource.Java2DUserResource, org.richfaces.resource.StateHolderResource
- Direct Known Subclasses:
- SliderArrowBase, SpinnerArrowBase
public abstract class ArrowBase
- extends org.richfaces.resource.AbstractJava2DUserResource
- implements org.richfaces.resource.StateHolderResource
- Author:
- Konstantin Mishin
Methods inherited from class org.richfaces.resource.AbstractJava2DUserResource |
getDimension, getImageType, getLastModified, getResponseHeaders |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrowBase
public ArrowBase(Dimension dimension)
initialize
public void initialize()
setColorParam
public void setColorParam(String colorParam)
paint
public void paint(Graphics2D graphics2d)
- Specified by:
paint
in interface org.richfaces.resource.Java2DUserResource
writeState
public void writeState(javax.faces.context.FacesContext context,
DataOutput dataOutput)
throws IOException
- Specified by:
writeState
in interface org.richfaces.resource.StateHolderResource
- Throws:
IOException
readState
public void readState(javax.faces.context.FacesContext context,
DataInput dataInput)
throws IOException
- Specified by:
readState
in interface org.richfaces.resource.StateHolderResource
- Throws:
IOException
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface org.richfaces.resource.StateHolderResource
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.