Interface | Description |
---|---|
Comparator |
A comparison function, which imposes a total ordering on some
collection of integers.
|
IBaseChart |
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
IChart |
Title: IChart class
Description: Common Chart characteristics interface
Copyright (c) 2005-2018 by Steema Software SL.
|
NumberResolver |
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
Swapper |
A swapper function.
|
TChart.Scrollable |
Class | Description |
---|---|
ArrowPoint |
Title: ArrowPoint class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Aspect |
Title: Aspect class
Description: Chart view characteristics to define Chart 3D appearance
Copyright (c) 2005-2018 by Steema Software SL.
|
Bevel |
Title: Bevel class
Description: Displays bevels (frames) around rectangles
Copyright (c) 2005-2018 by Steema Software SL.
|
BevelStyle |
Title: BevelStyle class
Description: Defines the styles of the bevels (frames) around rectangles.
|
CalcResultType |
Title: CalcResultType class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Chart |
Title: Chart class
Description: Chart contents.
|
ClickedParts |
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Commander |
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
CommanderApplet |
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
CommanderBeanInfo |
Title: CommanderBeanInfo class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Cursor | |
Cursors |
Title: Cursors class
Description: List of system installed mouse cursors.
|
DateTime |
Title: DateTime class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
DateTimeStep |
Title: DateTimeStep class
Description: Describes a number of different DateTime steps.
|
Dimension | |
FloatRange |
Title: FloatRange class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Footer |
Title: Footer class
Description: Text displayed below Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
Header |
Title: Header class
Description: Text displayed above Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
ImageBevel |
Title: ImageBevel class
Description: Displays Image bevel around rectangles
Copyright (c) 2005-2018 by Steema Software SL.
|
ImageMode |
Title: ImageMode class
Description: Displays characteristics for an Image
Copyright (c) 2005-2018 by Steema Software SL.
|
LineOrientation |
Title: LineOrientation class.
|
MultiLine |
Title: MultiLine class.
|
Page |
Title: Page class.
|
Panel |
Title: Panel class.
|
PanelMarginUnits |
Title: PanelMarginUnits class
Description: Describes the possible values of Panel.MarginUnits.
|
Point3D |
Title: Point3D class
Description: XYZ Point holder
Copyright (c) 2005-2018 by Steema Software SL.
|
PointDouble | |
PositionUnits |
Title: PositionUnits class
Description: Defines axis Position units (pixels or percentage)
Copyright (c) 2005-2018 by Steema Software SL.
|
Rectangle |
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Scroll |
Title: Scroll class
Description: Chart mouse scroll characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
ScrollMode |
Title: ScrollMode class
Description: Describes the possible values of the Scroll.Allow
property.
|
ScrollResult |
Title: ScrollResult class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Shadow |
Title: Shadow class
Description: Properties to draw a shadow.
|
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.
|
TChart |
Title: TChart class
Description: Principle Chart class for Windows based forms
Copyright (c) 2005-2018 by Steema Software SL.
|
TChartApplet |
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
TChartBeanInfo |
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
TChartCustomizer |
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
TeeBase |
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
TextFormat |
Title: TextFormat
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
TextShape |
Title: TextShape class
Description: Base class for Chart shape elements with text
Copyright (c)
2005-2018 by Steema Software SL.
|
TextShapePosition |
Title: TextShapePosition class
Description: Shape Custom Position.
|
TextShapeStyle |
Title: TextShapeStyle class
Description: Defines the style of text-containing shapes.
|
Title |
Title: Title class
Description: Underlying Title characteristics.
|
ToolTip |
Title: ToolTip class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Triangle3D |
Title: Triangle3D class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Wall |
Title: Wall class
Description: Characteristics of Wall Panel that complements an Axis
Copyright (c) 2005-2018 by Steema Software SL.
|
Walls |
Title: Walls class
Description: Chart Walls.
|
Zoom |
Title: Zoom class
Description: Used at tChart1.Zoom property, determines mouse
zoom attributes.
|
ZoomDirections |
Title: ZoomDirections class
Description: Describes the possible values of Zoom.Direction method.
|
ZoomScroll |
Title: ZoomScroll class
Description: Internal use.
|
Enum | Description |
---|---|
Zoom.ZoomResetStyle |
Active for use when ZoomStyle = ZoomStyle.INCHART_MULTI
Use with ZoomReset property to control which touch action that resets chart zoom |
Zoom.ZoomStyle |
Exception | Description |
---|---|
ChartException |
Title: ChartException class
Description: Underlying TeeChart exception class
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeChart for Java is a library of Swing controls and applets that provides classes for drawing charts and plots from numerical and text data.
TeeChart package is divided into several subpackages, categorising classes that belong to the same task sets, such as Styles, Tools, Export, etc.
For overviews, tutorials, examples, guides, and tool documentation, please see: