Modifier and Type | Class and Description |
---|---|
class |
Aspect
Title: Aspect class
Description: Chart view characteristics to define Chart 3D appearance
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Bevel
Title: Bevel class
Description: Displays bevels (frames) around rectangles
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Chart
Title: Chart class
Description: Chart contents.
|
class |
Footer
Title: Footer class
Description: Text displayed below Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Header
Title: Header class
Description: Text displayed above Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
ImageBevel
Title: ImageBevel class
Description: Displays Image bevel around rectangles
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Page
Title: Page class.
|
class |
Panel
Title: Panel class.
|
class |
Scroll
Title: Scroll class
Description: Chart mouse scroll characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Shadow
Title: Shadow class
Description: Properties to draw a shadow.
|
class |
Shape
Title: Shape class
Description: Base class for Chart Shape elements
Example:
//shape1
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.WHITE);
tmpSeries.getBrush().setColor(Color.WHITE);
tmpSeries.getFont().setColor(Color.NAVY);
tmpSeries.getFont().getShadow().setHorizSize(1);
tmpSeries.getFont().getShadow().setVertSize(1);
tmpSeries.getGradient().setDirection(GradientDirection.HORIZONTAL);
tmpSeries.getGradient().setMiddleColor(Color.GREEN_YELLOW);
tmpSeries.getGradient().setUseMiddle(true);
tmpSeries.getGradient().setVisible(true);
tmpSeries.setStyle(ShapeStyle.CIRCLE);
tmpSeries.setText(new String[] {"This is an ellipse"});
tmpSeries.setX0(60);
tmpSeries.setX1(100);
tmpSeries.setY1(100);
//shape2
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.PURPLE);
tmpSeries.getBrush().setColor(Color.PURPLE);
tmpSeries.setText(new String[] {"This is a round rectangle."});
tmpSeries.setStyle(ShapeStyle.RECTANGLE);
tmpSeries.getFormat().setShapeStyle(TextShapeStyle.ROUNDRECTANGLE);
tmpSeries.setX0(12.5);
tmpSeries.setX1(47.5);
tmpSeries.setY0(140);
tmpSeries.setY1(80);
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
TextShape
Title: TextShape class
Description: Base class for Chart shape elements with text
Copyright (c)
2005-2013 by Steema Software SL.
|
class |
TextShapePosition
Title: TextShapePosition class
Description: Shape Custom Position.
|
class |
Title
Title: Title class
Description: Underlying Title characteristics.
|
class |
Wall
Title: Wall class
Description: Characteristics of Wall Panel that complements an Axis
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Walls
Title: Walls class
Description: Chart Walls.
|
class |
Walls.BackWall
Title: BackWall class
Description: Wall Panel at rear of Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Walls.BottomWall
Title: BottomWall class
Description: Wall Panel at bottom of Chart.
|
class |
Walls.LeftWall
Title: LeftWall class
Description: Wall Panel at left of Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Walls.RightWall
Title: RightWall class
Description: Wall Panel at right of Chart.
|
class |
Zoom
Title: Zoom class
Description: Used at tChart1.Zoom property, determines mouse
zoom attributes.
|
class |
ZoomScroll
Title: ZoomScroll class
Description: Internal use.
|
Modifier and Type | Class and Description |
---|---|
class |
Graphics3DAndroid |
Modifier and Type | Class and Description |
---|---|
class |
Axes
Title: Axes class
Description: Accesses list of all TChart Axes.
|
class |
Axis
Title: Axis class
Description: Accesses all Axis characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
AxisDraw
Title: AxisDraw class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
AxisLabelItem
Custom label
Title: AxisLabelItem class
Description: Custom label
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
AxisLabels
Axis Label characteristic
Title: AxisLabels class
Description: Axis Label characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
AxisLinePen
Title: AxisLinePen class
Description: Determines the pen used to draw the axis lines
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
AxisTitle
Title: AxisTitle class
Description: Axis Title characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
DepthAxis
Title: DepthAxis class
Description: Z plane Axis characteristics.
|
class |
GridPen
Title: GridPen class
Description: Determines the kind of pen used to draw the Grid lines at
every Axis Label position.
|
class |
TicksPen
Title: TicksPen class
Description: Determines the kind of Pen used to draw Axis marks along
the Axis line.
|
Modifier and Type | Class and Description |
---|---|
class |
ChartBrush
Title: ChartBrush class
Description: Common Chart Brush (pattern) used to fill polygons and
rectangles.
|
class |
ChartFont
Title: ChartFont class
Description: Common Chart Font.
|
class |
ChartPen
Title: ChartPen class
Description: Common Chart Pen.
|
class |
Gradient
Title: Gradient class
Description: Used to configure a gradient filling.
|
class |
Graphics3D
Title: Graphics3D class
Description: Access to central Chart drawing elements
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Graphics3DPDF
Title: Graphics3DPDF class
Description: Summary description for Graphics3DPDF.
|
class |
Graphics3DSVG
Title: Graphics3DSVG class
Description: Summary description for Graphics3DSVG.
|
class |
Graphics3DVectorial
Title: Graphics3DVectorial class
Description: Abstract class for all vector image formats.
|
class |
Graphics3DVML
Title: Graphics3DVML class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Modifier and Type | Class and Description |
---|---|
class |
Exports
Title: Exports class
Description:
Example:
//( 1) Save the template into a Stream...
|
class |
ImageExportFormat
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
class |
JavascriptFormat |
Modifier and Type | Class and Description |
---|---|
class |
Add
Title: Add class
Description: Add Function.
|
class |
ADX
Title: ADX class
Description: ADX Function.
|
class |
Average
Title: Average class
Description: Average (mean) Function.
|
class |
BaseTrend
Title: BaseTrend class
Description: Internal use.
|
class |
Bollinger
Title: Bollinger class
Description: Bollinger Bands Function.
|
class |
CCI
Title: CCI class
Description: CCI Function.
|
class |
CLV
Title: CLV class
Description: CLV Function.
|
class |
CompressOHLC
Title: CompressOHLC class
Description: CompressOHLC Function.
|
class |
Correlation
Title: Correlation class
Description: Correlation function
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Count
Title: Count class
Description: Count Function.
|
class |
CrossPoints
Title: CrossPoints class
Description: CrossPoints Function.
|
class |
Cumulative
Title: Cumulative class
Description: The Cumulative function sums the Series values starting
from the first point.
|
class |
CurveFitting
Title: CurveFitting class
Description: Base class for fitting function(s)
Copyright (c) 2005-2018-2008 by Steema Software SL.
|
class |
Custom
Title: Custom class
Description: Custom y=f(x) function
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Divide
Title: Divide class
Description: Divide Function.
|
class |
DownSampling |
class |
ExpAverage
Title: ExpAverage class
Description: Exponential Average Function.
|
class |
ExpMovAverage
Title: ExpMovAverage class
Description: Exponential Moving Average Function
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Function
Title: Function class
Description: Basic abstract function class.
|
class |
High
Title: High class
Description: High Function.
|
class |
HistogramFunction
Title: HistogramFunction class
Description: Histogram function.
|
class |
Low
Title: Low class
Description: Low Function.
|
class |
MACD
Title: MACD class
Description: MACD Function.
|
class |
ManySeries
Title: ManySeries class
Description: Internal use.
|
class |
Momentum
Title: Momentum class
Description: Momentum Function.
|
class |
MomentumDivision
Title: MomentumDivision
Description: Momentum Division Function.
|
class |
Moving
Title: Moving class
Description: Internal use.
|
class |
MovingAverage
Title: MovingAverage class
Description: Moving Average Function
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Multiply
Title: Multiply class
Description: Multiply Function.
|
class |
OBV
Title: OBV class
Description: OBV Function.
|
class |
Performance
Title: PerformanceFunction class
Description: Performance Function.
|
class |
Perimeter
Title: Perimeter class
Description: Perimeter function.
|
class |
PVO
Title: PVO class
Description: PVO Function.
|
class |
RootMeanSquare
Title: RootMeanSquare class
Description: Root Mean Square Function.
|
class |
RSI
Title: RSI class
Description: Relative Strength Index (RSI) Function.
|
class |
SAR
Title: SAR class
Description: SAR Function.
|
class |
Smoothing
Title: Smoothing class
Description: Smoothing Function.
|
class |
StdDeviation
Title: StdDeviation class
Description: Standard Deviation Function.
|
class |
Stochastic
Title: Stochastic class
Description: Stochastic Function.
|
class |
Subtract
Title: Subtract class
Description: Subtract Function.
|
class |
Trend
Title: Trend class
Description: Trendline function.
|
class |
Variance
Title: Variance class
Description: Variance function.
|
Modifier and Type | Class and Description |
---|---|
class |
Imports
Title: Chart Imports class: tChart1.getImports()
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Modifier and Type | Class and Description |
---|---|
class |
Legend
Title: Legend class
Description: Accesses all Chart Legend characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
LegendItem |
class |
LegendSymbol
Title: LegendSymbol class
Description: Legend item symbol characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
LegendTitle
Title: LegendTitle class
Description: Legend title characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
Modifier and Type | Class and Description |
---|---|
class |
Printer
Title: Printer class
Description: Chart printing characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
Modifier and Type | Class and Description |
---|---|
class |
Area
Title: Area class
Description: Area Series
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Arrow
Title: Arrow class
Description: Arrow Series.
|
class |
Bar
Title: Bar class
Description: The Bar Series component outputs all points as vertical
bars.
|
class |
Bar3D
Title: Bar3D class
Description: Bar3D series.
|
class |
BarJoin
Title: BarJoin class
Description: BarJoin series.
|
class |
BaseLine
Title: BaseLine class
Description: Abstract Series class inherited by a number of TeeChart
series styles.
|
class |
Bezier
Title: Bezier class
Description: Bezier Series.
|
class |
Box
Title: Box class
Description: The Box Series plots a vertical box series.
|
class |
Bubble
Title: class
Description: Bubble Series.
|
class |
BubbleCloud
Title: BubbleCloud class
Description: The BubbleCloud Series plots data relatively, displaying bubbles
of diminishing size to represent different Series values.
|
class |
Calendar
Title: Calendar class
Description: Calendar Series.
|
class |
Calendar.CalendarCell
Title: CalendarCell class
Description: Contains the characteristics of each Calendar Cell.
|
class |
Calendar.CalendarCellUpper
Title: CalendarCellUpper class
Description: Format information for the upper row cells of the Calendar
Series.
|
class |
Callout
Title: Callout class
Description: Mark Callout pointer characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Candle
Title: Candle class
Description: Candle Series.
|
class |
CFrame |
class |
ChartErrors |
class |
ChartErrors3D |
class |
ChartErrorsBase |
class |
Circular
Title: Circular class
Description: Circled Series.
|
class |
CircularGauge |
class |
Clock
Title: Clock class
Description: Clock Series
Example:
clock = new Clock(myChart.getChart());
clock.setColor(Color.RED);
clock.setShowInLegend(false);
clock.getBrush().setColor(Color.WHITE);
clock.getBrush().setColor(Color.RED);
clock.getPenHours().setColor(Color.BLACK);
clock.getPenMinutes().setColor(Color.BLACK);
clock.getPenSeconds().setColor(Color.BLACK);
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
ColorGrid
Title: ColorGrid class
Description: The ColorGrid series displays a grid of color cells.
|
class |
Contour
Title: Contour class
Description: The Contour series calculates and displays "isolines"
from a custom array of XYZ points.
|
class |
Contour.ContourDraw
Title: ContourDraw class
Description: Composite of the Contour series class.
|
class |
ContourSeriesMarks |
class |
Custom2DPolar
Title: Custom2DPolar class
Description: Custom2DPolar is the ancestor of the WindRose Series and
the Clock Series.
|
class |
Custom3D
Title: Custom3D class
Description: Custom3D Series.
|
class |
Custom3DGrid
Title: Custom3DGrid class
Description: Custom3DGridSeries.
|
class |
Custom3DPalette
Title: Custom3DPalette class
Description: Custom3DPalette Series Style.
|
class |
CustomBar
Title: CustomBar class
Description: Custom Bar Series.
|
class |
CustomBox
Title: CustomBox class
Description: CustomBox Series.
|
class |
CustomError
Title: CustomError class
Description: CustomErrorSeries Series.
|
class |
CustomErrorPoint |
class |
CustomErrorPoint3D |
class |
CustomGauge |
class |
CustomPoint
Title: CustomPoint class
Description: Base Series class inherited by a number of TeeChart
series styles.
|
class |
CustomPolar
Title: CustomPolar class
Description: CustomPolar Series.
|
class |
Donut
Title: Donut class
Description: Donut series.
|
class |
Error
Title: Error class
Description: ErrorSeries Series.
|
class |
ErrorBar
Title: ErrorBar class
Description: ErrorBar Series.
|
class |
ErrorPoint |
class |
ErrorPoint3D |
class |
FastLine
Title: FastLine class
Description: The FastLine Series is an extremely simple Series component
that draws its points as fast as possible.
|
class |
Funnel
Title: Funnel class
Description: Funnel Series.
|
class |
Gantt
Title: Gantt class
Description: Gantt Series.
|
class |
Gauges
Title: Gauges class
Description: Gauges Series.
|
class |
GaugeSeriesPointer |
class |
HighLow
Title: Highlow class
Description: HighLow Series.
|
class |
Histogram
Title: Histogram class
Description: Histogram Series.
|
class |
HorizArea
Title: HorizArea class
Description: HorizArea series.
|
class |
HorizBar
Title: HorizBar class
Description: Horizontal Bar Series.
|
class |
HorizBox
Title: HorizBox class
Description: The Box Series plots an horizontal box series.
|
class |
HorizHistogram |
class |
HorizLine
Title: HorizLine class
Description: Horizontal Line Series.
|
class |
ImageBar
Title: ImageBar class
Description: ImageBar Series.
|
class |
IsoSurface |
class |
KnobGauge |
class |
Line
Title: Line class
Description: Line Series.
|
class |
LinearGauge
Title: LinearGauge class
Description: LinearGauge Series.
|
class |
LinePoint
Title: LinePoint class
Description: LinePoint Series.
|
class |
Map
Title: Map class
Description: Map series.
|
class |
MarksCallout
Title: MarksCallout class
Description:
Copyright (c)
2005-2013 by Steema Software SL.
|
class |
MarksItem
Title: MarksItem class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
NumericGauge |
class |
OHLC
Title: OHLC class
Description: OHLC is an base Series class that maintains lists for Open,
Close, High and Low values.
|
class |
Pie
Title: Pie class
Description: Pie Series.
|
class |
Pie.PieOtherSlice
Title: PieOtherSlice class
Description: Pie series uses this class in its Pie.OtherSlice.
|
class |
Pie.PieShadow
Title: PieShadow class
Description: Pie series uses this class in its Pie.Shadow.
|
class |
PieMarks
Title: PieMarks class
Description: Customized pie series marks with additional properties.
|
class |
PointFigure
Title: PointFigure class
Description: PointFigure Series.
|
class |
Points
Title: Points class
Description: Point Series.
|
class |
Points3D
Title: Points3D class
Description: Points3D Series.
|
class |
Polar
Title: Polar class
Description: Polar Series.
|
class |
Polygon |
class |
PolygonSeries
Title: TeeChart for Java
Description: Polygon Series is a descendant of
Series . |
class |
Pyramid
Title: Pyramid class
Description: Pyramid Series.
|
class |
Radar
Title: Radar class
Description: Radar Series.
|
class |
Series
Title: Series class
Description: The base class for all TeeChart Series styles.
|
class |
SeriesMarks
Title: SeriesMarks
Description: Series Marks characteristics.
|
class |
SeriesMarksSymbols |
class |
SeriesPointer
Title: SeriesPointer class
Description: Some Series have a Pointer method which returns a
SeriesPointer class.
|
class |
Smith
Title: Smith class
Description: Smith Series
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
Surface
Title: Surface class
Description: Surface 3D Series.
|
class |
TailParams
Created by abde on 2/03/16.
|
class |
Ternary
Title: Ternary class
Description: Pyramid Series.
|
class |
TFrame |
class |
Tower
Title: Tower class
Description: Tower Series.
|
class |
TriSurface
Title: TriSurface class
Description: TriSurface Series.
|
class |
ValueList
Title: ValueList class
Description: Array to hold Series data point values.
|
class |
Vector3D
Title: Vector3D class
Description: Vector3D Series.
|
class |
VerticalLinearGauge
Title: LinearGauge class
Description: LinearGauge Series.
|
class |
Volume
Title: Volume class
Description: Volume Series.
|
class |
Waterfall
Title: Waterfall class
Description: The Waterfall series draws vertical "slices", one for each
Z row of the equivalent surface.
|
class |
WindRose
Title: WindRose class
Description: WindRose Series.
|
class |
World |
Modifier and Type | Class and Description |
---|---|
class |
AndrosTheme
Title: AndrosTheme Theme class
Description: Summary description for AndrosTheme.
|
class |
BlackIsBackTheme
Title: BlackIsBack Theme class
Description: Summary description for BlackIsBackTheme.
|
class |
BlueSkyTheme
Title: BlueSkyTheme class
Description: Summary description for BlueSkyTheme.
|
class |
BusinessTheme
Title: Business Theme class
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
class |
ClassicTheme
Title: Classic Theme class
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
class |
DefaultTheme
Title: DefaultTheme class
Description: Summary description for DefaultTheme.
|
class |
ExcelTheme
Title: ExcelTheme class
Description: Summary description for ExcelTheme.
|
class |
FlatTheme
Title: Flat Theme class
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
class |
GrayscaleTheme
Title: Grayscale Theme class
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
class |
LookoutTheme
Title: LookoutTheme Theme class
Description: Summary description for LookoutTheme.
|
class |
OperaTheme
Title: Opera Theme class
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
class |
ReportTheme
Created by abde on 29/02/16.
|
class |
TeeChartTheme
Created by abde on 29/02/16.
|
class |
Theme
Title: Theme class
Description: Summary description for Theme.
|
class |
WebTheme
Title: Web Theme class
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
class |
XPTheme
Title: XP Theme class
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
Modifier and Type | Class and Description |
---|---|
class |
Annotation
Title: Annotation class
Description: Annotation tool.
|
class |
AnnotationCallout
Title: AnnotationCallout class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
AxisArrow
Title: AxisArrow class
Description: Axis Arrow tool.
|
class |
AxisBreaksTool
Copyright (c) 2005-2018 by Steema Software SL.
|
class |
ChartImage
Title: ChartImage
Description: Chart Image tool, use it to display a picture using the
specified Series axes as boundaries.
|
class |
ColorBand
Title: ColorBand class
Description: Color band tool, use it to display a coloured rectangle
(band) at the specified axis and position.
|
class |
ColorLine
Title: ColorLine class
Description: Color Line tool.
|
class |
CursorTool
Title: CursorTool class
Description: Cursor tool.
|
class |
DragMarks
Title: DragMarks class
Description: DragMarks Tool.
|
class |
DragPoint
Title: DragPoint class
Description: DragPoint Tool.
|
class |
DrawLine
Title: DrawLine class
Description: Draw Line tool.
|
class |
ExtraLegend
Title: ExtraLegend class
Description: ExtraLegend tool.
|
class |
GanttTool
Title: GanttTool class
Description: Gantt Tool.
|
class |
GridBand
Title: GridBand class
Description: Grid Band tool, use it to display a coloured rectangles
(bands) at the grid lines of the specified axis and position.
|
class |
GridTranspose
Title: GridTranspose class
Description: Transpose Grid 3D.
|
class |
Marker |
class |
MarksTip
Title: MarksTip class
Description: Marks Tip.
|
class |
NearestPoint
Title: NearestPoint class
Description: Nearest tool, use it to display a graphical signal when the
mouse is moving near a series point.
|
class |
PageNumber
Title: PageNumber class
Description: PageNumber annotation tool.
|
class |
PieTool
Title: PieTool class
Description: Pie Slices tool.
|
class |
Rotate
Title: Rotate class
Description: Rotate tool.
|
class |
ScrollPager |
class |
SeriesAnimation
Title: SeriesAnimation class
Description: Series Animation tool.
|
class |
SeriesBand
Title: SeriesBand class
Description: Series Band tool.
|
class |
SeriesRegion
Title: SeriesRegion class
Description: Series Region tool.
|
class |
SubChartTool |
class |
Tool
Title: Tool class
Description: Base Tool class.
|
class |
ToolAxis
Title: ToolAxis class
Description: Base abstract class for Tool components with an Axis method.
|
class |
ToolSeries
Title: ToolSeries class
Description: Base abstract class for Tool components with a Series method.
|