|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in com.steema.teechart used by com.steema.teechart | |
---|---|
Aspect
Title: Aspect class Description: Chart view characteristics to define Chart 3D appearance Copyright (c) 2005-2013 by Steema Software SL. |
|
Bevel
Title: Bevel class Description: Displays bevels (frames) around rectangles Copyright (c) 2005-2013 by Steema Software SL. |
|
BevelStyle
Title: BevelStyle class Description: Defines the styles of the bevels (frames) around rectangles. |
|
Chart
Title: Chart class Description: Chart contents. |
|
ClickedParts
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
Cursor
|
|
DateTime
Title: DateTime class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
Dimension
|
|
Footer
Title: Footer class Description: Text displayed below Chart Copyright (c) 2005-2013 by Steema Software SL. |
|
Header
Title: Header class Description: Text displayed above Chart Copyright (c) 2005-2013 by Steema Software SL. |
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
IChart
Title: IChart class Description: Common Chart characteristics interface Copyright (c) 2005-2013 by Steema Software SL. |
|
ImageBevel
Title: ImageBevel class Description: Displays Image bevel around rectangles Copyright (c) 2005-2013 by Steema Software SL. |
|
ImageMode
Title: ImageMode class Description: Displays characteristics for an Image Copyright (c) 2005-2013 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-2013 by Steema Software SL. |
|
PointDouble
|
|
PositionUnits
Title: PositionUnits class Description: Defines axis Position units (pixels or percentage) Copyright (c) 2005-2013 by Steema Software SL. |
|
Rectangle
Title: Rectangle class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
Scroll
Title: Scroll class Description: Chart mouse scroll characteristics Copyright (c) 2005-2013 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-2013 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-2013 by Steema Software SL. |
|
TChart.Scrollable
|
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
|
TextFormat
Title: TextFormat Description: TeeChart for Java Copyright (c) 2004-2008 by Steema Software SL. |
|
TextShape
Title: TextShape class Description: Base class for Chart shape elements with text Copyright (c) 2005-2012 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: Description: Copyright: Copyright (c) 2006-2007 Company: |
|
Wall
Title: Wall class Description: Characteristics of Wall Panel that complements an Axis Copyright (c) 2005-2013 by Steema Software SL. |
|
Walls
Title: Walls class Description: Chart Walls. |
|
Walls.BackWall
Title: BackWall class Description: Wall Panel at rear of Chart Copyright (c) 2005-2013 by Steema Software SL. |
|
Walls.BottomWall
Title: BottomWall class Description: Wall Panel at bottom of Chart. |
|
Walls.LeftWall
Title: LeftWall class Description: Wall Panel at left of Chart Copyright (c) 2005-2013 by Steema Software SL. |
|
Walls.RightWall
Title: RightWall class Description: Wall Panel at right of Chart. |
|
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. |
Classes in com.steema.teechart used by com.steema.teechart.axis | |
---|---|
ChartException
Title: ChartException class Description: Underlying TeeChart exception class Copyright (c) 2005-2013 by Steema Software SL. |
|
DateTime
Title: DateTime class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
FloatRange
Title: FloatRange class Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
PositionUnits
Title: PositionUnits class Description: Defines axis Position units (pixels or percentage) Copyright (c) 2005-2013 by Steema Software SL. |
|
Rectangle
Title: Rectangle class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
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-2013 by Steema Software SL. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
|
TextShape
Title: TextShape class Description: Base class for Chart shape elements with text Copyright (c) 2005-2012 by Steema Software SL. |
Classes in com.steema.teechart used by com.steema.teechart.blackberry | |
---|---|
Dimension
|
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
PointDouble
|
|
Rectangle
Title: Rectangle class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
Classes in com.steema.teechart used by com.steema.teechart.drawing | |
---|---|
Aspect
Title: Aspect class Description: Chart view characteristics to define Chart 3D appearance Copyright (c) 2005-2013 by Steema Software SL. |
|
BevelStyle
Title: BevelStyle class Description: Defines the styles of the bevels (frames) around rectangles. |
|
Dimension
|
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
ImageMode
Title: ImageMode class Description: Displays characteristics for an Image Copyright (c) 2005-2013 by Steema Software SL. |
|
Point3D
Title: Point3D class Description: XYZ Point holder Copyright (c) 2005-2013 by Steema Software SL. |
|
PointDouble
|
|
Rectangle
Title: Rectangle class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
Shadow
Title: Shadow class Description: Properties to draw a shadow. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
|
Triangle3D
Title: Triangle3D class Description: Copyright (c) 2005-2013 by Steema Software SL. |
Classes in com.steema.teechart used by com.steema.teechart.editors.gallery | |
---|---|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
Classes in com.steema.teechart used by com.steema.teechart.events | |
---|---|
ClickedParts
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
DateTime
Title: DateTime class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
Classes in com.steema.teechart used by com.steema.teechart.exports | |
---|---|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
Classes in com.steema.teechart used by com.steema.teechart.functions | |
---|---|
ChartException
Title: ChartException class Description: Underlying TeeChart exception class Copyright (c) 2005-2013 by Steema Software SL. |
|
DateTime
Title: DateTime class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
Classes in com.steema.teechart used by com.steema.teechart.imports | |
---|---|
Chart
Title: Chart class Description: Chart contents. |
|
ChartException
Title: ChartException class Description: Underlying TeeChart exception class Copyright (c) 2005-2013 by Steema Software SL. |
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
Classes in com.steema.teechart used by com.steema.teechart.legend | |
---|---|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
Rectangle
Title: Rectangle class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
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-2013 by Steema Software SL. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
|
TextShape
Title: TextShape class Description: Base class for Chart shape elements with text Copyright (c) 2005-2012 by Steema Software SL. |
|
TextShapePosition
Title: TextShapePosition class Description: Shape Custom Position. |
Classes in com.steema.teechart used by com.steema.teechart.misc | |
---|---|
Comparator
A comparison function, which imposes a total ordering on some collection of integers. |
|
Dimension
|
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
PointDouble
|
|
Rectangle
Title: Rectangle class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
Swapper
A swapper function. |
Classes in com.steema.teechart used by com.steema.teechart.printer | |
---|---|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
Classes in com.steema.teechart used by com.steema.teechart.styles | |
---|---|
Chart
Title: Chart class Description: Chart contents. |
|
ChartException
Title: ChartException class Description: Underlying TeeChart exception class Copyright (c) 2005-2013 by Steema Software SL. |
|
Comparator
A comparison function, which imposes a total ordering on some collection of integers. |
|
Cursor
|
|
DateTime
Title: DateTime class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
PointDouble
|
|
Rectangle
Title: Rectangle class Description: Copyright (c) 2005-2012 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-2013 by Steema Software SL. |
|
Swapper
A swapper function. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
|
TextShape
Title: TextShape class Description: Base class for Chart shape elements with text Copyright (c) 2005-2012 by Steema Software SL. |
Classes in com.steema.teechart used by com.steema.teechart.themes | |
---|---|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
|
Wall
Title: Wall class Description: Characteristics of Wall Panel that complements an Axis Copyright (c) 2005-2013 by Steema Software SL. |
Classes in com.steema.teechart used by com.steema.teechart.tools | |
---|---|
Chart
Title: Chart class Description: Chart contents. |
|
Cursor
|
|
IBaseChart
Title: Description: Copyright (c) 2005-2013 by Steema Software SL. |
|
ImageMode
Title: ImageMode class Description: Displays characteristics for an Image Copyright (c) 2005-2013 by Steema Software SL. |
|
MultiLine
Title: MultiLine class. |
|
Rectangle
Title: Rectangle class Description: Copyright (c) 2005-2012 by Steema Software SL. |
|
TChart
Title: TeeChart for BlackBerry Description: TeeChart for BlackBerry Copyright: (c) 2005-2012 by Steema Software. |
|
TeeBase
Title: TeeBase class Description: Non-visible class for Chart element common characteristics. |
|
TextShapePosition
Title: TextShapePosition class Description: Shape Custom Position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |