|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.quies.math.plot.ChartStyle
public final class ChartStyle
Defines the style for one or more functions.
| Constructor Summary | |
|---|---|
ChartStyle()
|
|
| Method Summary | |
|---|---|
boolean |
getLowerLimitEnabled()
Gets whether the the smallest value in the range is shown as a horizontal line on the graph. |
Paint |
getLowerLimitPaint()
Gets the paint for the limit. |
Paint |
getPaint()
Gets the paint for the chart. |
TerminatorFactory |
getTerminatorFactory()
Gets the gap indicator factory. |
ChartType |
getType()
Gets the chart type. |
boolean |
getUpperLimitEnabled()
Gets whether the the largest value in the range is shown as a horizontal line on the graph. |
Paint |
getUpperLimitPaint()
Gets the paint for the limit. |
void |
setLowerLimitEnabled(boolean enabled)
Sets whether the the smallest value in the range is shown as a horizontal line on the graph. |
void |
setLowerLimitPaint(Paint paint)
Sets the paint for the limit. |
void |
setPaint(Paint paint)
Sets the paint for the chart. |
void |
setTerminatorFactory(TerminatorFactory factory)
Sets the gap indicator factory. |
void |
setType(ChartType type)
Sets the chart type. |
void |
setUpperLimitEnabled(boolean enabled)
Sets whether the the largest value in the range is shown as a horizontal line on the graph. |
void |
setUpperLimitPaint(Paint paint)
Sets the paint for the limit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartStyle()
| Method Detail |
|---|
public void setType(ChartType type)
ChartType.LINE.
Changes apply on the next render.
public ChartType getType()
public void setTerminatorFactory(TerminatorFactory factory)
null which disables this feature.
Changes apply on the next render.
public TerminatorFactory getTerminatorFactory()
public void setPaint(Paint paint)
null which makes it the foreground color..
Changes apply on the next paint.
public Paint getPaint()
public void setLowerLimitPaint(Paint paint)
limit.
The default is null which makes it the same as the chart paint.
Changes apply on the next paint.
public Paint getLowerLimitPaint()
limit.
public void setUpperLimitPaint(Paint paint)
limit.
The default is null which makes it the same as the chart paint.
Changes apply on the next paint.
public Paint getUpperLimitPaint()
limit.
public void setLowerLimitEnabled(boolean enabled)
render.
Restrictions in the domain can effect the range.public boolean getLowerLimitEnabled()
public void setUpperLimitEnabled(boolean enabled)
render.
Restrictions in the domain can effect the range.public boolean getUpperLimitEnabled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||