C# 클래스 LayoutFarm.dbugVisualLayoutTracer

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ShouldBreak ( ) : void

메소드 상세

BeginNewContext() 공개 메소드

public BeginNewContext ( ) : void
리턴 void

EndCurrentContext() 공개 메소드

public EndCurrentContext ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

PeekElement() 공개 메소드

public PeekElement ( ) : object
리턴 object

PopLayerElement() 공개 메소드

public PopLayerElement ( ) : void
리턴 void

PopVisualElement() 공개 메소드

public PopVisualElement ( ) : void
리턴 void

PushLayerElement() 공개 메소드

public PushLayerElement ( RenderElementLayer layer ) : void
layer LayoutFarm.RenderBoxes.RenderElementLayer
리턴 void

PushVisualElement() 공개 메소드

public PushVisualElement ( RenderElement v ) : void
v RenderElement
리턴 void

Start() 공개 메소드

public Start ( StreamWriter strmWriter ) : void
strmWriter System.IO.StreamWriter
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteInfo() 공개 메소드

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

WriteInfo() 공개 메소드

public WriteInfo ( string info ) : void
info string
리턴 void

WriteInfo() 공개 메소드

public WriteInfo ( string info, RenderElement v ) : void
info string
v RenderElement
리턴 void

WriteInfo() 공개 메소드

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

dbugVisualLayoutTracer() 공개 메소드

public dbugVisualLayoutTracer ( RootGraphic visualroot ) : System
visualroot RootGraphic
리턴 System