Uses of Class
org.evoludo.graphics.AbstractGraph.MyContext2d
Packages that use AbstractGraph.MyContext2d
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
Utility classes and functions.
-
Uses of AbstractGraph.MyContext2d in org.evoludo.graphics
Fields in org.evoludo.graphics declared as AbstractGraph.MyContext2dModifier and TypeFieldDescriptionprotected AbstractGraph.MyContext2dAbstractGraph.gHandle to the graphical context for drawing on the canvas.Methods in org.evoludo.graphics with parameters of type AbstractGraph.MyContext2dModifier and TypeMethodDescriptionabstract voidAbstractGraph.export(AbstractGraph.MyContext2d ctx) Export the graphical contextctx.voidHistoGraph.export(AbstractGraph.MyContext2d ctx) voidLineGraph.export(AbstractGraph.MyContext2d ctx) voidParaGraph.export(AbstractGraph.MyContext2d ctx) voidPopGraph2D.export(AbstractGraph.MyContext2d ctx) voidPopGraph3D.export(AbstractGraph.MyContext2d ctx) voidS3Graph.export(AbstractGraph.MyContext2d ctx) -
Uses of AbstractGraph.MyContext2d in org.evoludo.simulator.views
Methods in org.evoludo.simulator.views with parameters of type AbstractGraph.MyContext2dModifier and TypeMethodDescriptionprotected voidAbstractView.export(AbstractGraph.MyContext2d ctx, int scale) Export each graph in this view. -
Uses of AbstractGraph.MyContext2d in org.evoludo.util
Methods in org.evoludo.util that return AbstractGraph.MyContext2dModifier and TypeMethodDescriptionstatic AbstractGraph.MyContext2dNativeJS.createSVGContext(int width, int height) JSNI method: Create a SVG context for exporting the view.