C# Class GenArt.AST.DnaPolygon

Afficher le fichier Open project: MattLloyd101/EvoLisa Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : DnaPolygon
Clone ( ) : DnaShape
DnaPolygon ( Tools tool ) : System
Init ( ) : void
Mutate ( DnaDrawing drawing ) : void
Render ( Graphics g, int scale ) : void
maxX ( ) : int
maxY ( ) : int
toXML ( ) : String

Private Methods

Méthode Description
AddPoint ( DnaDrawing drawing ) : void
RemovePoint ( DnaDrawing drawing ) : void

Method Details

Clone() public méthode

public Clone ( ) : DnaPolygon
Résultat DnaPolygon

Clone() public méthode

public Clone ( ) : DnaShape
Résultat DnaShape

DnaPolygon() public méthode

public DnaPolygon ( Tools tool ) : System
tool Tools
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void

Mutate() public méthode

public Mutate ( DnaDrawing drawing ) : void
drawing DnaDrawing
Résultat void

Render() public méthode

public Render ( Graphics g, int scale ) : void
g Graphics
scale int
Résultat void

maxX() public méthode

public maxX ( ) : int
Résultat int

maxY() public méthode

public maxY ( ) : int
Résultat int

toXML() public méthode

public toXML ( ) : String
Résultat String