
Public Member Functions | |
| Chartics () | |
| void | drawGraph (IntPointIterator it, ChartStyle style) |
| java.awt.Color | getBackground () |
| java.awt.Graphics | getGraphics () |
| java.awt.image.BufferedImage | getImage () |
| void | setBackground (java.awt.Color newBackground) |
| void | setImage (java.awt.image.BufferedImage newImage) |
| void | shift (int x, int y, int width, int height, int dx, int dy) |
Private Attributes | |
| java.awt.Graphics | graphics |
| java.awt.image.BufferedImage | image |
| java.awt.Color | background = java.awt.Color.white |
Insert the type's description here. Creation date: (11/27/00 14:49:13)
| com::cosylab::gui::components::r2::chart::Chartics::Chartics | ( | ) | [inline] |
Chartics constructor comment.
| void com::cosylab::gui::components::r2::chart::Chartics::drawGraph | ( | IntPointIterator | it, | |
| ChartStyle | style | |||
| ) | [inline] |
Insert the method's description here. Creation date: (11/27/00 14:51:06)
| x | int[] | |
| y | int[] |
References com::cosylab::gui::components::r2::chart::ChartStyle::drawGraph(), and graphics.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData(), com::cosylab::gui::components::r2::chart::FancyChartArea::drawData(), and com::cosylab::gui::components::r2::chart::DefaultChartArea::drawData().
| java.awt.Color com::cosylab::gui::components::r2::chart::Chartics::getBackground | ( | ) | [inline] |
Insert the method's description here. Creation date: (1/2/01 17:06:04)
References background.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData().
| java.awt.Graphics com::cosylab::gui::components::r2::chart::Chartics::getGraphics | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/27/00 14:50:00)
References graphics.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData(), and com::cosylab::gui::components::r2::chart::BaseChart::updateImageBuffer().
| java.awt.image.BufferedImage com::cosylab::gui::components::r2::chart::Chartics::getImage | ( | ) | [inline] |
Insert the method's description here. Creation date: (1/2/01 16:47:01)
References image.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData().
| void com::cosylab::gui::components::r2::chart::Chartics::setBackground | ( | java.awt.Color | newBackground | ) | [inline] |
Insert the method's description here. Creation date: (1/2/01 17:06:04)
| newBackgroundColor | java.awt.Color |
References background.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData(), com::cosylab::gui::components::r2::chart::BaseChart::getChartics(), and com::cosylab::gui::components::r2::chart::BaseChart::setBackground().
| void com::cosylab::gui::components::r2::chart::Chartics::setImage | ( | java.awt.image.BufferedImage | newImage | ) | [inline] |
Insert the method's description here. Creation date: (1/2/01 16:47:01)
| newImage | java.awt.image.BufferedImage |
References background, graphics, and image.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData(), com::cosylab::gui::components::r2::chart::TrendChartArea::setSize(), and com::cosylab::gui::components::r2::chart::BaseChart::updateMainBuffer().
| void com::cosylab::gui::components::r2::chart::Chartics::shift | ( | int | x, | |
| int | y, | |||
| int | width, | |||
| int | height, | |||
| int | dx, | |||
| int | dy | |||
| ) | [inline] |
Insert the method's description here. Creation date: (1/2/01 16:49:18)
| shift | int |
References background, and graphics.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData().
java.awt.Color com::cosylab::gui::components::r2::chart::Chartics::background = java.awt.Color.white [private] |
Referenced by getBackground(), setBackground(), setImage(), and shift().
java.awt.Graphics com::cosylab::gui::components::r2::chart::Chartics::graphics [private] |
Referenced by drawGraph(), getGraphics(), setImage(), and shift().
java.awt.image.BufferedImage com::cosylab::gui::components::r2::chart::Chartics::image [private] |
Referenced by getImage(), and setImage().
1.6.2