|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ICanvas | |
---|---|
org.jzy3d.chart | |
org.jzy3d.chart.controllers.mouse.selection | |
org.jzy3d.chart.graphs | |
org.jzy3d.factories | |
org.jzy3d.plot3d.primitives.axes | Provides concrete axes implementing the Axe interface |
org.jzy3d.plot3d.rendering.canvas | |
org.jzy3d.plot3d.rendering.scene | |
org.jzy3d.plot3d.rendering.view | Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. |
org.jzy3d.plot3d.text.overlay |
Uses of ICanvas in org.jzy3d.chart |
---|
Fields in org.jzy3d.chart declared as ICanvas | |
---|---|
protected ICanvas |
Chart.canvas
|
Methods in org.jzy3d.chart that return ICanvas | |
---|---|
ICanvas |
Chart.getCanvas()
|
protected ICanvas |
Chart.initializeCanvas(Scene scene,
Quality quality,
String chartType)
|
Methods in org.jzy3d.chart with parameters of type ICanvas | |
---|---|
protected View |
ChartScene.initializeChartView(Scene scene,
ICanvas canvas,
Quality quality)
|
View |
ChartScene.newView(ICanvas canvas,
Quality quality)
|
Constructors in org.jzy3d.chart with parameters of type ICanvas | |
---|---|
ChartView(Scene scene,
ICanvas canvas,
Quality quality)
|
Uses of ICanvas in org.jzy3d.chart.controllers.mouse.selection |
---|
Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type ICanvas | |
---|---|
protected Renderer2d |
AbstractMouseSelector.initRenderer2d(ICanvas c)
|
Uses of ICanvas in org.jzy3d.chart.graphs |
---|
Constructors in org.jzy3d.chart.graphs with parameters of type ICanvas | |
---|---|
GraphView(Scene scene,
ICanvas canvas,
Quality quality)
|
Uses of ICanvas in org.jzy3d.factories |
---|
Methods in org.jzy3d.factories with parameters of type ICanvas | |
---|---|
View |
ViewFactory.getInstance(Scene scene,
ICanvas canvas,
Quality quality)
|
Uses of ICanvas in org.jzy3d.plot3d.primitives.axes |
---|
Methods in org.jzy3d.plot3d.primitives.axes with parameters of type ICanvas | |
---|---|
void |
AxeBox.setExperimentalTextOverlayRenderer(ICanvas canvas)
Initialize a text renderer that will reference the target canvas for getting its dimensions (in order to convert coordinates from OpenGL2 to Java2d). |
Uses of ICanvas in org.jzy3d.plot3d.rendering.canvas |
---|
Subinterfaces of ICanvas in org.jzy3d.plot3d.rendering.canvas | |
---|---|
interface |
IScreenCanvas
|
Classes in org.jzy3d.plot3d.rendering.canvas that implement ICanvas | |
---|---|
class |
CanvasAWT
A ICanvas embed a Renderer3d for handling GL events,
a mouse and keyboard controllers for setting the viewpoint
(inheriting ViewPointController ), and a Scene storing
the actual Graph and View s. |
class |
CanvasNewt
Experimental Newt canvas. |
class |
CanvasSwing
A CanvasSwing owns an OpenGL Renderer3d
for handling GL events, and link it to the scene's View . |
class |
OffscreenCanvas
|
Uses of ICanvas in org.jzy3d.plot3d.rendering.scene |
---|
Methods in org.jzy3d.plot3d.rendering.scene with parameters of type ICanvas | |
---|---|
View |
Scene.newView(ICanvas canvas,
Quality quality)
Instantiate a View attached to the given Canvas, and return its reference. |
Uses of ICanvas in org.jzy3d.plot3d.rendering.view |
---|
Fields in org.jzy3d.plot3d.rendering.view declared as ICanvas | |
---|---|
protected ICanvas |
View.canvas
|
Methods in org.jzy3d.plot3d.rendering.view that return ICanvas | |
---|---|
ICanvas |
View.getCanvas()
|
Constructors in org.jzy3d.plot3d.rendering.view with parameters of type ICanvas | |
---|---|
SelectableView(Scene scene,
ICanvas canvas,
Quality quality)
|
|
View(Scene scene,
ICanvas canvas,
Quality quality)
Create a view attached to a Scene, with its own Camera and Axe. |
Uses of ICanvas in org.jzy3d.plot3d.text.overlay |
---|
Constructors in org.jzy3d.plot3d.text.overlay with parameters of type ICanvas | |
---|---|
TextOverlay(ICanvas canvas)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |