|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.chart.plugin.jfreechart.utils.StrokeFactory
public class StrokeFactory
This class provides a BasicStroke object that implements border-style/line-style and line-width. Author: Ravi Hasija Date: May 12, 2008 Time: 12:18:40 PM
Method Summary | |
---|---|
Object |
clone()
Overriding Object class's clone method so that clone() is not supported. |
BasicStroke |
getBorderStroke(ChartElement element)
Returns a basic stroke object that implements the border-style and border-width style keys. |
static StrokeFactory |
getInstance()
Returns a singleton StrokeFactory object. |
BasicStroke |
getLineStroke(ChartElement element)
Returns a basic stroke object that implements the line-style and line-width style keys. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StrokeFactory getInstance()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public BasicStroke getBorderStroke(ChartElement element)
element
- The current series element
public BasicStroke getLineStroke(ChartElement element)
element
- The current series element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |