|
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.gauge.IndicatorStyle
public class IndicatorStyle
Constructor Summary | |
---|---|
IndicatorStyle()
|
Method Summary | |
---|---|
Paint |
getFill()
|
Color |
getOutline()
Returns the color of the outline |
float |
getOutlineWidth()
Returns the width of the outline |
void |
setFill(Paint fill)
|
void |
setOutline(Color outlineColor)
Specify the color of the outline |
void |
setOutlineWidth(float outlineWidth)
Specify the width of the outline of the indicator, given as a percentage of the width of the bullet. |
IndicatorStyle |
withFill(Paint fill)
|
IndicatorStyle |
withOutline(Color outline)
|
IndicatorStyle |
withOutlineWidth(float outlineWidth)
Specify the width of the outline of the indicator and return this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndicatorStyle()
Method Detail |
---|
public Paint getFill()
public void setFill(Paint fill)
public IndicatorStyle withFill(Paint fill)
public Color getOutline()
public void setOutline(Color outlineColor)
outlineColor
- the color of the outlinepublic IndicatorStyle withOutline(Color outline)
public float getOutlineWidth()
public void setOutlineWidth(float outlineWidth)
outlineWidth
- the width of the outlinepublic IndicatorStyle withOutlineWidth(float outlineWidth)
outlineWidth
- the width of the outline of the indicator
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |