C# Class GenArt.AST.DnaPolygon

ファイルを表示 Open project: MattLloyd101/EvoLisa Class Usage Examples

Public Methods

Method 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

Method Description
AddPoint ( DnaDrawing drawing ) : void
RemovePoint ( DnaDrawing drawing ) : void

Method Details

Clone() public method

public Clone ( ) : DnaPolygon
return DnaPolygon

Clone() public method

public Clone ( ) : DnaShape
return DnaShape

DnaPolygon() public method

public DnaPolygon ( Tools tool ) : System
tool Tools
return System

Init() public method

public Init ( ) : void
return void

Mutate() public method

public Mutate ( DnaDrawing drawing ) : void
drawing DnaDrawing
return void

Render() public method

public Render ( Graphics g, int scale ) : void
g Graphics
scale int
return void

maxX() public method

public maxX ( ) : int
return int

maxY() public method

public maxY ( ) : int
return int

toXML() public method

public toXML ( ) : String
return String