C# Class LynnaLab.ObjectData

Inheritance: Data
Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Méthodes publiques

Свойство Type Description
objectValueReferences List>

Méthodes publiques

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

Private Methods

Méthode Description
Elongate ( ) : void
IsShortenable ( ) : bool
IsShortened ( ) : bool
Shorten ( ) : void

Method Details

GetColor() public méthode

public GetColor ( ) : Color
Résultat Color

GetNumValues() public méthode

public GetNumValues ( ) : int
Résultat int

GetObjectType() public méthode

public GetObjectType ( ) : ObjectType
Résultat ObjectType

GetPointedObjectGroup() public méthode

public GetPointedObjectGroup ( ) : ObjectGroup
Résultat ObjectGroup

GetString() public méthode

public GetString ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( int i ) : string
i int
Résultat string

GetX() public méthode

public GetX ( ) : int
Résultat int

GetY() public méthode

public GetY ( ) : int
Résultat int

HasShortenedXY() public méthode

public HasShortenedXY ( ) : bool
Résultat bool

HasXY() public méthode

public HasXY ( ) : bool
Résultat bool

ObjectData() public méthode

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
Résultat System

SetValue() public méthode

public SetValue ( int i, string value ) : void
i int
value string
Résultat void

SetX() public méthode

public SetX ( int n ) : void
n int
Résultat void

SetY() public méthode

public SetY ( int n ) : void
n int
Résultat void

Property Details

objectValueReferences public_oe static_oe property

public static List> objectValueReferences
Résultat List>