com.ptc.core.ca.web.client.element
Class WebDrawHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.web.client.element.WebDrawHandler
All Implemented Interfaces:
CoDrawHandler

Deprecated.

@Deprecated
public abstract class WebDrawHandler
extends CoElementHandler
implements CoDrawHandler

The class all web specific draw handlers extend.

Supported API: true

Extendable: false


Method Summary
 void draw(CoElement element, CoEnvData envData)
          Deprecated. The method repsonsible for the drawing of the element.
protected abstract  void draw(CoElement element, WebEnvData envData)
          Deprecated. The method repsonsible for the drawing of the element.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

draw

public final void draw(CoElement element,
                       CoEnvData envData)
                throws WTException
Deprecated. 
The method repsonsible for the drawing of the element. Delegates to the other draw method.

Supported API: true

Specified by:
draw in interface CoDrawHandler
Parameters:
element -
envData -
Throws:
WTException

draw

protected abstract void draw(CoElement element,
                             WebEnvData envData)
                      throws WTException
Deprecated. 
The method repsonsible for the drawing of the element.

Supported API: true

Parameters:
element -
envData -
Throws:
WTException