| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| LightSourceInstructions | GetLightInstructions
()
Gets light sources in specified window |
| void | Refit
()
Refit a window |
| void | SetLightInstructions
(LightSourceInstructions LightSourcesInfo)
Sets light sources in specified window |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcWindow.Window |
|---|
| GetHeight, GetWidth, GetXPos, GetYPos, GetGraphicsAreaHeight, GetGraphicsAreaWidth, GetScreenTransform, SetScreenTransform, GetModel, Clear, Repaint, Refresh, Close, Activate, GetId, ExportRasterImage, SetURL, GetURL, GetBrowserSize, SetBrowserSize |
| Method Detail |
|---|
| SetLightInstructions |
|---|
| void | SetLightInstructions | (LightSourceInstructions LightSourcesInfo) |
| Sets light sources in specified window Exceptions thrown (but not limited to): XToolkitCantModify - This type of light is not allowed to be set. (PRO_TK_LIGHT_AMBIENT, PRO_TK_LIGHT_HDRI). XToolkitUnsupported - light_info has more than 5 elements. XToolkitEmpty - The sequence of light sources is empty.
|
| GetLightInstructions |
|---|
| LightSourceInstructions | GetLightInstructions | () |
Gets light sources in specified window
|
| Refit |
|---|
| void | Refit | () |
| Refit a window Exceptions thrown (but not limited to): XToolkitNotFound - Either view or model was not found.
|