|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eltima.chart.MarkerModel
public class MarkerModel
The MarkerModel class.
Copyright: Copyright (c) 2000-2007
Company: Eltima Software
Constructor Summary | |
---|---|
MarkerModel()
Creates new instance of MarkerModel. |
|
MarkerModel(int type,
int size,
java.awt.Color color,
float lineWidth,
java.awt.Color lineColor)
Creates new instance of MarkerModel with specified marker type, size, color, line width and color. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the marker color. |
java.awt.Color |
getLineColor()
Returns the line color. |
float |
getLineWidth()
Returns the line width. |
int |
getSize()
Returns the marker size. |
int |
getType()
Returns the marker type. |
boolean |
isPainted()
Returns true if marker painted. |
void |
setColor(java.awt.Color c)
Sets the marker color. |
void |
setLineColor(java.awt.Color c)
Sets the line color. |
void |
setLineWidth(float width)
Sets the line width. |
void |
setPainted(boolean painted)
Sets marker painted. |
void |
setSize(int size)
Sets the marker size. |
void |
setType(int type)
Sets the marker type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkerModel()
public MarkerModel(int type, int size, java.awt.Color color, float lineWidth, java.awt.Color lineColor)
type
- intsize
- intcolor
- ColorlineWidth
- floatlineColor
- ColorMethod Detail |
---|
public java.awt.Color getColor()
public java.awt.Color getLineColor()
public float getLineWidth()
public int getSize()
public int getType()
public void setColor(java.awt.Color c)
c
- Colorpublic void setLineColor(java.awt.Color c)
c
- Colorpublic void setLineWidth(float width)
width
- floatpublic void setSize(int size)
size
- intpublic void setType(int type)
type
- intpublic boolean isPainted()
public void setPainted(boolean painted)
painted
- boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |