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
|
IAxe |
newAxe(BoundingBox3d box,
View view) |
Chart |
newChart(IChartComponentFactory factory,
Quality quality,
String toolkit) |
Chart |
newChart(Quality quality,
IChartComponentFactory.Toolkit toolkit) |
Chart |
newChart(Quality quality,
String toolkit) |
View |
newView(Scene scene,
ICanvas canvas,
Quality quality)
The AWTView support Java2d defined components (tooltips, background
images)
|
newCanvas, newCanvasAWT, newCanvasSwing, newFrame, newFrame, newFrameAWT, newFrameSwing, newKeyController, newMouseController, newRenderer, newScreenshotKeyController, newViewportLayoutgetCanvasDimension, getToolkit, newBoundingPolicy, newCamera, newCanvas, newFrame, newGraph, newOrderingStrategy, newRenderer, newScene, newSeriepublic IChartComponentFactory getFactory()
IChartComponentFactorygetFactory in interface IChartComponentFactorygetFactory in class AWTChartComponentFactorypublic Chart 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 Chart newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
newChart in interface IChartComponentFactorynewChart in class ChartComponentFactorypublic Chart newChart(Quality quality, String toolkit)
newChart in interface IChartComponentFactorynewChart in class ChartComponentFactorypublic IAxe newAxe(BoundingBox3d box, View view)
newAxe in interface IChartComponentFactorynewAxe in class AWTChartComponentFactorypublic View newView(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 © 2016. All rights reserved.