C# Class EsotericIDE.Hexagony.Memory

Mostrar archivo Open project: Timwi/EsotericIDE

Private Properties

Property Type Description

Public Methods

Method Description
Annotate ( string annotation ) : void
DrawBitmap ( HexagonySettings settings, Font defaultValueFont, Font defaultAnnotationFont ) : Bitmap
Get ( ) : System.Numerics.BigInteger
GetCurrentAnnotation ( ) : string
GetLeft ( ) : System.Numerics.BigInteger
GetRight ( ) : System.Numerics.BigInteger
Memory ( string>.Dictionary annotations ) : System
MoveLeft ( ) : void
MoveRight ( ) : void
Reverse ( ) : void
Set ( System.Numerics.BigInteger value ) : void
SetAnnotations ( string>.Dictionary annotations ) : void

Method Details

Annotate() public method

public Annotate ( string annotation ) : void
annotation string
return void

DrawBitmap() public method

public DrawBitmap ( HexagonySettings settings, Font defaultValueFont, Font defaultAnnotationFont ) : Bitmap
settings HexagonySettings
defaultValueFont System.Drawing.Font
defaultAnnotationFont System.Drawing.Font
return System.Drawing.Bitmap

Get() public method

public Get ( ) : System.Numerics.BigInteger
return System.Numerics.BigInteger

GetCurrentAnnotation() public method

public GetCurrentAnnotation ( ) : string
return string

GetLeft() public method

public GetLeft ( ) : System.Numerics.BigInteger
return System.Numerics.BigInteger

GetRight() public method

public GetRight ( ) : System.Numerics.BigInteger
return System.Numerics.BigInteger

Memory() public method

public Memory ( string>.Dictionary annotations ) : System
annotations string>.Dictionary
return System

MoveLeft() public method

public MoveLeft ( ) : void
return void

MoveRight() public method

public MoveRight ( ) : void
return void

Reverse() public method

public Reverse ( ) : void
return void

Set() public method

public Set ( System.Numerics.BigInteger value ) : void
value System.Numerics.BigInteger
return void

SetAnnotations() public method

public SetAnnotations ( string>.Dictionary annotations ) : void
annotations string>.Dictionary
return void