All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static Chart |
chart(Quality quality,
IChartComponentFactory.Toolkit toolkit) |
protected Dimension |
getCanvasDimension(String windowingToolkit) |
IChartComponentFactory |
getFactory()
usefull to override the current factory to call, especially for FactoryOverrider
that must be used as this instead of its wrapped delegate factory
|
IChartComponentFactory.Toolkit |
getToolkit(String windowingToolkit) |
IAxe |
newAxe(BoundingBox3d box,
View view) |
IBoundingPolicy |
newBoundingPolicy() |
Camera |
newCamera(Coord3d center) |
CameraThreadController |
newCameraThreadController(Chart chart) |
ICanvas |
newCanvas(IChartComponentFactory factory,
Scene scene,
Quality quality,
String windowingToolkit,
com.jogamp.opengl.GLCapabilities capabilities) |
ICanvas |
newCanvas(Scene scene,
Quality quality,
String windowingToolkit,
com.jogamp.opengl.GLCapabilities capabilities) |
protected ICanvas |
newCanvasAWT(IChartComponentFactory chartComponentFactory,
Scene scene,
Quality quality,
com.jogamp.opengl.GLCapabilities capabilities,
boolean traceGL,
boolean debugGL) |
protected ICanvas |
newCanvasSwing(IChartComponentFactory chartComponentFactory,
Scene scene,
Quality quality,
com.jogamp.opengl.GLCapabilities capabilities,
boolean traceGL,
boolean debugGL) |
Chart |
newChart(IChartComponentFactory factory,
Quality quality,
String toolkit) |
Chart |
newChart(Quality quality,
IChartComponentFactory.Toolkit toolkit) |
Chart |
newChart(Quality quality,
String toolkit) |
IFrame |
newFrame(Chart chart) |
IFrame |
newFrame(Chart chart,
Rectangle bounds,
String title)
Use reflexion to access AWT dependant classes.
|
protected IFrame |
newFrameAWT(Chart chart,
Rectangle bounds,
String title,
String message) |
protected IFrame |
newFrameSwing(Chart chart,
Rectangle bounds,
String title) |
Graph |
newGraph(Scene scene,
AbstractOrderingStrategy strategy,
boolean sort) |
ICameraKeyController |
newKeyboardCameraController(Chart chart) |
IScreenshotKeyController |
newKeyboardScreenshotController(Chart chart) |
ICameraMouseController |
newMouseCameraController(Chart chart) |
IMousePickingController |
newMousePickingController(Chart chart,
int clickWidth) |
AbstractOrderingStrategy |
newOrderingStrategy() |
Renderer3d |
newRenderer(View view) |
Renderer3d |
newRenderer(View view,
boolean traceGL,
boolean debugGL) |
ChartScene |
newScene(boolean sort) |
Serie2d |
newSerie(String name,
Serie2d.Type type) |
View |
newView(Scene scene,
ICanvas canvas,
Quality quality) |
IViewportLayout |
newViewportLayout() |