Library | Package Java Toolkit

Interface DisplayListener

package com.ptc.pfc.pfcDisplay;

public interface DisplayListener
  extends com.ptc.pfc.pfcBase.ActionListener



Description

The Listener that is responsible for drawing the Displaylists on screen

This is the user display function that gets called when you create a display list.



Method Summary
voidOnDisplay (Display Display)
    This method is called when a DisplayList2D and DisplayList3D needs to be repainted by Creo Parametric

Method Detail

OnDisplay

voidOnDisplay (Display Display)


    This method is called when a DisplayList2D and DisplayList3D needs to be repainted by Creo Parametric

This method must be supplied by the developer.
Manual References:
Graphics: Display Lists and Graphics
Parameters:
Display
The current display object, used to call graphics related methods.
Returns: