Package | Description |
---|---|
com.steema.teechart |
TeeChart Charting Library for Java.
|
com.steema.teechart.editors | |
com.steema.teechart.editors.tools | |
com.steema.teechart.misc | |
com.steema.teechart.tools |
Modifier and Type | Method and Description |
---|---|
Tool |
TChartApplet.addTool(int toolClass) |
Tool |
Chart.getTool(int index)
Gets the index'th tool in getTools() collection
|
Modifier and Type | Method and Description |
---|---|
static Tool |
ToolsGallery.showGallery(java.awt.Container owner,
IBaseChart chart) |
Modifier and Type | Method and Description |
---|---|
static void |
ChartEditor.editTool(Tool tool) |
static void |
ChartEditor.editTool(Tool tool,
java.lang.String chartName) |
static javax.swing.JDialog |
DialogFactory.getEditDialog(javax.swing.JFrame owner,
Tool tool) |
static javax.swing.JDialog |
DialogFactory.getEditDialog(Tool tool) |
void |
ChartEditorPanel.selectTool(Tool value) |
abstract void |
BaseToolsEditor.setTool(Tool tool) |
void |
ChartEditorPanel.toolAdded(Tool value) |
void |
ChartEditorPanel.toolRemoved(Tool value) |
Constructor and Description |
---|
ToolsEditor(Chart chart,
Tool tool) |
Modifier and Type | Method and Description |
---|---|
void |
ZoomToolEditor.setTool(Tool tool) |
void |
ToolSeriesEditor.setTool(Tool t) |
void |
SurfaceNearestToolEditor.setTool(Tool tool) |
void |
SubChartToolEditor.setTool(Tool t) |
void |
SeriesRegionEditor.setTool(Tool tool) |
void |
SeriesBandEditor.setTool(Tool tool) |
void |
SeriesAnimationEditor.setTool(Tool tool) |
void |
ScrollPagerEditor.setTool(Tool tool) |
void |
ScrollBarEditor.setTool(Tool tool) |
void |
RotateEditor.setTool(Tool tool) |
void |
PieToolEditor.setTool(Tool tool) |
void |
NearestPointEditor.setTool(Tool tool) |
void |
MarksTipEditor.setTool(Tool tool) |
void |
LightToolEditor.setTool(Tool tool) |
void |
ImageToolEditor.setTool(Tool tool) |
void |
HotSpotEditor.setTool(Tool tool) |
void |
GridTransposeEditor.setTool(Tool tool) |
void |
GridBandEditor.setTool(Tool tool) |
void |
GanttToolEditor.setTool(Tool tool) |
void |
ExtraLegendEditor.setTool(Tool tool) |
void |
DrawLineEditor.setTool(Tool tool) |
void |
DragPointEditor.setTool(Tool tool) |
void |
DragMarksEditor.setTool(Tool tool) |
void |
CursorEditor.setTool(Tool tool) |
void |
ColorLineEditor.setTool(Tool tool) |
void |
ColorBandEditor.setTool(Tool tool) |
void |
AxisToolEdit.setTool(Tool t) |
void |
AxisScrollEditor.setTool(Tool tool) |
void |
AxisBreaksEditor.setTool(Tool tool) |
void |
AxisArrowEditor.setTool(Tool tool) |
void |
AnnotationEditor.setTool(Tool tool) |
Modifier and Type | Method and Description |
---|---|
static int |
Utils.toolTypeIndex(Tool tool)
Returns the index in ToolTypesOf list of a given tool instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Annotation
Title: Annotation class
Description: Annotation tool.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
Tool |
ToolsCollection.add(java.lang.Class type) |
Tool |
ToolsCollection.add(Tool tool)
Adds a new tool to your TChart.
|
Tool |
SubChart.getITool() |
Tool |
ChartCollection.getOwner() |
Tool |
ToolsCollection.getTool(int index) |
Modifier and Type | Method and Description |
---|---|
Tool |
ToolsCollection.add(Tool tool)
Adds a new tool to your TChart.
|
Rectangle |
CursorTool.CursorToolResolver.getAxisRectangle(Tool tool,
Rectangle rectangle) |
int |
ToolsCollection.indexOf(Tool s)
Returns the corresponding point index which has the specified Value.
|
void |
ToolsCollection.remove(Tool s)
Removes a tool from the TChart.
|
void |
ChartCollection.setOwner(Tool value) |
void |
ToolsCollection.setTool(int index,
Tool value) |
Constructor and Description |
---|
ChartCollection(Tool tool) |