|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineModel | |
|---|---|
| com.eltima.chart | This package allows you to create professionally looking charts with fully customizable chart elements, specify the number of different visual effects and add animation |
| Uses of LineModel in com.eltima.chart |
|---|
| Methods in com.eltima.chart that return LineModel | |
|---|---|
LineModel |
GridModel.getLineModel()
Ruturns the LineModel. |
LineModel |
SeriesModel.getLineModel()
Returns the LineModel. |
LineModel |
ChartPanel.getPlotLine()
Returns plot LineModel. |
| Methods in com.eltima.chart with parameters of type LineModel | |
|---|---|
void |
GridModel.setLineModel(LineModel lineModel)
Sets the LineModel. |
void |
SeriesModel.setLineModel(LineModel model)
Sets the LineModel. |
void |
ChartPanel.setPlotLine(LineModel model)
Sets plot LineModel. |
| Constructors in com.eltima.chart with parameters of type LineModel | |
|---|---|
GridModel(boolean linePainted,
LineModel lineModel,
boolean evenGradientPainted,
GradientModel evenGradient,
boolean oddGradientPainted,
GradientModel oddGradient)
Creates new instance of GradientModel with specified LineModel, even and odd GradientModel. |
|
SeriesModel(LineModel lineM,
GradientModel gradientM,
LabelModel labelM)
Creates new instance of SeriesModel with specified LineModel, GradientModel, LabelModel. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||