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.
|
clear
LibraryObject getLibraryObject() throws IfsException
IfsException
void setLibraryObject(LibraryObject lo) throws IfsException
IfsException
String getRendererType() throws IfsException
IfsException
void setRendererType(String rendererType) throws IfsException
IfsException
String getRendererName() throws IfsException
IfsException
void setRendererName(String rendererName) throws IfsException
IfsException
Hashtable getRendererOptions() throws IfsException
IfsException
void setRendererOptions(Hashtable rendererOptions) throws IfsException
IfsException
Copyright © 2023. All rights reserved.