|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to implement by all chart components independent of version of JFreeChart
that it is being used. At this moment, Ontimize provides two different implementations
for component Chart:
| Method Summary | |
boolean |
checkXYDataset(java.lang.String colX,
java.lang.String[] colY)
Checks data for each column of horizontal axis. |
java.lang.Object |
createChart()
Creates and returns the chart created. |
void |
deleteData()
|
java.lang.Object |
getAttribute()
|
java.awt.Paint |
getBackgroundPaint()
Gets the paint of background of charts. |
java.awt.Paint |
getBackgroundPlotPaint()
Gets the paint of background in plot of charts. |
java.lang.Object |
getCategoryDataset(java.lang.String colX,
java.lang.String[] colsY,
java.lang.String[] seriesNames)
Returns the CategoryDataset. |
java.lang.Object |
getCategoryDataset(java.lang.String colX,
java.lang.String[] colsY,
java.lang.String[] seriesNames,
int[] operations)
Returns the CategoryDataset. |
java.lang.Object |
getCategoryDataset(java.lang.String colX,
java.lang.String colY,
int operation)
Returns the CategoryDataset. |
javax.swing.JPanel |
getChartComponentPanel()
Gets the component with chart panel is placed. |
java.lang.Object |
getChartPanel()
Defines method that returns where chart panel is drawed |
java.lang.Object |
getConstraints(java.awt.LayoutManager parentLayout)
|
java.lang.String |
getLabelComponentText()
Gets the label component text. |
java.lang.Object |
getPieDataset(java.lang.String colX,
java.lang.String colY)
Returns the PieDataset. |
java.lang.Object |
getPieDataset(java.lang.String colX,
java.lang.String colY,
int operation)
Returns the PieDataset. |
javax.swing.JScrollPane |
getScrollPane()
Gets the scroll pane where is placed. |
int |
getSQLDataType()
|
java.util.Vector |
getTextsToTranslate()
|
java.lang.Object |
getValue()
Gets value. |
java.lang.Object |
getXYDataset(java.lang.String colX,
java.lang.String[] colY,
java.lang.String[] series)
Returns the XYDataset. |
void |
initPermissions()
|
boolean |
isEmpty()
|
boolean |
isHidden()
|
boolean |
isModifiable()
|
boolean |
isModified()
|
boolean |
isRequired()
|
boolean |
isRestricted()
|
void |
setBackgroundPaint(java.awt.Paint backgroundPaint)
Sets the paint of background of charts. |
void |
setBackgroundPlotPaint(java.awt.Paint backgroundPlotPaint)
Sets the paint of background in plot of charts. |
void |
setChartPreferredSize(int w,
int h)
Sets the preferred size for chart. |
void |
setComponentLocale(java.util.Locale l)
|
void |
setModifiable(boolean modifiable)
|
void |
setRequired(boolean required)
|
void |
setResourceBundle(java.util.ResourceBundle resources)
|
void |
setSerieVisible(java.lang.String s,
boolean visible)
Sets the serie visible |
void |
setType(int type)
Sets the type of chart. |
void |
setValue(java.lang.Object value)
Sets value. |
void |
setYAxis(java.lang.String[] yAxis)
Set YAxis. |
void |
updateChart()
Method called to update data of chart. |
| Method Detail |
public java.lang.Object getChartPanel()
public java.lang.Object createChart()
public void updateChart()
public java.lang.Object getCategoryDataset(java.lang.String colX,
java.lang.String[] colsY,
java.lang.String[] seriesNames)
public java.lang.Object getCategoryDataset(java.lang.String colX,
java.lang.String[] colsY,
java.lang.String[] seriesNames,
int[] operations)
public java.lang.Object getCategoryDataset(java.lang.String colX,
java.lang.String colY,
int operation)
public java.lang.Object getPieDataset(java.lang.String colX,
java.lang.String colY)
public java.lang.Object getPieDataset(java.lang.String colX,
java.lang.String colY,
int operation)
public java.lang.Object getXYDataset(java.lang.String colX,
java.lang.String[] colY,
java.lang.String[] series)
public boolean checkXYDataset(java.lang.String colX,
java.lang.String[] colY)
colX - the X colcolY - Array with names of Y cols
public java.awt.Paint getBackgroundPaint()
public void setBackgroundPaint(java.awt.Paint backgroundPaint)
backgroundPaint - the background paint to setpublic java.awt.Paint getBackgroundPlotPaint()
public void setBackgroundPlotPaint(java.awt.Paint backgroundPlotPaint)
public void setChartPreferredSize(int w,
int h)
w - widthh - height
public void setSerieVisible(java.lang.String s,
boolean visible)
s - the serie to set visiblevisible - condition of visibilitypublic void setYAxis(java.lang.String[] yAxis)
yAxis - Array with YAxispublic java.lang.Object getValue()
public javax.swing.JPanel getChartComponentPanel()
public javax.swing.JScrollPane getScrollPane()
public void setValue(java.lang.Object value)
value - the value to setpublic java.lang.String getLabelComponentText()
public void setType(int type)
type - the type of chartpublic void setResourceBundle(java.util.ResourceBundle resources)
public java.lang.Object getAttribute()
public java.lang.Object getConstraints(java.awt.LayoutManager parentLayout)
public boolean isModified()
public boolean isRequired()
public boolean isEmpty()
public void deleteData()
public void setRequired(boolean required)
public int getSQLDataType()
public boolean isHidden()
public void setModifiable(boolean modifiable)
public boolean isModifiable()
public boolean isRestricted()
public void initPermissions()
public java.util.Vector getTextsToTranslate()
public void setComponentLocale(java.util.Locale l)
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||