com.jidesoft.gauge
Class DialTickStyle
java.lang.Object
com.jidesoft.gauge.AbstractGaugeTickStyle
com.jidesoft.gauge.DialTickStyle
- Direct Known Subclasses:
- GaugeTickStyle
public class DialTickStyle
- extends AbstractGaugeTickStyle
Copyright (c) Catalysoft Ltd, 2005-2012 All Rights Reserved
Created: 07/04/2012 at 18:14
Field Summary |
protected double |
tickStart
Tick start determines the position of the tick relative to the axis. |
Method Summary |
boolean |
equals(Object o)
|
double |
getTickStart()
The positioning of the start of the ticks, expressed as a proportion of the radius towards the centre of the dial
from the outer border of the dial axis |
int |
hashCode()
|
void |
setTickStart(double tickStart)
The positioning of the start of the ticks, expressed as a proportion of the radius towards the centre of the dial
from the outer border of the dial axis |
tickStart
protected double tickStart
- Tick start determines the position of the tick relative to the axis. The size of tick start is in proportion
of the axis width. Ticks will be painted from this position towards the center of the dial. The default value is
0.0, which means the ticks will be painted at the outside of the axis.
DialTickStyle
public DialTickStyle()
DialTickStyle
public DialTickStyle(double tickLength)
getTickStart
public double getTickStart()
- The positioning of the start of the ticks, expressed as a proportion of the radius towards the centre of the dial
from the outer border of the dial axis
- Returns:
- the positioning of the start of the ticks
setTickStart
public void setTickStart(double tickStart)
- The positioning of the start of the ticks, expressed as a proportion of the radius towards the centre of the dial
from the outer border of the dial axis
- Parameters:
tickStart
- the positioning of the start of the ticks
equals
public boolean equals(Object o)
- Overrides:
equals
in class AbstractGaugeTickStyle
hashCode
public int hashCode()
- Overrides:
hashCode
in class AbstractGaugeTickStyle