org.jboss.seam.ui.graphicImage
public abstract class UITransformImageSize extends javax.faces.component.UIComponentBase implements ImageTransform
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
FAMILY
Constructor and Description |
---|
UITransformImageSize() |
Modifier and Type | Method and Description |
---|---|
void |
applyTransform(Image image) |
abstract Double |
getFactor() |
abstract Integer |
getHeight() |
abstract Integer |
getWidth() |
abstract boolean |
isMaintainRatio() |
abstract void |
setFactor(Double factor) |
abstract void |
setHeight(Integer height) |
abstract void |
setMaintainRatio(boolean maintainRatio) |
abstract void |
setWidth(Integer width) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public void applyTransform(Image image) throws IOException
applyTransform
in interface ImageTransform
IOException
public abstract boolean isMaintainRatio()
public abstract void setMaintainRatio(boolean maintainRatio)
public abstract Integer getWidth()
public abstract void setWidth(Integer width)
public abstract Integer getHeight()
public abstract void setHeight(Integer height)
public abstract Double getFactor()
public abstract void setFactor(Double factor)
Copyright © 2015 Seam Framework. All Rights Reserved.