|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IBaseChart in com.steema.teechart |
---|
Classes in com.steema.teechart that implement IBaseChart | |
---|---|
class |
Chart
Title: Chart class Description: Chart contents. |
Fields in com.steema.teechart declared as IBaseChart | |
---|---|
IBaseChart |
TeeBase.chart
|
Methods in com.steema.teechart that return IBaseChart | |
---|---|
IBaseChart |
TeeBase.getChart()
Chart associated with this object. |
Methods in com.steema.teechart with parameters of type IBaseChart | |
---|---|
void |
Zoom.setChart(IBaseChart c)
Overrides base SetChart method to adjust pen and brush chart properties. |
void |
Walls.setChart(IBaseChart value)
|
void |
TextShape.setChart(IBaseChart c)
|
void |
TeeBase.setChart(IBaseChart value)
Chart associated with this object. |
void |
Shape.setChart(IBaseChart c)
Chart associated with this object. |
void |
Shadow.setChart(IBaseChart c)
|
Constructors in com.steema.teechart with parameters of type IBaseChart | |
---|---|
Aspect(IBaseChart c)
|
|
Bevel(IBaseChart c)
|
|
Footer(IBaseChart c)
|
|
Header(IBaseChart c)
|
|
ImageBevel(IBaseChart c)
|
|
Panel(IBaseChart c)
|
|
Scroll(IBaseChart c)
|
|
Shadow(IBaseChart c)
Shadow Constructor. |
|
Shadow(IBaseChart c,
int size)
Shadow constructor, defines Shadow size. |
|
Shadow(IBaseChart c,
int size,
Color color)
Shadow constructor, defines initial size and color |
|
Shape(IBaseChart c)
|
|
TeeBase(IBaseChart chart)
|
|
TextShape(IBaseChart c)
|
|
TextShapePosition(IBaseChart c)
|
|
Title(IBaseChart c)
|
|
Wall(IBaseChart c)
|
|
Walls.BackWall(IBaseChart c,
Walls w)
|
|
Walls.BottomWall(IBaseChart c,
Walls w)
|
|
Walls.LeftWall(IBaseChart c,
Walls w)
|
|
Walls.RightWall(IBaseChart c,
Walls w)
|
|
Walls(IBaseChart c)
|
|
Zoom(IBaseChart c)
Creates a new Zoom instance. |
|
ZoomScroll(IBaseChart value)
Creates a new ZoomScroll class that is asociated to chart parameter. |
Uses of IBaseChart in com.steema.teechart.axis |
---|
Methods in com.steema.teechart.axis with parameters of type IBaseChart | |
---|---|
static Axis |
Axes.createNewAxis(IBaseChart chart)
|
void |
CustomAxes.setChart(IBaseChart value)
|
void |
AxisDraw.setChart(IBaseChart chart)
|
void |
AxisDraw.TicksGridDraw.setChart(IBaseChart chart)
|
void |
Axis.setChart(IBaseChart c)
|
void |
Axes.setChart(IBaseChart value)
|
Constructors in com.steema.teechart.axis with parameters of type IBaseChart | |
---|---|
Axes(IBaseChart c)
|
|
Axis(boolean horiz,
boolean isOtherSide,
IBaseChart chart)
|
|
Axis(IBaseChart chart)
|
|
AxisLabelItem(IBaseChart c)
|
|
AxisLinePen(IBaseChart c)
|
|
AxisTitle(IBaseChart c)
|
|
DepthAxis(boolean horiz,
boolean isOtherSide,
IBaseChart c)
|
|
GridPen(IBaseChart chart)
Creates a new Grid pen. |
|
TicksPen(IBaseChart c)
|
Uses of IBaseChart in com.steema.teechart.blackberry |
---|
Constructors in com.steema.teechart.blackberry with parameters of type IBaseChart | |
---|---|
Graphics3DBlackBerry(IBaseChart c)
|
Uses of IBaseChart in com.steema.teechart.drawing |
---|
Methods in com.steema.teechart.drawing with parameters of type IBaseChart | |
---|---|
void |
ChartFont.setChart(IBaseChart c)
|
void |
ChartBrush.setChart(IBaseChart c)
|
Constructors in com.steema.teechart.drawing with parameters of type IBaseChart | |
---|---|
ChartBrush(IBaseChart c)
|
|
ChartBrush(IBaseChart c,
boolean startVisible)
|
|
ChartBrush(IBaseChart c,
Color aColor)
|
|
ChartBrush(IBaseChart c,
Color aColor,
boolean startVisible)
|
|
ChartFont(IBaseChart c)
|
|
ChartPen(IBaseChart c)
|
|
ChartPen(IBaseChart c,
boolean startVisible)
|
|
ChartPen(IBaseChart c,
Color startColor)
|
|
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible)
|
|
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
int startWidth,
LineCap startEndCap,
DashStyle startStyle)
|
|
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
LineCap cap)
|
|
ChartPen(IBaseChart c,
Color startColor,
DashStyle startStyle)
|
|
ChartPen(IBaseChart c,
Color startColor,
int startWidth)
|
|
Gradient(IBaseChart c)
|
|
Graphics3D(IBaseChart c)
|
|
Graphics3DPDF(PDFData pdfdata,
IBaseChart c)
|
|
Graphics3DSVG(java.io.OutputStream istream,
IBaseChart c)
|
|
Graphics3DVectorial(IBaseChart c)
|
|
Graphics3DVectorial(java.io.OutputStream stream,
IBaseChart c)
|
|
Graphics3DVML(java.io.OutputStream istream,
IBaseChart c)
|
Uses of IBaseChart in com.steema.teechart.editors.gallery |
---|
Methods in com.steema.teechart.editors.gallery that return IBaseChart | |
---|---|
IBaseChart |
Gallery.createSubChart(java.lang.String title)
|
Uses of IBaseChart in com.steema.teechart.events |
---|
Fields in com.steema.teechart.events declared as IBaseChart | |
---|---|
IBaseChart |
TeeEvent.sender
|
Uses of IBaseChart in com.steema.teechart.exports |
---|
Fields in com.steema.teechart.exports declared as IBaseChart | |
---|---|
protected IBaseChart |
DataExportFormat.chart
|
Constructors in com.steema.teechart.exports with parameters of type IBaseChart | |
---|---|
DataExportFormat(IBaseChart c)
Data export constructor all Chart Series. |
|
DataExportFormat(IBaseChart c,
Series s)
Data export constructor, named Series. |
|
ExcelFormat(IBaseChart chart)
|
|
Exports(IBaseChart chart)
|
|
HTMLFormat(IBaseChart c)
|
|
ImageExport(IBaseChart chart)
|
|
ImageExportFormat(IBaseChart chart)
|
|
TemplateExport(IBaseChart c)
|
|
TextFormat(IBaseChart c)
|
|
XMLFormat(IBaseChart c)
|
Uses of IBaseChart in com.steema.teechart.functions |
---|
Constructors in com.steema.teechart.functions with parameters of type IBaseChart | |
---|---|
ADX(IBaseChart c)
|
|
BaseTrend(IBaseChart c)
|
|
Bollinger(IBaseChart c)
|
|
CCI(IBaseChart c)
|
|
CLV(IBaseChart c)
|
|
CompressOHLC(IBaseChart c)
|
|
CrossPoints(IBaseChart c)
|
|
Cumulative(IBaseChart c)
|
|
CurveFitting(IBaseChart c)
|
|
Custom(IBaseChart c)
|
|
DownSampling(IBaseChart c)
|
|
ExpAverage(IBaseChart c)
|
|
ExpMovAverage(IBaseChart c)
|
|
Function(IBaseChart c)
|
|
HistogramFunction(IBaseChart c)
|
|
MACD(IBaseChart c)
|
|
Momentum(IBaseChart c)
|
|
MomentumDivision(IBaseChart c)
|
|
Moving(IBaseChart c)
|
|
MovingAverage(IBaseChart c)
|
|
OBV(IBaseChart c)
|
|
Performance(IBaseChart c)
|
|
Perimeter(IBaseChart c)
|
|
PVO(IBaseChart c)
|
|
RootMeanSquare(IBaseChart c)
|
|
RSI(IBaseChart c)
|
|
SAR(IBaseChart c)
|
|
Smoothing(IBaseChart c)
|
|
StdDeviation(IBaseChart c)
|
|
Stochastic(IBaseChart c)
|
|
Trend(IBaseChart c)
|
Uses of IBaseChart in com.steema.teechart.imports |
---|
Fields in com.steema.teechart.imports declared as IBaseChart | |
---|---|
protected IBaseChart |
DataImportFormat.chart
|
Constructors in com.steema.teechart.imports with parameters of type IBaseChart | |
---|---|
DataImportFormat(IBaseChart c)
|
|
DataImportFormat(IBaseChart c,
Series s)
|
|
Imports(IBaseChart chart)
|
|
XMLImport(IBaseChart c)
Creates a new instance of XMLImport |
Uses of IBaseChart in com.steema.teechart.legend |
---|
Methods in com.steema.teechart.legend with parameters of type IBaseChart | |
---|---|
void |
Legend.setChart(IBaseChart c)
|
Constructors in com.steema.teechart.legend with parameters of type IBaseChart | |
---|---|
Legend(IBaseChart c)
|
|
LegendTitle(IBaseChart c)
|
Uses of IBaseChart in com.steema.teechart.misc |
---|
Methods in com.steema.teechart.misc with parameters of type IBaseChart | |
---|---|
static void |
ImageUtils.measureImageString(Dimension dimension,
IBaseChart chart,
ChartFont f,
java.lang.String text)
|
Uses of IBaseChart in com.steema.teechart.printer |
---|
Constructors in com.steema.teechart.printer with parameters of type IBaseChart | |
---|---|
Printer(IBaseChart chart)
|
Uses of IBaseChart in com.steema.teechart.styles |
---|
Fields in com.steema.teechart.styles declared as IBaseChart | |
---|---|
IBaseChart |
SeriesCollection.chart
|
IBaseChart |
ErrorsFormat.IntChart
|
Methods in com.steema.teechart.styles that return IBaseChart | |
---|---|
IBaseChart |
SeriesCollection.getChart()
Defines the Chart component. |
IBaseChart |
ISeries.getChart()
|
Methods in com.steema.teechart.styles with parameters of type IBaseChart | |
---|---|
static Series |
Series.createNewSeries(IBaseChart chart,
java.lang.Class type,
java.lang.Class aFunction)
Creates a new Series object and sets the Name, Chart and Function methods. |
static Series |
Series.createNewSeries(IBaseChart chart,
java.lang.Class type,
java.lang.Class aFunction,
int subIndex)
Creates a new Series object and sets the Name, Chart, Sub-Style and Function methods. |
static Series |
Series.createNewSeries(IBaseChart chart,
java.lang.Class type,
java.lang.Class aFunction,
int subIndex,
java.lang.Object tag)
Creates a new Series object and sets the Name, Chart, Sub-Style and Function methods. |
void |
World.setChart(IBaseChart c)
|
void |
Surface.setChart(IBaseChart c)
|
void |
Smith.setChart(IBaseChart c)
|
void |
Shape.setChart(IBaseChart c)
|
void |
SeriesPointer.setChart(IBaseChart c)
|
void |
SeriesMarks.setChart(IBaseChart value)
|
void |
SeriesCollection.setChart(IBaseChart chart)
|
void |
Series.setChart(IBaseChart value)
|
void |
Points3D.setChart(IBaseChart value)
|
void |
PointFigure.setChart(IBaseChart value)
|
void |
Pie.setChart(IBaseChart c)
|
void |
NumericGauge.setChart(IBaseChart value)
|
void |
LinearGauge.setChart(IBaseChart value)
|
void |
ISeries.setChart(IBaseChart value)
|
void |
ImageBar.setChart(IBaseChart c)
|
void |
Histogram.setChart(IBaseChart c)
|
void |
HighLow.setChart(IBaseChart c)
|
void |
Gauges.setChart(IBaseChart c)
|
void |
Funnel.setChart(IBaseChart c)
|
void |
FastLine.setChart(IBaseChart value)
|
void |
CustomPolar.setChart(IBaseChart c)
|
void |
CustomPoint.setChart(IBaseChart c)
|
void |
CustomErrorPoint3D.setChart(IBaseChart c)
|
void |
CustomBox.setChart(IBaseChart c)
|
void |
CustomBar.setChart(IBaseChart c)
|
void |
Custom3DPalette.setChart(IBaseChart c)
|
void |
Custom.setChart(IBaseChart c)
|
void |
Clock.setChart(IBaseChart c)
|
void |
CircularGauge.setChart(IBaseChart value)
|
void |
Circular.setChart(IBaseChart value)
|
void |
Calendar.setChart(IBaseChart c)
|
Uses of IBaseChart in com.steema.teechart.themes |
---|
Methods in com.steema.teechart.themes with parameters of type IBaseChart | |
---|---|
static void |
ColorPalettes.applyPalette(IBaseChart custom,
Color[] palette)
|
static void |
ColorPalettes.applyPalette(IBaseChart custom,
int index)
|
static void |
ThemesList.applyTheme(IBaseChart chart,
int index)
Creates a new instance of index'th Theme and applies it to chart. |
static void |
ThemesList.applyTheme(IBaseChart chart,
Theme theme)
Applies Theme to Chart. |
static void |
ThemesList.applyTheme(IBaseChart chart,
Theme theme,
int paletteIndex)
Applies Theme to Chart and sets the Chart palette (if paletteIndex is different than -1). |
Theme |
Theme.themeSelector(IBaseChart custom)
|
Constructors in com.steema.teechart.themes with parameters of type IBaseChart | |
---|---|
BlackIsBackTheme(IBaseChart c)
|
|
BlueSkyTheme(IBaseChart c)
|
|
BusinessTheme(IBaseChart c)
Description of Classic theme |
|
ClassicTheme(IBaseChart c)
Description of Classic theme |
|
DefaultTheme(IBaseChart c)
|
|
ExcelTheme(IBaseChart c)
|
|
GrayscaleTheme(IBaseChart c)
Description of Classic theme |
|
OperaTheme(IBaseChart c)
Description of Classic theme |
|
Theme(IBaseChart c)
|
|
WebTheme(IBaseChart c)
Description of Classic theme |
|
XPTheme(IBaseChart c)
Description of Classic theme |
Uses of IBaseChart in com.steema.teechart.tools |
---|
Fields in com.steema.teechart.tools declared as IBaseChart | |
---|---|
IBaseChart |
ToolsCollection.chart
|
Methods in com.steema.teechart.tools with parameters of type IBaseChart | |
---|---|
static Pie |
Rotate.firstSeriesPie(IBaseChart c)
|
void |
ToolsCollection.setChart(IBaseChart chart)
Sets Chart interface to tools collection |
void |
Tool.setChart(IBaseChart value)
|
void |
AxisBreaksTool.setChart(IBaseChart value)
|
void |
Annotation.setChart(IBaseChart c)
|
void |
MarkersCollection.setParentChart(IBaseChart chart)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |