|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.style.AbstractStyle<AxisPaintTags>
lt.monarch.chart.chart2D.axis.ArrowSettings
public class ArrowSettings extends AbstractStyle<AxisPaintTags>
Axis arrow settings
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.style.AbstractStyle |
|---|
dirty |
| Modifier | Constructor and Description |
|---|---|
protected |
ArrowSettings(Style style)
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Dimension |
getArrowDimensions()
Gets arrow dimensions |
boolean |
isArrowTwoway()
Gets the value if two arrows are used |
boolean |
isDrawArrow()
Gets the value if the arrow should be drawn on axis |
void |
setArrowDimensions(java.awt.Dimension arrowDimensions)
Sets arrow dimensions |
void |
setArrowTwoway(boolean value)
Sets if two arrows are used |
void |
setDrawArrow(boolean drawArrow)
Sets the property if the axis is rendered with the arrow in the end. |
| Methods inherited from class lt.monarch.chart.style.AbstractStyle |
|---|
dispose, finalize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ArrowSettings(Style style)
| Method Detail |
|---|
public java.awt.Dimension getArrowDimensions()
public void setArrowDimensions(java.awt.Dimension arrowDimensions)
arrowDimensions - the arrow dimensionspublic boolean isArrowTwoway()
public void setArrowTwoway(boolean value)
value - use two arrowspublic void setDrawArrow(boolean drawArrow)
drawArrow - true or false value, to show or hide the arrow on the axispublic boolean isDrawArrow()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||