C# Class olexlib.DataSource

Afficher le fichier Open project: olexs/ksp_graphotron

Méthodes publiques

Свойство Type Description
color Color
data LinkedList
group string
isActive bool
name string

Protected Properties

Свойство Type Description
graphColors UnityEngine.Color[]
nextColor int

Méthodes publiques

Méthode Description
clearData ( ) : void
fetchData ( ) : void
getMaxValue ( ) : float
getMinValue ( ) : float
setActive ( bool active ) : void
setNextColor ( ) : void
trimData ( int dataPoints ) : void

Method Details

clearData() public méthode

public clearData ( ) : void
Résultat void

fetchData() public abstract méthode

public abstract fetchData ( ) : void
Résultat void

getMaxValue() public méthode

public getMaxValue ( ) : float
Résultat float

getMinValue() public méthode

public getMinValue ( ) : float
Résultat float

setActive() public méthode

public setActive ( bool active ) : void
active bool
Résultat void

setNextColor() public méthode

public setNextColor ( ) : void
Résultat void

trimData() public méthode

public trimData ( int dataPoints ) : void
dataPoints int
Résultat void

Property Details

color public_oe property

public Color color
Résultat Color

data public_oe property

public LinkedList data
Résultat LinkedList

graphColors protected_oe static_oe property

protected static Color[],UnityEngine graphColors
Résultat UnityEngine.Color[]

group public_oe property

public string group
Résultat string

isActive public_oe property

public bool isActive
Résultat bool

name public_oe property

public string name
Résultat string

nextColor protected_oe static_oe property

protected static int nextColor
Résultat int