C# Class Nohal.RleEditor.RleParser.RleParser

Datei anzeigen Open project: nohal/RleEditor Class Usage Examples

Public Properties

Property Type Description
NextId int

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AddLength() public static method

public static AddLength ( string data ) : string
data string
return string

AddTermAndLength() public static method

public static AddTermAndLength ( string data ) : string
data string
return string

ExportSymbolToBitmap() public method

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

GetAreaPlainBoundariesText() public method

public GetAreaPlainBoundariesText ( ) : string
return string

GetAreaSymbolizedBoundariesText() public method

public GetAreaSymbolizedBoundariesText ( ) : string
return string

GetBitmapsText() public method

public GetBitmapsText ( ) : string
return string

GetColorTablesText() public method

public GetColorTablesText ( ) : string
return string

GetLinesText() public method

public GetLinesText ( ) : string
return string

GetPointsPaperChartText() public method

public GetPointsPaperChartText ( ) : string
return string

GetPointsSimplifiedText() public method

public GetPointsSimplifiedText ( ) : string
return string

GetRemarks() public method

public GetRemarks ( ) : string
return string

GetVectorsText() public method

public GetVectorsText ( ) : string
return string

MergeBitmaps() public method

public MergeBitmaps ( string bitmapText ) : void
bitmapText string
return void

MergeVectors() public method

public MergeVectors ( string vectorText ) : void
vectorText string
return void

RleParser() public method

public RleParser ( string rleFilename ) : System
rleFilename string
return System

SaveBitmapsToFile() public method

public SaveBitmapsToFile ( string fileName ) : void
fileName string
return void

SaveColorTableToFile() public method

public SaveColorTableToFile ( string fileName, ColorTable table ) : void
fileName string
table ColorTable
return void

SaveColorTablesToFile() public method

public SaveColorTablesToFile ( string fileName ) : void
fileName string
return void

SaveRleToFile() public method

public SaveRleToFile ( string fileName, string fileHeader ) : void
fileName string
fileHeader string
return void

SaveSymbolToFile() public method

public SaveSymbolToFile ( string fileName, Symbol symbol ) : void
fileName string
symbol Symbol
return void

SaveTextToFile() public method

public SaveTextToFile ( string fileName, string txt ) : void
fileName string
txt string
return void

SaveVectorsToFile() public method

public SaveVectorsToFile ( string fileName ) : void
fileName string
return void

StripLenFromString() public static method

public static StripLenFromString ( string original ) : string
original string
return string

Property Details

NextId public_oe property

public int NextId
return int