Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image
Class ImageContextImpl

java.lang.Object
  |
  +--oracle.cabo.image.ImageContextImpl
All Implemented Interfaces:
ImageContext, StyleContext

public class ImageContextImpl
extends java.lang.Object
implements ImageContext, StyleContext

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

ImageContextImpl

public ImageContextImpl()
Creates a default ImageContextImpl instance().

ImageContextImpl

public ImageContextImpl(LocaleContext localeContext,
                        Agent agent,
                        ErrorLog errorLog,
                        Configuration configuration)
Creates an ImageContextImpl with the specified properties
Method Detail

getAgent

public Agent getAgent()
Implementation of ImageContext.getAgent().
Specified by:
getAgent in interface ImageContext

getLocaleContext

public LocaleContext getLocaleContext()
Implementation of ImageContext.getLocaleContext().
Specified by:
getLocaleContext in interface ImageContext

getErrorLog

public ErrorLog getErrorLog()
Implementation of ImageContext.getErrorLog().
Specified by:
getErrorLog in interface ImageContext

getConfiguration

public Configuration getConfiguration()
Returns a Configuration object that will be used to locate paths and return global properties.
Specified by:
getConfiguration in interface ImageContext

getProperty

public java.lang.Object getProperty(java.lang.String namespace,
                                    java.lang.Object key)
Gets a property stored on the context.
Specified by:
getProperty in interface ImageContext

setProperty

public void setProperty(java.lang.String namespace,
                        java.lang.Object key,
                        java.lang.Object value)
Stores a property on the context.
Specified by:
setProperty in interface ImageContext

getStyleContext

public StyleContext getStyleContext()
Returns a StyleContext that can be used to look up styles while rendering images with this ImageContext.
Specified by:
getStyleContext in interface ImageContext

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.