Uses of Class
org.evoludo.graphics.AbstractGraph.MyContext2d
Packages that use AbstractGraph.MyContext2d
-
Uses of AbstractGraph.MyContext2d in org.evoludo.graphics
Fields in org.evoludo.graphics declared as AbstractGraph.MyContext2dModifier and TypeFieldDescriptionprotected AbstractGraph.MyContext2d
AbstractGraph.g
Handle to the graphical context for drawing on the canvas.Methods in org.evoludo.graphics with parameters of type AbstractGraph.MyContext2dModifier and TypeMethodDescriptionabstract void
AbstractGraph.export
(AbstractGraph.MyContext2d ctx) Export the graphical contextctx
.void
HistoGraph.export
(AbstractGraph.MyContext2d ctx) void
LineGraph.export
(AbstractGraph.MyContext2d ctx) void
ParaGraph.export
(AbstractGraph.MyContext2d ctx) void
PopGraph2D.export
(AbstractGraph.MyContext2d ctx) void
PopGraph3D.export
(AbstractGraph.MyContext2d ctx) void
S3Graph.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 void
AbstractView.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.MyContext2d
NativeJS.createSVGContext
(int width, int height) JSNI method: Create a SVG context for exporting the view.