org.richfaces.renderkit.html.images
Class BaseControlBackgroundImage

java.lang.Object
  extended by org.richfaces.resource.AbstractJava2DUserResource
      extended by org.richfaces.renderkit.html.BaseGradient
          extended by org.richfaces.renderkit.html.images.BaseControlBackgroundImage
All Implemented Interfaces:
org.richfaces.resource.Java2DUserResource, org.richfaces.resource.StateHolderResource
Direct Known Subclasses:
ButtonBackgroundImage, ButtonDisabledBackgroundImage, ButtonHoverBackgroundImage, InputBackgroundImage, StandardButtonBgImage, StandardButtonPressedBgImage

public abstract class BaseControlBackgroundImage
extends BaseGradient

Created 23.02.2008

Since:
3.2
Author:
Nick Belaevski

Field Summary
 
Fields inherited from class org.richfaces.renderkit.html.BaseGradient
gradientType, headerBackgroundColor, headerGradientColor
 
Constructor Summary
BaseControlBackgroundImage()
           
BaseControlBackgroundImage(String baseColor, String gradientColor, int width)
           
 
Method Summary
protected  void initializeProperties(javax.faces.context.FacesContext context, org.richfaces.skin.Skin skin)
           
 
Methods inherited from class org.richfaces.renderkit.html.BaseGradient
drawGradient, getBaseColor, getDimension, getGradientColor, getGradientHeight, getHeight, getSafeGradientHeight, getSafeHeight, getSafeWidth, getWidth, initialize, isHorizontal, isTransient, paint, paintGradient, readIntegerParameter, readIntegerParameterAsShort, readState, setBaseColorParam, setGradientColorParam, setGradientHeight, setGradientType, setHeight, setHorizontal, setWidth, writeIntegerParameter, writeIntegerParameterAsShort, writeState
 
Methods inherited from class org.richfaces.resource.AbstractJava2DUserResource
getImageType, getLastModified, getResponseHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseControlBackgroundImage

public BaseControlBackgroundImage()

BaseControlBackgroundImage

public BaseControlBackgroundImage(String baseColor,
                                  String gradientColor,
                                  int width)
Method Detail

initializeProperties

protected void initializeProperties(javax.faces.context.FacesContext context,
                                    org.richfaces.skin.Skin skin)
Overrides:
initializeProperties in class BaseGradient


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