|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.chart.style.AbstractStyle
public abstract class AbstractStyle
An abstract superclass for all styles used in Chart charts; for example LineStyles and ChartStyles. Styling is used to change the appearance of chart points and other chart annotations.
LineStyle
,
ChartStyle
Constructor Summary | |
---|---|
AbstractStyle()
Default constructor |
|
AbstractStyle(Color color)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Color |
getColor()
Returns the paint property as a Color object. |
Paint |
getPaint()
Returns the paint used |
int |
hashCode()
|
void |
setColor(Color color)
Specify the color to use when rendering |
void |
setPaint(Paint paint)
Specify the paint to use when rendering |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractStyle()
public AbstractStyle(Color color)
Method Detail |
---|
public Color getColor()
public void setColor(Color color)
color
- the color to use when renderingpublic void setPaint(Paint paint)
paint
- the paint to use when renderingpublic Paint getPaint()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |