Library | Package Java Toolkit

Interface DisplayList3D

package com.ptc.pfc.pfcDisplay;

public interface DisplayList3D
  extends com.ptc.pfc.pfcBase.ActionSource,
          com.ptc.pfc.pfcObject.Child



Description

The three-dimensional Display List

To make your 3D graphics permanent create this object and place your graphics calls in its listener.



Method Summary
voidDelete ()
    Deletes the DisplayList3D from the session, so it will no longer update during repaints.
voidDisplay (Transform3D Transform)
    Displays the DisplayList3D using the specified transformation matrix

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Method Detail

Display

voidDisplay (Transform3D Transform)


    Displays the DisplayList3D using the specified transformation matrix

Exceptions thrown (but not limited to):

XToolkitNotExist - The display list is empty.

XToolkitNotFound - The function could not find a display list with the specified identifier.

XToolkitCantOpen - The use of display lists is disabled.

XToolkitAbort - The display was aborted.

XToolkitNotValid - The specified display list is invalid.

XToolkitInvalidItem - There is an invalid item in the display list.


Manual References:
Graphics: Display Lists and Graphics, Graphics: Display Lists and Graphics
Parameters:
Transform
The transformation matrix to be used with the display list
Returns:


Delete

voidDelete ()


    Deletes the DisplayList3D from the session, so it will no longer update during repaints.

Exceptions thrown (but not limited to):

XToolkitNotFound - The function could not find a display list with the specified identifier.


Manual References:
Graphics: Display Lists and Graphics
Returns: