C# Class LayoutFarm.dbugVisualLayoutTracer

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
BeginNewContext ( ) : void
EndCurrentContext ( ) : void
Flush ( ) : void
PeekElement ( ) : object
PopLayerElement ( ) : void
PopVisualElement ( ) : void
PushLayerElement ( RenderElementLayer layer ) : void
PushVisualElement ( RenderElement v ) : void
Start ( StreamWriter strmWriter ) : void
Stop ( ) : void
ToString ( ) : string
WriteInfo ( RenderElement v, string info, string indentPrefix, string indentPostfix ) : void
WriteInfo ( string info ) : void
WriteInfo ( string info, RenderElement v ) : void
WriteInfo ( string info, RenderElementLayer layer ) : void
dbugVisualLayoutTracer ( RootGraphic visualroot ) : System

Private Methods

Method Description
ShouldBreak ( ) : void

Method Details

BeginNewContext() public method

public BeginNewContext ( ) : void
return void

EndCurrentContext() public method

public EndCurrentContext ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

PeekElement() public method

public PeekElement ( ) : object
return object

PopLayerElement() public method

public PopLayerElement ( ) : void
return void

PopVisualElement() public method

public PopVisualElement ( ) : void
return void

PushLayerElement() public method

public PushLayerElement ( RenderElementLayer layer ) : void
layer LayoutFarm.RenderBoxes.RenderElementLayer
return void

PushVisualElement() public method

public PushVisualElement ( RenderElement v ) : void
v RenderElement
return void

Start() public method

public Start ( StreamWriter strmWriter ) : void
strmWriter System.IO.StreamWriter
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

WriteInfo() public method

public WriteInfo ( RenderElement v, string info, string indentPrefix, string indentPostfix ) : void
v RenderElement
info string
indentPrefix string
indentPostfix string
return void

WriteInfo() public method

public WriteInfo ( string info ) : void
info string
return void

WriteInfo() public method

public WriteInfo ( string info, RenderElement v ) : void
info string
v RenderElement
return void

WriteInfo() public method

public WriteInfo ( string info, RenderElementLayer layer ) : void
info string
layer LayoutFarm.RenderBoxes.RenderElementLayer
return void

dbugVisualLayoutTracer() public method

public dbugVisualLayoutTracer ( RootGraphic visualroot ) : System
visualroot RootGraphic
return System