|
|||||||||
| 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.TickSettings
public class TickSettings extends AbstractStyle<AxisPaintTags>
Axis tick settings
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.style.AbstractStyle |
|---|
dirty |
| Modifier | Constructor and Description |
|---|---|
protected |
TickSettings(Style style)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHighlightMiddleSubtick()
Gets if middle subtick is highlighted. |
int |
getMinTickSpacing()
Gets the minimum tick spacing value |
int |
getSubscaleTickCount()
Gets the tick length |
TickLayout |
getTickLayout()
Gets current tick mark layout |
int |
getTickLength()
Gets the tick length |
int |
getTickOffset()
Gets tick offset |
boolean |
isTickOverLabel()
Gets the tick is over label. |
void |
setHighlightMiddleSubtick(boolean isHighlighted)
Sets that middle subtick is highlighted. |
void |
setMinTickSpacing(int spacing)
Sets the minimum spacing between axis marks in pixels. |
void |
setSubscaleTickCount(int tickCount)
Sets the subscale tick count |
void |
setTickLayout(TickLayout tickLayout)
Sets axis tick mark orientation flag in the local stylesheet. |
void |
setTickLength(int tickLength)
Sets the tick length |
void |
setTickOffset(int tickOffset)
Sets tick offset |
void |
setTickOverLabel(boolean isOverLabel)
Sets the tick is over label. |
| 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 TickSettings(Style style)
| Method Detail |
|---|
public void setMinTickSpacing(int spacing)
spacing - minimum mark spacing in pixelspublic int getTickOffset()
public void setTickOffset(int tickOffset)
tickOffset - the tick offsetpublic int getMinTickSpacing()
public TickLayout getTickLayout()
public void setTickLayout(TickLayout tickLayout)
tickLayout - axis tick layout (allowed values are : OUTSIDE, INSIDE or INVISIBLE)public int getTickLength()
public void setTickLength(int tickLength)
tickLength - the tick lengthpublic int getSubscaleTickCount()
public void setSubscaleTickCount(int tickCount)
tickCount - the subscale tick countpublic boolean isTickOverLabel()
public void setTickOverLabel(boolean isOverLabel)
tickCount - the tick is over labelpublic boolean getHighlightMiddleSubtick()
public void setHighlightMiddleSubtick(boolean isHighlighted)
isHighlighted - tick is highlighted
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||