Library | Package Java Toolkit

Interface DisplayList2D

package com.ptc.pfc.pfcDisplay;

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



Description

The two-dimensional Display List

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



Method Summary
voidDelete ()
    Deletes the DisplayList2D from the session, causing not to update with further repaints.
voidDisplay (ScreenTransform Transform)
    Forces the display of the DisplayList2D 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 (ScreenTransform Transform)


    Forces the display of the DisplayList2D 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 DisplayList2D from the session, causing not to update with further 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, Graphics: Display Lists and Graphics
Returns: