C# 클래스 Nohal.RleEditor.RleParser.RleParser

파일 보기 프로젝트 열기: nohal/RleEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NextId int

공개 메소드들

메소드 설명
AddLength ( string data ) : string
AddTermAndLength ( string data ) : string
ExportSymbolToBitmap ( string fileName, Symbol symbol, ImageFormat imageFormat ) : void
GetAreaPlainBoundariesText ( ) : string
GetAreaSymbolizedBoundariesText ( ) : string
GetBitmapsText ( ) : string
GetColorTablesText ( ) : string
GetLinesText ( ) : string
GetPointsPaperChartText ( ) : string
GetPointsSimplifiedText ( ) : string
GetRemarks ( ) : string
GetVectorsText ( ) : string
MergeBitmaps ( string bitmapText ) : void
MergeVectors ( string vectorText ) : void
RleParser ( string rleFilename ) : System
SaveBitmapsToFile ( string fileName ) : void
SaveColorTableToFile ( string fileName, ColorTable table ) : void
SaveColorTablesToFile ( string fileName ) : void
SaveRleToFile ( string fileName, string fileHeader ) : void
SaveSymbolToFile ( string fileName, Symbol symbol ) : void
SaveTextToFile ( string fileName, string txt ) : void
SaveVectorsToFile ( string fileName ) : void
StripLenFromString ( string original ) : string

비공개 메소드들

메소드 설명
IsBitmap ( string component ) : bool
IsBitmapPattern ( string component ) : bool
IsBitmapSymbol ( string component ) : bool
IsColorTable ( string component ) : bool
IsLines ( string component ) : bool
IsPaperChart ( string component ) : bool
IsPlainBoundaries ( string component ) : bool
IsSimplified ( string component ) : bool
IsSymbolizedBoundaries ( string component ) : bool
IsVector ( string component ) : bool
IsVectorLine ( string component ) : bool
IsVectorPattern ( string component ) : bool
IsVectorSymbol ( string component ) : bool

메소드 상세

AddLength() 공개 정적인 메소드

public static AddLength ( string data ) : string
data string
리턴 string

AddTermAndLength() 공개 정적인 메소드

public static AddTermAndLength ( string data ) : string
data string
리턴 string

ExportSymbolToBitmap() 공개 메소드

public ExportSymbolToBitmap ( string fileName, Symbol symbol, ImageFormat imageFormat ) : void
fileName string
symbol Symbol
imageFormat System.Drawing.Imaging.ImageFormat
리턴 void

GetAreaPlainBoundariesText() 공개 메소드

public GetAreaPlainBoundariesText ( ) : string
리턴 string

GetAreaSymbolizedBoundariesText() 공개 메소드

public GetAreaSymbolizedBoundariesText ( ) : string
리턴 string

GetBitmapsText() 공개 메소드

public GetBitmapsText ( ) : string
리턴 string

GetColorTablesText() 공개 메소드

public GetColorTablesText ( ) : string
리턴 string

GetLinesText() 공개 메소드

public GetLinesText ( ) : string
리턴 string

GetPointsPaperChartText() 공개 메소드

public GetPointsPaperChartText ( ) : string
리턴 string

GetPointsSimplifiedText() 공개 메소드

public GetPointsSimplifiedText ( ) : string
리턴 string

GetRemarks() 공개 메소드

public GetRemarks ( ) : string
리턴 string

GetVectorsText() 공개 메소드

public GetVectorsText ( ) : string
리턴 string

MergeBitmaps() 공개 메소드

public MergeBitmaps ( string bitmapText ) : void
bitmapText string
리턴 void

MergeVectors() 공개 메소드

public MergeVectors ( string vectorText ) : void
vectorText string
리턴 void

RleParser() 공개 메소드

public RleParser ( string rleFilename ) : System
rleFilename string
리턴 System

SaveBitmapsToFile() 공개 메소드

public SaveBitmapsToFile ( string fileName ) : void
fileName string
리턴 void

SaveColorTableToFile() 공개 메소드

public SaveColorTableToFile ( string fileName, ColorTable table ) : void
fileName string
table ColorTable
리턴 void

SaveColorTablesToFile() 공개 메소드

public SaveColorTablesToFile ( string fileName ) : void
fileName string
리턴 void

SaveRleToFile() 공개 메소드

public SaveRleToFile ( string fileName, string fileHeader ) : void
fileName string
fileHeader string
리턴 void

SaveSymbolToFile() 공개 메소드

public SaveSymbolToFile ( string fileName, Symbol symbol ) : void
fileName string
symbol Symbol
리턴 void

SaveTextToFile() 공개 메소드

public SaveTextToFile ( string fileName, string txt ) : void
fileName string
txt string
리턴 void

SaveVectorsToFile() 공개 메소드

public SaveVectorsToFile ( string fileName ) : void
fileName string
리턴 void

StripLenFromString() 공개 정적인 메소드

public static StripLenFromString ( string original ) : string
original string
리턴 string

프로퍼티 상세

NextId 공개적으로 프로퍼티

public int NextId
리턴 int