C# Class SunsetHigh.ListPanel.ScrollBar

Inheritance: SmoothMovingSprite
Afficher le fichier Open project: ErraticUnicorn/MOSH

Méthodes publiques

Méthode Description
ScrollBar ( Panel owner ) : System
ScrollBar ( Panel owner, int width ) : System
adjustHeight ( int rowsOnScreen, int totalRows ) : void
adjustY ( int topRow, int totalRows ) : void
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
setInitParameters ( int startY, int height ) : void
update ( float elapsed ) : void

Method Details

ScrollBar() public méthode

public ScrollBar ( Panel owner ) : System
owner Panel
Résultat System

ScrollBar() public méthode

public ScrollBar ( Panel owner, int width ) : System
owner Panel
width int
Résultat System

adjustHeight() public méthode

public adjustHeight ( int rowsOnScreen, int totalRows ) : void
rowsOnScreen int
totalRows int
Résultat void

adjustY() public méthode

public adjustY ( int topRow, int totalRows ) : void
topRow int
totalRows int
Résultat void

loadContent() public méthode

public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

setInitParameters() public méthode

public setInitParameters ( int startY, int height ) : void
startY int
height int
Résultat void

update() public méthode

public update ( float elapsed ) : void
elapsed float
Résultat void