C# 클래스 EsotericIDE.Hexagony.Memory

파일 보기 프로젝트 열기: Timwi/EsotericIDE

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

Annotate() 공개 메소드

public Annotate ( string annotation ) : void
annotation string
리턴 void

DrawBitmap() 공개 메소드

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

Get() 공개 메소드

public Get ( ) : System.Numerics.BigInteger
리턴 System.Numerics.BigInteger

GetCurrentAnnotation() 공개 메소드

public GetCurrentAnnotation ( ) : string
리턴 string

GetLeft() 공개 메소드

public GetLeft ( ) : System.Numerics.BigInteger
리턴 System.Numerics.BigInteger

GetRight() 공개 메소드

public GetRight ( ) : System.Numerics.BigInteger
리턴 System.Numerics.BigInteger

Memory() 공개 메소드

public Memory ( string>.Dictionary annotations ) : System
annotations string>.Dictionary
리턴 System

MoveLeft() 공개 메소드

public MoveLeft ( ) : void
리턴 void

MoveRight() 공개 메소드

public MoveRight ( ) : void
리턴 void

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

Set() 공개 메소드

public Set ( System.Numerics.BigInteger value ) : void
value System.Numerics.BigInteger
리턴 void

SetAnnotations() 공개 메소드

public SetAnnotations ( string>.Dictionary annotations ) : void
annotations string>.Dictionary
리턴 void