|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBaseChart
Title:
Description:
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Method Summary | |
|---|---|
Series |
activeSeriesLegend(int itemIndex)
|
int |
addSeries(Series series)
|
TeeEvent |
broadcastEvent(Series s,
SeriesEventStyle e)
|
void |
broadcastEvent(TeeEvent event)
|
boolean |
canClip()
|
boolean |
canDrawPanelBack()
|
int |
countActiveSeries()
|
void |
doBaseInvalidate()
|
void |
doChangedBrush(ChartBrush value)
|
void |
doChangedFont(ChartFont value)
|
Rectangle |
doDrawLegend(IGraphics3D g,
Rectangle rect)
|
void |
doZoom(double topx,
double topy,
double bottomx,
double bottomy,
double leftx,
double lefty,
double rightx,
double righty)
|
void |
doZoom(java.awt.geom.Point2D.Double top,
java.awt.geom.Point2D.Double bottom,
java.awt.geom.Point2D.Double left,
java.awt.geom.Point2D.Double right)
|
java.lang.String |
formattedLegend(int pos)
|
java.lang.String |
formattedValueLegend(Series series,
int seriesOrValueIndex)
|
Color |
freeSeriesColor(boolean checkBackground)
|
Aspect |
getAspect()
|
boolean |
getAutoRepaint()
|
Axes |
getAxes()
|
int |
getBottom()
|
Rectangle |
getChartBounds()
|
Rectangle |
getChartRect()
|
Series |
getFirstActiveSeries()
|
IGraphics3D |
getGraphics3D()
|
Header |
getHeader()
|
int |
getHeight()
|
int |
getLeft()
|
Legend |
getLegend()
|
ChartPen |
getLegendPen()
|
int |
getMaxValuesCount()
|
double |
getMaxXValue(Axis axis)
|
double |
getMaxYValue(Axis axis)
|
int |
getMaxZOrder()
|
double |
getMinXValue(Axis axis)
|
double |
getMinYValue(Axis axis)
|
int |
getNumPages()
|
Page |
getPage()
|
Panel |
getPanel()
|
IChart |
getParent()
|
boolean |
getPrinting()
|
int |
getRight()
|
Series |
getSeries(int index)
|
int |
getSeriesCount()
|
int |
getSeriesHeight3D()
|
int |
getSeriesIndexOf(Series value)
|
java.lang.String |
getSeriesTitleLegend(int index,
boolean activeOnly)
|
int |
getSeriesWidth3D()
|
ToolsCollection |
getTools()
|
ToolTip |
getToolTip()
|
int |
getTop()
|
Walls |
getWalls()
|
int |
getWidth()
|
java.awt.Image |
image(int width,
int height)
|
double |
internalMinMax(Axis axis,
boolean isMinimum,
boolean isHorizontal)
|
void |
invalidate()
|
boolean |
isAxisCustom(Axis axis)
|
boolean |
isAxisVisible(Axis axis)
|
int |
maxMarkWidth()
|
int |
maxTextWidth()
|
void |
moveSeriesTo(Series series,
int index)
|
MultiLine |
multiLineTextWidth(java.lang.String value)
|
void |
paint(IGraphics3D g)
|
void |
paint(IGraphics3D g,
Rectangle rect)
|
Rectangle |
recalcWidthHeight(Rectangle rect)
|
void |
removeSeries(Series series)
|
void |
restoreAxisScales()
|
Series |
seriesLegend(int index,
boolean onlyActive)
|
void |
setAutoRepaint(boolean value)
|
void |
setBrushCanvas(Color color,
ChartBrush brush,
Color backColor)
|
void |
setCancelMouse(boolean value)
|
void |
setChartRect(Rectangle rect)
|
void |
setGraphics3D(IGraphics3D value)
|
void |
setHeight(int value)
|
void |
setLegend(Legend value)
|
void |
setLegendPen(ChartPen pen)
|
void |
setMaxZOrder(int value)
|
void |
setPrinting(boolean value)
|
void |
setWidth(int value)
|
| Method Detail |
|---|
IChart getParent()
Panel getPanel()
Legend getLegend()
Walls getWalls()
Header getHeader()
void doBaseInvalidate()
void doChangedBrush(ChartBrush value)
void doChangedFont(ChartFont value)
IGraphics3D getGraphics3D()
Rectangle recalcWidthHeight(Rectangle rect)
void broadcastEvent(TeeEvent event)
boolean canDrawPanelBack()
int getNumPages()
Aspect getAspect()
MultiLine multiLineTextWidth(java.lang.String value)
ToolsCollection getTools()
Series getSeries(int index)
void invalidate()
int getSeriesCount()
TeeEvent broadcastEvent(Series s,
SeriesEventStyle e)
Rectangle getChartRect()
void setChartRect(Rectangle rect)
Rectangle getChartBounds()
Page getPage()
void setAutoRepaint(boolean value)
boolean getAutoRepaint()
int getMaxZOrder()
void setMaxZOrder(int value)
int getWidth()
int getHeight()
int getLeft()
int getRight()
int getBottom()
int getTop()
int countActiveSeries()
int getSeriesIndexOf(Series value)
ChartPen getLegendPen()
void setBrushCanvas(Color color,
ChartBrush brush,
Color backColor)
void doZoom(java.awt.geom.Point2D.Double top,
java.awt.geom.Point2D.Double bottom,
java.awt.geom.Point2D.Double left,
java.awt.geom.Point2D.Double right)
void doZoom(double topx,
double topy,
double bottomx,
double bottomy,
double leftx,
double lefty,
double rightx,
double righty)
int maxMarkWidth()
int maxTextWidth()
int addSeries(Series series)
void removeSeries(Series series)
void moveSeriesTo(Series series,
int index)
boolean isAxisVisible(Axis axis)
double internalMinMax(Axis axis,
boolean isMinimum,
boolean isHorizontal)
double getMaxXValue(Axis axis)
double getMaxYValue(Axis axis)
double getMinXValue(Axis axis)
double getMinYValue(Axis axis)
Series getFirstActiveSeries()
Axes getAxes()
boolean isAxisCustom(Axis axis)
java.lang.String getSeriesTitleLegend(int index,
boolean activeOnly)
Series seriesLegend(int index,
boolean onlyActive)
Series activeSeriesLegend(int itemIndex)
java.lang.String formattedLegend(int pos)
java.lang.String formattedValueLegend(Series series,
int seriesOrValueIndex)
void setLegendPen(ChartPen pen)
void setCancelMouse(boolean value)
boolean getPrinting()
void setPrinting(boolean value)
int getMaxValuesCount()
boolean canClip()
Color freeSeriesColor(boolean checkBackground)
int getSeriesWidth3D()
int getSeriesHeight3D()
ToolTip getToolTip()
void setLegend(Legend value)
Rectangle doDrawLegend(IGraphics3D g,
Rectangle rect)
void paint(IGraphics3D g)
void paint(IGraphics3D g,
Rectangle rect)
void restoreAxisScales()
void setGraphics3D(IGraphics3D value)
void setWidth(int value)
void setHeight(int value)
java.awt.Image image(int width,
int height)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||