public class Chart2dComponentFactory extends AWTChartComponentFactory
IChartComponentFactory.Toolkit
SCREENSHOT_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, newViewportLayout
getCanvasDimension, getToolkit, newBoundingPolicy, newCamera, newCanvas, newFrame, newGraph, newOrderingStrategy, newRenderer, newScene, newSerie
public IChartComponentFactory getFactory()
IChartComponentFactory
getFactory
in interface IChartComponentFactory
getFactory
in class AWTChartComponentFactory
public Chart newChart(IChartComponentFactory factory, Quality quality, String toolkit)
newChart
in interface IChartComponentFactory
newChart
in class AWTChartComponentFactory
toolkit
- can be used to indicate "offscreen, 800, 600" and thus replace implicit "awt"public Chart newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
newChart
in interface IChartComponentFactory
newChart
in class ChartComponentFactory
public Chart newChart(Quality quality, String toolkit)
newChart
in interface IChartComponentFactory
newChart
in class ChartComponentFactory
public IAxe newAxe(BoundingBox3d box, View view)
newAxe
in interface IChartComponentFactory
newAxe
in class AWTChartComponentFactory
public View newView(Scene scene, ICanvas canvas, Quality quality)
AWTChartComponentFactory
newView
in interface IChartComponentFactory
newView
in class AWTChartComponentFactory
public static Chart2d chart()
public static Chart2d chart(Quality quality, IChartComponentFactory.Toolkit toolkit)
Copyright © 2016. All rights reserved.