Writing a renderer class

SDM renderers are instances of subclasses of IlvSDMRenderer. Instead of creating an instance of this class, you can write a subclass of the Filter class, IlvFilterSDMRenderer, which is the base class for renderers that modify the style sheet rendering without completely replacing it.
Graph Layout renderers are subclasses of IlvGraphLayoutRenderer . For specific examples, see Using graph layout algorithms.