|
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.AbstractGaugeTickStyle
public abstract class AbstractGaugeTickStyle
Field Summary | |
---|---|
protected Color |
tickColor
|
protected double |
tickLength
Tick Length is specified in terms of the proportion of the axis width |
protected double |
tickWidth
Tick width is specified as a percentage of the radius of the Gauge. |
protected boolean |
visible
Determines whether the ticks of this type will be visible. |
Constructor Summary | |
---|---|
AbstractGaugeTickStyle()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Color |
getTickColor()
Returns the color of the ticks |
double |
getTickLength()
Returns the length of ticks, specified as a proportion of axis width |
double |
getTickWidth()
Returns the width of ticks, specified as a percentage of the radius of the Gauge. |
int |
hashCode()
|
boolean |
isVisible()
Returns a boolean to indicate whether the ticks are visible |
void |
setTickColor(Color tickColor)
Specify the color to use for ticks |
void |
setTickLength(double tickLength)
Specify the length of ticks, supplied as a proportion of axis width |
void |
setTickWidth(double tickWidth)
Tick width is specified as a percentage of the radius of the Gauge. |
void |
setVisible(boolean visible)
Specify whether the ticks are visible |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Color tickColor
protected boolean visible
protected double tickLength
protected double tickWidth
Constructor Detail |
---|
public AbstractGaugeTickStyle()
Method Detail |
---|
public Color getTickColor()
public void setTickColor(Color tickColor)
tickColor
- the color to use for tickspublic double getTickLength()
public void setTickLength(double tickLength)
tickLength
- the length of ticks as a proportion of axis widthpublic double getTickWidth()
public void setTickWidth(double tickWidth)
public boolean isVisible()
public void setVisible(boolean visible)
visible
- a boolean to indicate whether ticks are visiblepublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |