|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.chart.render.AbstractRenderer
public abstract class AbstractRenderer
An abstract superclass of renderers used for bars, points and pie segments.
| Field Summary | |
|---|---|
protected boolean |
alwaysShowOutlines
|
static String |
PROPERTY_OUTLINE_WIDTH
|
protected static int |
ROLLOVER_INTENSITY
|
protected PropertyChangeSupport |
support
|
| Constructor Summary | |
|---|---|
AbstractRenderer()
|
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Add the supplied property listener to this object |
Color |
getOutlineColor()
|
float |
getOutlineWidth()
|
Color |
getSelectionColor()
|
boolean |
isAlwaysShowOutlines()
Should we always show outlines, even when we are not showing outlines for selection? |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Remove the supplied property change listener |
void |
setAlwaysShowOutlines(boolean alwaysShowOutlines)
Specify whether to always draw an outline, regardless whether the object is selected |
void |
setOutlineColor(Color outlineColor)
|
void |
setOutlineWidth(float outlineWidth)
Set the width of the line used for outlining rendered shapes |
void |
setSelectionColor(Color selectionColor)
Set the color used for indicating the selection of items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_OUTLINE_WIDTH
protected static final int ROLLOVER_INTENSITY
protected PropertyChangeSupport support
protected boolean alwaysShowOutlines
| Constructor Detail |
|---|
public AbstractRenderer()
| Method Detail |
|---|
public Color getSelectionColor()
public void setSelectionColor(Color selectionColor)
selectionColor - the color to use for indicating selectionspublic Color getOutlineColor()
public void setOutlineColor(Color outlineColor)
public float getOutlineWidth()
public void setOutlineWidth(float outlineWidth)
outlineWidth - the width in pixelspublic void addPropertyChangeListener(PropertyChangeListener listener)
listener - a PropertyChangeListenerpublic void removePropertyChangeListener(PropertyChangeListener listener)
listener - the PropertyChangeListener to removepublic boolean isAlwaysShowOutlines()
public void setAlwaysShowOutlines(boolean alwaysShowOutlines)
alwaysShowOutlines - boolean flag setting to indicate whether outlines should always be shown
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||