|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eltima.chart.LineModel
The LineModel class.
Copyright: Copyright (c) 2000-2005
Company: Eltima Software
Field Summary | |
(package private) float[][] |
dash
|
(package private) int |
dashType
|
(package private) GradientModel |
gradient
|
(package private) float |
width
|
Constructor Summary | |
LineModel()
Creates new instance of LineModel. |
|
LineModel(float width,
int dashType)
Creates new instance of LineModel with specified line width and dash type. |
Method Summary | |
int |
getDashType()
Returns the dash type. |
GradientModel |
getGradientModel()
Returns the GradientModel. |
java.awt.Stroke |
getStroke()
Returns the Stroke. |
float |
getWidth()
Returns the line width. |
void |
setDashType(int type)
Sets the dashg type. |
void |
setGradientModel(GradientModel model)
Sets the GradientModel. |
void |
setWidth(float width)
Sets the line width. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
GradientModel gradient
float width
int dashType
float[][] dash
Constructor Detail |
public LineModel()
public LineModel(float width, int dashType)
width
- floatdashType
- intMethod Detail |
public java.awt.Stroke getStroke()
public float getWidth()
public void setWidth(float width)
width
- floatpublic int getDashType()
public void setDashType(int type)
type
- intpublic GradientModel getGradientModel()
public void setGradientModel(GradientModel model)
model
- GradientModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |