|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.image.ImageContextImpl
Implementation of ImageContext.
Constructor Summary | |
ImageContextImpl()
Creates a default ImageContextImpl instance(). |
|
ImageContextImpl(LocaleContext localeContext,
Agent agent,
ErrorLog errorLog,
Configuration configuration)
Creates an ImageContextImpl with the specified properties |
Method Summary | |
Agent |
getAgent()
Implementation of ImageContext.getAgent(). |
Configuration |
getConfiguration()
Returns a Configuration object that will be used to locate paths and return global properties. |
ErrorLog |
getErrorLog()
Implementation of ImageContext.getErrorLog(). |
LocaleContext |
getLocaleContext()
Implementation of ImageContext.getLocaleContext(). |
java.lang.Object |
getProperty(java.lang.String namespace,
java.lang.Object key)
Gets a property stored on the context. |
StyleContext |
getStyleContext()
Returns a StyleContext that can be used to look up styles while rendering images with this ImageContext. |
void |
setProperty(java.lang.String namespace,
java.lang.Object key,
java.lang.Object value)
Stores a property on the context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageContextImpl()
public ImageContextImpl(LocaleContext localeContext, Agent agent, ErrorLog errorLog, Configuration configuration)
Method Detail |
public Agent getAgent()
getAgent
in interface ImageContext
public LocaleContext getLocaleContext()
getLocaleContext
in interface ImageContext
public ErrorLog getErrorLog()
getErrorLog
in interface ImageContext
public Configuration getConfiguration()
getConfiguration
in interface ImageContext
public java.lang.Object getProperty(java.lang.String namespace, java.lang.Object key)
getProperty
in interface ImageContext
public void setProperty(java.lang.String namespace, java.lang.Object key, java.lang.Object value)
setProperty
in interface ImageContext
public StyleContext getStyleContext()
getStyleContext
in interface ImageContext
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |