public class Chart2dComponentFactory extends AWTChartComponentFactory
IChartComponentFactory.ToolkitSCREENSHOT_FOLDER| Constructor and Description |
|---|
Chart2dComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Chart2d |
chart() |
static Chart2d |
chart(Quality quality) |
static Chart2d |
chart(Quality quality,
IChartComponentFactory.Toolkit toolkit) |
static Chart2d |
chart(Quality quality,
String toolkit) |
static Chart2d |
chart(String toolkit) |
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
|
AxeBox2d |
newAxe(BoundingBox3d box,
View view) |
Chart2d |
newChart(IChartComponentFactory factory,
Quality quality,
String toolkit) |
Chart2d |
newChart(Quality quality,
IChartComponentFactory.Toolkit toolkit) |
Chart2d |
newChart(Quality quality,
String toolkit) |
View2d |
newView(IChartComponentFactory factory,
Scene scene,
ICanvas canvas,
Quality quality)
The AWTView support Java2d defined components (tooltips, background
images)
|
chart, newCanvas, newCanvasAWT, newCanvasSwing, newFrame, newFrame, newFrameAWT, newFrameSwing, newKeyboardCameraController, newKeyboardScreenshotController, newMouseCameraController, newMousePickingController, newRenderer, newViewportLayoutgetCanvasDimension, getToolkit, newBoundingPolicy, newCamera, newCameraThreadController, newCanvas, newFrame, newGraph, newOrderingStrategy, newRenderer, newScene, newSerie, newViewpublic IChartComponentFactory getFactory()
IChartComponentFactorygetFactory in interface IChartComponentFactorygetFactory in class AWTChartComponentFactorypublic Chart2d newChart(IChartComponentFactory factory, Quality quality, String toolkit)
newChart in interface IChartComponentFactorynewChart in class AWTChartComponentFactorytoolkit - can be used to indicate "offscreen, 800, 600" and thus replace implicit "awt"public Chart2d newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
newChart in interface IChartComponentFactorynewChart in class ChartComponentFactorypublic Chart2d newChart(Quality quality, String toolkit)
newChart in interface IChartComponentFactorynewChart in class ChartComponentFactorypublic AxeBox2d newAxe(BoundingBox3d box, View view)
newAxe in interface IChartComponentFactorynewAxe in class AWTChartComponentFactorypublic View2d newView(IChartComponentFactory factory, Scene scene, ICanvas canvas, Quality quality)
AWTChartComponentFactorynewView in interface IChartComponentFactorynewView in class AWTChartComponentFactorypublic static Chart2d chart()
public static Chart2d chart(Quality quality, IChartComponentFactory.Toolkit toolkit)
Copyright © 2021. All rights reserved.