public interface RenderContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
LibraryObject |
getLibraryObject()
Gets the LibraryObject to render.
|
String |
getRendererName()
Gets the RendererName.
|
Hashtable |
getRendererOptions()
Gets the RendererOptions.
|
String |
getRendererType()
Gets the RendererType.
|
void |
setLibraryObject(LibraryObject lo)
Sets the LibraryObject to render.
|
void |
setRendererName(String rendererName)
Sets the RendererName.
|
void |
setRendererOptions(Hashtable rendererOptions)
Sets the RendererOptions.
|
void |
setRendererType(String rendererType)
Sets the RendererType.
|
clearLibraryObject getLibraryObject() throws IfsException
IfsExceptionvoid setLibraryObject(LibraryObject lo) throws IfsException
IfsExceptionString getRendererType() throws IfsException
IfsExceptionvoid setRendererType(String rendererType) throws IfsException
IfsExceptionString getRendererName() throws IfsException
IfsExceptionvoid setRendererName(String rendererName) throws IfsException
IfsExceptionHashtable getRendererOptions() throws IfsException
IfsExceptionvoid setRendererOptions(Hashtable rendererOptions) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.