|
| void | addActionListener (ActionListener listener) |
| |
| void | dragEnter (DropTargetDragEvent evt) |
| |
| void | dragExit (DropTargetEvent evt) |
| |
| void | dragOver (DropTargetDragEvent evt) |
| |
| void | drop (DropTargetDropEvent evt) |
| |
| void | dropActionChanged (DropTargetDragEvent evt) |
| |
| | DroppableXYGraph (Composite parent, int leftMargin, int rightMargin, int topMargin, int bottomMargin) |
| |
| Object | getDroppedObject () |
| |
| void | removeActionListener (ActionListener listener) |
| |
| void | setDropActive (boolean active) |
| |
| void | setDropSucceeded (boolean flag) |
| |
| void | addDataSeries (DataSeries ds, AxisInfo xai, AxisInfo yai, RGB rgb, String legend) |
| |
| AxisInfo | getAxisInfo (int axis) |
| |
| Iterator | getDataSeries () |
| |
| String | getLegendLabel (DataSeries ds) |
| |
| Canvas | getLegendPanel () |
| |
| RGB | getStyle (DataSeries ds) |
| |
| void | paintControl (PaintEvent e) |
| |
| void | removeDataSeries (DataSeries ds) |
| |
| void | setAxisInfo (int axis, AxisInfo ai) |
| |
| void | setBackColor (Color color) |
| |
| void | setBorderColor (Color color) |
| |
| void | setEPSMode (boolean flag) |
| |
| void | setLegend (LegendPanel legend) |
| |
| void | setLegendLabel (DataSeries ds, String legend) |
| |
| void | setStyle (DataSeries ds, RGB rgb) |
| |
| | XYLineGraph (Composite parent, int leftMargin, int rightMargin, int topMargin, int bottomMargin) |
| |
ドロップ可能折れ線グラフクラス
- Author
- Kernel Inc.
- Version
- 1.0 (2001/8/20)
Definition at line 24 of file DroppableXYGraph.java.