C# 클래스 LynnaLab.ObjectData

상속: Data
파일 보기 프로젝트 열기: Drenn1/LynnaLab 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
objectValueReferences List>

공개 메소드들

메소드 설명
GetColor ( ) : Color
GetNumValues ( ) : int
GetObjectType ( ) : ObjectType
GetPointedObjectGroup ( ) : ObjectGroup
GetString ( ) : string
GetValue ( int i ) : string
GetX ( ) : int
GetY ( ) : int
HasShortenedXY ( ) : bool
HasXY ( ) : bool
ObjectData ( Project p, string command, IEnumerable values, FileParser parser, IList spacing, ObjectType type ) : System
SetValue ( int i, string value ) : void
SetX ( int n ) : void
SetY ( int n ) : void

비공개 메소드들

메소드 설명
Elongate ( ) : void
IsShortenable ( ) : bool
IsShortened ( ) : bool
Shorten ( ) : void

메소드 상세

GetColor() 공개 메소드

public GetColor ( ) : Color
리턴 Color

GetNumValues() 공개 메소드

public GetNumValues ( ) : int
리턴 int

GetObjectType() 공개 메소드

public GetObjectType ( ) : ObjectType
리턴 ObjectType

GetPointedObjectGroup() 공개 메소드

public GetPointedObjectGroup ( ) : ObjectGroup
리턴 ObjectGroup

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

GetValue() 공개 메소드

public GetValue ( int i ) : string
i int
리턴 string

GetX() 공개 메소드

public GetX ( ) : int
리턴 int

GetY() 공개 메소드

public GetY ( ) : int
리턴 int

HasShortenedXY() 공개 메소드

public HasShortenedXY ( ) : bool
리턴 bool

HasXY() 공개 메소드

public HasXY ( ) : bool
리턴 bool

ObjectData() 공개 메소드

public ObjectData ( Project p, string command, IEnumerable values, FileParser parser, IList spacing, ObjectType type ) : System
p Project
command string
values IEnumerable
parser FileParser
spacing IList
type ObjectType
리턴 System

SetValue() 공개 메소드

public SetValue ( int i, string value ) : void
i int
value string
리턴 void

SetX() 공개 메소드

public SetX ( int n ) : void
n int
리턴 void

SetY() 공개 메소드

public SetY ( int n ) : void
n int
리턴 void

프로퍼티 상세

objectValueReferences 공개적으로 정적으로 프로퍼티

public static List> objectValueReferences
리턴 List>