C# Class gbrainy.Games.Logic.PuzzleLargestArea.Figure

Datei anzeigen Open project: GNOME/gbrainy

Public Methods

Method Description
Area ( ) : double
Draw ( CairoContextEx gr, double x, double y, double size ) : void
GetRandom ( double max ) : double
Initialitze ( List
prevfigures ) : void

Method Details

Area() public abstract method

public abstract Area ( ) : double
return double

Draw() public abstract method

public abstract Draw ( CairoContextEx gr, double x, double y, double size ) : void
gr gbrainy.Core.Main.CairoContextEx
x double
y double
size double
return void

GetRandom() public method

public GetRandom ( double max ) : double
max double
return double

Initialitze() public abstract method

public abstract Initialitze ( List
prevfigures ) : void
prevfigures List
return void