C# Class Treefrog.Render.Layers.AnnotationRenderLayer

Inheritance: RenderLayer
Mostra file Open project: jaquadro/Treefrog

Public Methods

Method Description
AnnotationRenderLayer ( AnnotationLayerPresenter model ) : System

Protected Methods

Method Description
DisposeManaged ( ) : void
RenderContent ( DrawBatch drawBatch ) : void
RenderContent ( SpriteBatch spriteBatch ) : void

Private Methods

Method Description
AddToAnnotationCache ( Annotation key ) : void
BindAnnotations ( ObservableCollection annotations ) : void
ClearAnnotationCache ( ) : void
HandleAnnotCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
InitializeAnnotationCache ( ) : void
ModelAnnotationsCollectionChanged ( object sender, EventArgs e ) : void
RemoveFromAnnotationCache ( Annotation key ) : void

Method Details

AnnotationRenderLayer() public method

public AnnotationRenderLayer ( AnnotationLayerPresenter model ) : System
model Treefrog.Presentation.Layers.AnnotationLayerPresenter
return System

DisposeManaged() protected method

protected DisposeManaged ( ) : void
return void

RenderContent() protected method

protected RenderContent ( DrawBatch drawBatch ) : void
drawBatch DrawBatch
return void

RenderContent() protected method

protected RenderContent ( SpriteBatch spriteBatch ) : void
spriteBatch SpriteBatch
return void