C# Class Nohal.RleEditor.RleParser.RleParser

Afficher le fichier Open project: nohal/RleEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
NextId int

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static AddLength ( string data ) : string
data string
Résultat string

AddTermAndLength() public static méthode

public static AddTermAndLength ( string data ) : string
data string
Résultat string

ExportSymbolToBitmap() public méthode

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

GetAreaPlainBoundariesText() public méthode

public GetAreaPlainBoundariesText ( ) : string
Résultat string

GetAreaSymbolizedBoundariesText() public méthode

public GetAreaSymbolizedBoundariesText ( ) : string
Résultat string

GetBitmapsText() public méthode

public GetBitmapsText ( ) : string
Résultat string

GetColorTablesText() public méthode

public GetColorTablesText ( ) : string
Résultat string

GetLinesText() public méthode

public GetLinesText ( ) : string
Résultat string

GetPointsPaperChartText() public méthode

public GetPointsPaperChartText ( ) : string
Résultat string

GetPointsSimplifiedText() public méthode

public GetPointsSimplifiedText ( ) : string
Résultat string

GetRemarks() public méthode

public GetRemarks ( ) : string
Résultat string

GetVectorsText() public méthode

public GetVectorsText ( ) : string
Résultat string

MergeBitmaps() public méthode

public MergeBitmaps ( string bitmapText ) : void
bitmapText string
Résultat void

MergeVectors() public méthode

public MergeVectors ( string vectorText ) : void
vectorText string
Résultat void

RleParser() public méthode

public RleParser ( string rleFilename ) : System
rleFilename string
Résultat System

SaveBitmapsToFile() public méthode

public SaveBitmapsToFile ( string fileName ) : void
fileName string
Résultat void

SaveColorTableToFile() public méthode

public SaveColorTableToFile ( string fileName, ColorTable table ) : void
fileName string
table ColorTable
Résultat void

SaveColorTablesToFile() public méthode

public SaveColorTablesToFile ( string fileName ) : void
fileName string
Résultat void

SaveRleToFile() public méthode

public SaveRleToFile ( string fileName, string fileHeader ) : void
fileName string
fileHeader string
Résultat void

SaveSymbolToFile() public méthode

public SaveSymbolToFile ( string fileName, Symbol symbol ) : void
fileName string
symbol Symbol
Résultat void

SaveTextToFile() public méthode

public SaveTextToFile ( string fileName, string txt ) : void
fileName string
txt string
Résultat void

SaveVectorsToFile() public méthode

public SaveVectorsToFile ( string fileName ) : void
fileName string
Résultat void

StripLenFromString() public static méthode

public static StripLenFromString ( string original ) : string
original string
Résultat string

Property Details

NextId public_oe property

public int NextId
Résultat int