Public Member Functions | |
PlainChartStyle () | |
PlainChartStyle (int lineStyle, java.awt.Color lineColor, int symbolStyle, int symbolSize, java.awt.Color symbolColor) | |
void | drawGraph (IntPointIterator it, java.awt.Graphics g) |
java.awt.Color | getLineColor () |
int | getLineStyle () |
java.awt.Color | getSymbolColor () |
int | getSymbolSize () |
int | getSymbolStyle () |
boolean | isEditable () |
void | setLineColor (java.awt.Color newLineColor) |
void | setLineStyle (int newLineStyle) |
void | setSymbolColor (java.awt.Color newSymbolColor) |
void | setSymbolSize (int newSymbolSize) |
void | setSymbolStyle (int newSymbolStyle) |
Static Public Attributes | |
final int | SYMBOL_NONE = 0 |
final int | SYMBOL_DOT = 1 |
final int | LINE_NONE = 0 |
final int | LINE_PLAIN = 1 |
Protected Member Functions | |
void | drawDots (IntPointIterator it, java.awt.Graphics g) |
void | drawLine (IntPointIterator it, java.awt.Graphics g) |
void | drawLineDots (IntPointIterator it, java.awt.Graphics g) |
Protected Attributes | |
boolean | editable = true |
Private Attributes | |
int | symbolStyle = SYMBOL_DOT |
int | lineStyle = LINE_PLAIN |
java.awt.Color | symbolColor = java.awt.Color.black |
java.awt.Color | lineColor = java.awt.Color.black |
int | symbolSize = 7 |
|
ChartStyle constructor comment. |
|
ChartStyle constructor comment. |
|
Insert the method's description here. Creation date: (31.03.2001 00:20:53)
|
|
Insert the method's description here. Creation date: (31.03.2001 00:11:03)
Implements com::cosylab::gui::components::r2::chart::ChartStyle.
|
|
Insert the method's description here. Creation date: (31.03.2001 00:20:53)
|
|
Insert the method's description here. Creation date: (31.03.2001 00:20:53)
|
|
Insert the method's description here. Creation date: (12/4/00 15:19:53)
|
|
Insert the method's description here. Creation date: (12/4/00 15:19:19)
|
|
Insert the method's description here. Creation date: (12/4/00 15:19:37)
|
|
Insert the method's description here. Creation date: (12/4/00 15:20:40)
|
|
Insert the method's description here. Creation date: (12/4/00 15:19:01)
|
|
Insert the method's description here. Creation date: (31.03.2001 00:13:43)
Implements com::cosylab::gui::components::r2::chart::ChartStyle.
|
|
Insert the method's description here. Creation date: (12/4/00 15:19:53)
|
|
Insert the method's description here. Creation date: (12/4/00 15:19:19)
|
|
Insert the method's description here. Creation date: (12/4/00 15:19:37)
|
|
Insert the method's description here. Creation date: (12/4/00 15:20:40)
|
|
Insert the method's description here. Creation date: (12/4/00 15:19:01)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|