Packagecom.esri.ags.components.supportClasses
Interfacepublic interface IGraphicRenderer
Implementors PopUpRenderer

Since : ArcGIS API for Flex 2.0

Interface that an info window renderer instance might implement to get a reference to a graphic. If an info window renderer factory is associated with a graphic, then on a mouse up event on this graphic, the info window renderer instance is check to see if it is an implementation of this interface and the graphic setter operation is invoked on it.



Public Properties
 PropertyDefined By
  graphic : Graphic
[write-only] The associated Graphic.
IGraphicRenderer
Property Detail
graphicproperty
graphic:Graphic  [write-only]

The associated Graphic.


Implementation
    public function set graphic(value:Graphic):void