|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eltima.chart.LineModel
public class LineModel
The LineModel class.
Copyright: Copyright (c) 2000-2007
Company: Eltima Software
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 |
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 |