com.ptc.core.ca.co.client.element
Interface CoDrawHandler

All Known Implementing Classes:
CoDrawController, SupplierDrawController, WebDrawHandler

Deprecated.

@Deprecated
public interface CoDrawHandler

When conceptual element requires custom drawing, a draw handler can be specified in the configuration specification for the element. It can take advantage of the default_init() or default_draw methods if wants to.

Supported API: true

Extendable: false


Method Summary
 void draw(CoElement element, CoEnvData envData)
          Deprecated. The method repsonsible for the drawing of the element.
 

Method Detail

draw

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

Supported API: true

Parameters:
element -
envData -
Throws:
WTException